/* allgemeine Stilvorgaben */
* { 
	font-family: arial, sans-serif; 
	font-size: 100.1%; 
	padding: 0; margin: 0; 
}
body { 
	font-size: 0.71em; 
	background: white; 
	text-align: center;
}
a { 
	text-decoration: none; 
}
img { 
	border: 0; 
}
.clear {
	clear: both; 
	height: 1px; font-size: 1px;
}

/* container-definitionen */
#container {
	width: 800px;
	margin: 0 auto 0 auto;
	background: url(layout/container_bg.gif) repeat-y;
	position: relative;
	text-align: left;
}
#header {
	width: 800px; w\idth: 330px; height: 155px; he\ight: 155px;
	padding: 18px 0 0 470px;
	background: url(layout/header_bg.jpg) no-repeat;
}
#left {
	float: left;
	width: 131px;
	overflow: hidden;
}
#content {
	float: left;
	width: 507px;
	position: relative;
	overflow: hidden;
}
#right {
	float: left;
	width: 162px;
	overflow: hidden;
}

/* left */
#left ul {
	list-style: none;
	margin: -2px 0 20px 0;
}
#left ul li {
}
/*\*/
* html #left ul li {
	height: 10px;
}
/**/
#left ul li a {
	width: 126px;
	display: block;
	padding: 3px 0 3px 5px;
	margin: 2px 0 2px 0;
	color: white;
	font-weight: bold;
}
#left ul li a:hover, #left ul li a.active {
	background: #F07C01;
}
#left .login{
	margin: 0 0 25px 0;
}
#left .login div {
	padding: 4px 0 4px 5px;
	margin: 2px 0 7px 0;
	color: white;
	font-weight: bold;
	background: #F07C01;
}
#left .login label {
	padding: 0 0 1px 6px;
	color: white;
	font-weight: bold;
}
#left .login input {
	width: 117px;
	margin: 0 5px 4px 5px;
	color: white;
	font-weight: bold;
}
#left .partnerlogo {
	width: 131px;
	text-align: center;
	margin: 0px 0 25px 0;
}


/* content */
#content .footer {
	width: 100%; height: 153px;
	/* background: url(../img/layout/content_foot.gif) no-repeat; */
	/* position: absolute; bottom: -153px; */
}

#content h1 {
	padding: 4px;
	color: white;
	font-weight: bold;
	font-size: 1.0em;
	background: #F07C01;
}
#content p {
	padding: 4px;
	margin: 0 0 10px 0;
}

/* right */
#right .r_head {
	width: 117px;
	height: 27px;
	padding: 1px 0 0 0px;
	margin: 0 0 10px 0;
	background: url(right_bg.gif) repeat-x;
}
#right .schnellsuche{
	margin: 0 0 10px 0;
}
#right .schnellsuche label {
	padding: 0 0 1px 8px;
	color: white;
	font-weight: bold;
}
#right .schnellsuche input {
	width: 146px;
	margin: 0 5px 4px 7px;
	color: white;
	font-weight: bold;
}
#right .angebote {
	width: 150px;
	padding: 0 0 1px 0;
	margin: 0 5px 15px 7px;
	background: white;
}
#right .angebote .a_head {
	width: 150px;
	text-align: center;
	padding: 4px 0 4px 0;
	background: #F07C01;
	color: white; 
	font-weight: bold;
}
#right .angebote .angebot {
	width: 150px;
	text-align: center;
	margin: 7px 0 8px 0;
	font-weight: bold;
}
#right .angebote .angebot .name {
	color: black;
	margin: 5px 0 5px 0;
}
#right .angebote .angebot .price {
	color: #FF0000;
	margin: 5px 0 5px 0;
}