@charset "UTF-8";

/* Allgemeine Einstellungen */

* {
	margin: 0;
	padding: 0;
}

body  {
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #006600;
	text-decoration: none;
}
#navigation a {
	color: #FFFFFF;
	padding: 0 10px;
	float: left;
}

#header {
	background-color: #FFFF00;
	background-image: url(../images/Sonstiges/Duo%20mit%20Maennchen%20Detail%203-1.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center top;
}
#header h1 {
	display: none;
}


a:hover {

}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Layout- und Typo-	Einstellungen */

#container {
	width: 760px;
	margin: 0 auto;
	border: 1px solid #666;
	text-align: left;
	background-color: #FFFF99;
}

#sidebar {
	float: right;
	width: 200px;
	padding: 15px 20px;
}
	#sidebar h3 {
		margin: 10px 0 10px 0;
		padding-bottom: 4px;
		border-bottom: 1px solid #666;
		font-size: 120%;
	}
	#sidebar p {
		margin-bottom: 20px;
		line-height: 140%;
	}

#mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px;
}
	#mainContent h1 {
		margin: 20px 0 10px 0;
		border-bottom: 1px solid #666;
		font-size: 170%;
	}
	#mainContent p {
	margin-bottom: 10px;
	line-height: 140%;
	position: relative;
	color: #000000;
	list-style-position: inside;
	list-style-type: square;
	}

#footer { 
	padding: 0 10px 0 20px;
} 
	#footer p {
		padding: 10px 0;
		font-size: 11px;
	}
	#footer a {
		color: #333;
	}

/* Stylesheet Ende */
#navigation ul {
	list-style-type: none;
}
#navigation li {
	font-size: 11px;
	display: inline;
	line-height: 21px;
}
#navigation {
	height: 21px;
	padding: 0 0 0 10px;
	background-color: #66CC33;
	background-image: url(../images/Sonstiges/navigation.png);
	background-position: 0 -21px;
	background-repeat: repeat-x;
}
#navigation a:hover {
	background-image: url(../images/Sonstiges/navigation.png);
	background-position: 0 0;
	text-decoration: none;
}

.home #container #footer {
	color: #FF0000;
}
.home #container #footer {
	color: #000000;
}
.Einzelangebote {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.Einzelangebote h2 {
	font-size: 120%;
	color: #0000CC;
	margin-bottom: 10px;
}
.Einzelangebote img {
	border: medium solid #666666;
	margin-top: 5px;
}

