body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #666666;
}
h1 {
	font-size: 18px;
	color: #E7292A;
	font-weight: bold;
	margin-top: 0;
}
h2, .tabbed_pane .navi a {
	font-size: 13px;
	color: #336092;
	margin: 0;
	margin-bottom: 10px;
}
#wrapper{
	width: 659px;
	margin: 20px auto;
	background-color: #ffffff;
	position: relative;
}
#navi{
	border-bottom: 1px solid #666666;
}
#navi ul{
	float: right;
	list-style-type: none;	
	margin: 0;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
#navi ul li{
	float: left;
	padding: 8px 10px 0px 10px;
	margin: 0;
}
#navi ul li a{
	font-weight: bolder;
	color: #E7292A;
	font-size: 12px;
	text-decoration: none;
}
#content{
	width: 552px;
	border-right: 4px solid #666666;
	padding: 25px;
	padding-right: 35px;
}
#red_block{
	width: 43px;
	background-color: #e7292a;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}

.float_container{
	overflow: hidden;
	height: 1%;
}


div.info_box{
	padding: 5px;
	background-color: #ebebeb;
	margin-bottom: 10px;
}
.one_two{
	width: 49%;
}
.left{ float: left; } .right{ float: right; }



dl{
	margin:0em;
	font-size:100%;
	margin-top:0.5em
}
dt{
	float: left;
	clear: left;
	width: 10em;
	margin-bottom:0.8em;
	text-align: left;
	position: relative /*IEWin hack*/
}
dd{
	clear: right;
	margin-left: 10.5em;
	margin-bottom: 0.8em;
	border-bottom: 1px dotted #e9e9e9;
	padding-bottom: 5px;
}

#linkdpag{
	text-decoration: none;
	color: #666666;
}

a:link, a:visited{
	color: #336092;
	text-decoration: none;
}




.tabbed_pane{
	position: relative;
}
.tabbed_pane .content h3{
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
}
.tabbed_pane .navi table{
	position: absolute;
	right: 0px;
	top: 3px;
}
.tabbed_pane .navi table tr td.name{
	padding-right: 10px;
	cursor: pointer;
}
.tabbed_pane .content{
	padding: 5px;
	padding-left: 0;
	font-size: 12px;
}






#angebots_liste ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#angebote_liste ul li{
	padding: 0;
	margin: 0;
}

#angebots_liste .text_field{
	height: 16px;;
	font-size: 90%;
	border: 1px solid grey;
}
#angebots_liste textarea{ border: 1px solid grey; }

#angebots_liste .text_field:hover, #angebots_liste .text_field:focus,
#angebots_liste textarea:hover, #angebots_liste textarea:focus{
	background-color: #DFEEFF;
	border: 1px solid grey;
}

#angebots_liste input.contact{
	width: 100%;
}

#angebots_liste .section_header{
	margin: 10px 0px;
	font-weight: bold;
}
