@charset "UTF-8";

body {	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #ccc;}

a { color:#666666; text-decoration:none;}
a:hover { color:#000; text-decoration:none;}

.alles {
	display:inline-block;
	width: 950px;
	margin:auto;
}

.alles-vorschau{
	display:block;
	width: 750px;
	margin:auto;
	position: relative;
}

.menu-bild {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.bild-start {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 30px;
}

.klappentext {
	display:inline-block;
	width:264px;
	padding-top:50px;
	border: none;
	float:left;

}
.vorschau {
	display:inline-block;
	width:486px;
	border: none;
	
}


.impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ccc;
	text-decoration: none;
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.text {
	position:inherit;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin:auto;

}
.bold {
	font-weight: bold;	
}

