/*
////////////////////////////////////////////////////
// Standard
////////////////////////////////////////////////////
*/

* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	color:#636365;
	background-image:url(/images/layout/background.png);
	background-position:top center; 
	background-repeat:no-repeat;
}

hr {
	height:1px;
	border:0px solid white;
	border-bottom: 1px solid silver;
	margin:10px 0 10px 0;
}


.table_padding td {
	padding:1px 3px;
}

p {
	margin:0;
	margin-bottom:15px;
}

#content ul {
	padding-left:40px;
	margin-bottom:15px;
}

#content ul li {
	list-style-type:none;
	background:url(../images/layout/content_li.gif) 0 5px no-repeat;

	padding-left: 13px;
	margin-left:-20px;
	
	margin-bottom:7px;
}

.unsichtbar {
	display: inline;
	position: absolute;
	left: -1000px;
	top:  -1000px;
	overflow: hidden;
	width: 0px;
	height: 0px
}

/*
////////////////////////////////////////////////////
// Weiteres
////////////////////////////////////////////////////
*/	

.clearer {
	clear:both;
	height:1px;
	width:100%;
	background-color:red;
	font-size:1px;
	visibility:hidden;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.span_login {
	display:block;
	float:right;
	font-size:10px;
}

.span_login a {
	color:#636365;
	text-decoration:none;
}

/*
////////////////////////////////////////////////////
// Bereiche
////////////////////////////////////////////////////
*/

#wrapper {
	width:960px;
	margin:0 auto 0 auto; 
    min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-color:#FFFFFF;

}
	
#top {
	height:117px;
}	

#navigation {
	height:36px;
	padding:0 0 0 24px;
	background-image:url(/images/layout/background_navigation.gif);		
}	

#header {
	height:227px;
	overflow:hidden;
}

#quicklinks_und_suche {
	height:47px;
	background-image:url(/images/layout/background_suche.gif);
}

#quicklinks {
	float:left;
	width:730px;
	padding-top:7px;
}

#suche {
	float:left;
	height:47px;
	width:230px;	

}

#suchtext {
	float:left;
	line-height:36px;
	font-weight:bold;
	font-size:11px;
}

#suchfeld {
	float:left;
	margin-top:9px;
	padding-left:8px;	
}

.suchfeld {
	border:solid 1px #bababa;
	height:16px;
	width:158px;
	color:#636365;
	padding-left:2px;
}


#content {
	float:left;
	width:646px;
	padding:10px 40px 20px 40px;
	text-align:justify;
}

#container {
	float:left;
	width:209px;
	overflow:hidden;
}

/*
//////////////////////////////////////////////////////
// Automarken Verlinkungen
//////////////////////////////////////////////////////
*/

#automarke_toyota,
#automarke_skoda,
#automarke_seat,
#automarke_citroen,
#automarke_kia,
#automarke_volkswagen,
#automarke_audi,
#automarke_lexus,
#automarke_suzuki {
	display:block;
	height:22px;
	float:left;
	margin-right:40px;
	background-repeat:no-repeat;
}

#automarke_toyota:link,
#automarke_toyota:visited {
	width:23px;
	background:url(../images/layout/automarken/toyota.gif);
	margin-left:40px;
}
#automarke_skoda:link,
#automarke_skoda:visited {
	width:20px;
	background:url(../images/layout/automarken/skoda.gif);
}
#automarke_seat:link,
#automarke_seat:visited {
	width:28px;
	background:url(../images/layout/automarken/seat.gif);
}
#automarke_citroen:link,
#automarke_citroen:visited {
	display:none;
	width:14px;
	background:url(../images/layout/automarken/citroen.gif);
}
#automarke_kia:link,
#automarke_kia:visited {
	width:32px;
	background:url(../images/layout/automarken/kia.gif);
}
#automarke_suzuki:link,
#automarke_suzuki:visited {
	width:27px;
	background:url(../images/layout/automarken/suzuki.gif);
}
#automarke_volkswagen:link,
#automarke_volkswagen:visited {
	width:20px;
	background:url(../images/layout/automarken/vw.gif);
}

#automarke_audi:link,
#automarke_audi:visited {
	display:none;
	width:25px;
	background:url(../images/layout/automarken/audi.gif);
}
#automarke_lexus:link,
#automarke_lexus:visited {
	width:56px;
	background:url(../images/layout/automarken/lexus.gif);
}



/*
//////////////////////////////////////////////////////
// Aktuell
//////////////////////////////////////////////////////
*/

.link_spacer {
	margin:0 12px 0 7px;
}

/*
//////////////////////////////////////////////////////
// Container
//////////////////////////////////////////////////////
*/

.container {
	margin-bottom:15px;
	background-color:#FFFFFF;
	background:url(../images/layout/container_main_bg.gif) repeat-x;
}

.container_content {
	background: url(/images/layout/container_main_bg.jpg) bottom repeat-x #f1f2f3;
	border:1px solid #9c9ea0;
	border-bottom:none;
}

.container_header {
	height:29px;
	line-height:29px;
	padding-left:10px;
	overflow:hidden;
	background:url(../images/layout/container_top_bg.gif) no-repeat;
}



.container_element {
	padding:5px 0 5px 0;
	background:url(../images/layout/container_trennlinie.gif) no-repeat 10px bottom; 
}
.container_last {
	background-image:none;
}
.container_element p {
	margin:0;
	padding:10px 10px 0 10px;
}

.container_element .container_mehr {
	text-align:right;
	padding-right:45px;
	margin:0;
}

.container_bild {
	text-align:center;
}

.container_bottom {
	height:4px;
	font-size:1px;
	background:url(../images/layout/container_bottom_bg.gif) no-repeat;
}

.container_element h4 {
	text-align:left;
	padding-left:10px;
	padding-top:5px;
}



/*
//////////////////////////////////////////////////////
//Mitglieder Namen
//////////////////////////////////////////////////////
*/

#person{
	float:right;
	margin-top:-35px;
	margin-right:70px;
	width:210px;
	height:auto;
}

#mitarbeiter_photo{
	background:url(../images/bg_top.png) top no-repeat;
	width:220px;
	height:auto;	
}
#bottom_border{
	background:url(../images/bg_bottom.png) bottom no-repeat;
	width:220px;
}
#middle{
	background:url(../images/bg_photo.png) repeat-y;
	height:auto;
	width:220px;
}
#mitarbeiter_photo img{
	margin-top:1px;
	margin-left:1px;
	margin-bottom:3px;
	}
#mitarbeiter_name{
	color:#636365;
	font-weight:bold;
	margin-top:10px;
}
#mitarbeiter_funktion{
	color:#636365;
}

#mitarbeiter_tel{
	color:#636365;
}

#pers_name{
	color:#636365;
	text-decoration:none;
}

/*
//////////////////////////////////////////////////////
//News
/////////////////////////////////////////////////////
*/

#bild_klein{
	float:left;
	padding-right:1em;
	padding-bottom:1em;
}
.underline,
.zusatzinfo_underline{
	border-bottom:1px dotted #636365;
	height:1px;
	font-size:1px;
	margin-bottom:15px;
}
.zusatzinfo_underline {
	margin:0 0 3px 0;
}