/* CSS Document Autoklinik RL Lackier und Spengler Arbeiten */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: black;
	}                      

#container,#container_middle {
	width:  62em;
	height: 41.7em;
	margin: 1em auto;
	background-color: #ccd5cc;
    background-repeat: no-repeat;
	background-position: bottom;
	font-size: .8em;
	border: 1px solid #75778E;
	text-align:left;
	padding: 1em;
}

#container_middle {
    height: 43em;
}



#header {
	margin-bottom: 1em;
	height: 18em;
	height: 10.2em;
	width: 62em;
	background-color: #FEFDFD;
	/*background-image: url(graphik/akl_logo.png);*/
	background-repeat: no-repeat;
	background-size: 100% auto;
}

#container_left {
	float: left;
	/*width: 30em;
	height: 28em;*/
	width: 28em;
	height: 26em;
	padding: 0.0em;
	border: 1px solid #CCCCCC;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 0em;
	margin-bottom: 1.3em;
	border:none;
	background-color: transparent;
}

#container_right {
	float: right;
	width: 30em;
	height: 27.3em;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-image: url(graphik/kfz_anfahrt.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	margin-top: 0em;
	margin-bottom: 1.3em;
	border:none;
	background-color: #b2b2b2;
}


#cr_h1,#cr_h2,#cr_h3,#cr_h5 {
    font-family:Times;*/
    font-size: 1.1em;
	padding: 0.1em;
    color: #5869ab; /*BLAU */
    font-weight:bolder;
	border: none;
	background-color:transparent;
}
#cr_h1 {
    
    text-align:right;
    white-space: pre-wrap;
    }
#cr_h2 {
    
    text-align:right;
    white-space: pre-wrap;
    text-decoration:none;
}

#cr_h3 {
    font-size: 1.4em;
    text-align:center;
    white-space: pre-wrap;
    color: #0022a0; /*Blau*/
}

#cr_h4 {
    font-size: 1.0em;
    text-align:center;
    background-color: #ccd5cc;
    color:#0022a0;
    white-space: pre-wrap;
}

#cr_h5,#cr_h5s {
    font-size: 1em;
    text-align:center;
    background-color: #ccd5cc;
    color:black;    
    white-space: pre-wrap;
}

#cr_h5s {
text-align:left;
}


#f1{
    font-family:Times;
    font-size: 1.2em;
    text-align:center;
    font-weight: bold;
    background-color: #a0aca8;
    color:#7E0000;
}



#leftbox,#lb_small,#lb_middle{
    font-family:Times;
    font-size: 1.2em;
	color: #7E0000;
    height: 10.6em;
    width: 22.6em;
    padding: 0em;
    top: -18.2em;
    left: 0em;
    position: relative ;
	background-color: #ccd5cc;
    margin: 0em;
	border: 1px solid black;
}  

#lb_middle{
top: 0.8em;
height: 21.1em;
}

#lb_small{
top: 0.8em;
height: 16.8em;
}


#footer,#footer_middle,#footer_small {
	clear: both;
	padding: 0.0em;
	height:2.3em;
	top: -21.9em;
	position: relative;
	background-color: #a0aca8;
	color: #0022a0; /*Blau*/
	text-align: center;
	font-size: 1.0em;
	font-weight:bolder;
}

#footer_middle{
	top: 0.3em;    
}

#footer_small {
	top: 4.5em;	
}



p {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: .5em;
	font-size: 1.1em;
}




h1 {
	font-size: 1.2em;
	padding: 0em;
	color: #7E0000;
	border: 1px dotted #CCCCCC;
	background-color: #ccd5cc; /*grey*/
}





a:link {color: #676D79;}
a:link {color: #0022a0;}
a:visited {color: #676D79}
a:hover {color: #820606}
a:active {color: #890000}

