/*
       dachcolor-wolff.de 
       css for screen
       handcrafted by oli strobel mediengestaltung digital & print (http://olistrobel.de)
       created: 2007-06-29
       last modified: 2007-08-27
       by: os
			 
			 -> ! style.css ! <-
*/

/*****************************************************************/

/*
       title:          LAYOUT
       description:    page setup
       file */         @import url(layout.css);
    
/*****************************************************************/

#content h1{
	padding: 5px 0px 0px 20px;
}

#content h2{
	padding: 125px 20px 0px 275px;
}

#content h3{
	padding: 35px 20px 0px 20px;
}

#content h6{
	padding: 125px 20px 0px 275px;
}

#content p{
	padding: 10px 20px 0px 20px;
}

#content table{
	margin: 0px;
	left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11591A;
	padding: 0px;
}

#content tr{
	height: 0px;
}

#content td{
	text-align: left;
	padding-left: 20px;
}

#content label{
	float: left;
	width: 200px;
}

.imp{
	float: left;
	width: 235px;
}

#news{
	width: 150px;
	height: 265px;
	border-top: 2px solid #BB1019;
	border-left: 2px solid #BB1019;
	border-right: 2px solid #BB1019;
	border-bottom: 2px solid #BB1019;
	margin-top: 33px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#news h1{
	padding: 1px 0px 0px 5px;
}

#news_unten{
	width: 150px;
	height: 170px;
	border-top: 2px solid #BB1019;
	border-left: 2px solid #BB1019;
	border-right: 2px solid #BB1019;
	border-bottom: 2px solid #BB1019;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#news_unten h1{
	padding: 1px 0px 3px 5px;
}

#news h5 {
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #EBEBEB;
}


/*****************************************************************/


/*
       title:          TYPOGRAPHIE
       description:    page setup
*/    
/*****************************************************************/

*{
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #11591A;
}

#main_nav li{
	color: #CCC;
	font-weight: bold;
}

#left li{
	color: #11591A;
	font-weight: bold;
}

#content h1{
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#content h2{
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
}

#content h3{
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #11591A;
}

#content h4{
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #11591A;
}

#content h6{
	color: #11591A;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#content p{
	color: #11591A;
}

#content b{
	color: #11591A;
	font-weight: bold;
}

#content i{
	color: #11591A;
	font-style: italic;
}

.imp a{
	color: #88998B;
}

#news h1{
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EBEBEB;	
}

#news_unten h1{
	font: bold 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EBEBEB;	
}

#footer p{
	color: #EBEBEB;
	font: normal normal bold 11px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#footer li{
	color: #EBEBEB;
	font-weight: bold;
}
    /** <------------ ***/
  /*   LINKS  <--- */
/** ---------- ***/

#main_nav a{
	text-decoration: none;
	color: #EBEBEB;
	font-weight: bold;
}

#main_nav a:visited{
	text-decoration: none;
	color: #DDD;
}

#main_nav a:active{
	text-decoration: none;
	color: #063;
}

#main_nav a:hover{
	text-decoration: none;
	color: #FFF;
}

#left a{
	text-decoration: none;
	color: #EBEBEB;
	font-weight: bold;
}

#left a:visited{
	text-decoration: none;
	color: #CCC;
}

#left a:active{
	text-decoration: none;
	color: #063;
}

#left a:hover{
	text-decoration: none;
	color: #FFF;
}

#content a{
	text-decoration: underline;
	color: #11591A;
	font-weight: bold;
}

#content a:visited{
	text-decoration: underline;
	color: #11591A;
	font-weight: normal;
}

#content a:active{
	text-decoration: none;
	color: #063;
}

#content a:hover{
	text-decoration: underline;
	color: #000;
}

#news li{
	color: #EBEBEB;
	font-weight: bold;
}

#news li input{
	color: #FFFFFF;
	font-weight: bold;
	background-color:#932019;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#news a{
	text-decoration: none;
	color: #EBEBEB;
	font-weight: bold;
}

#news a:visited{
	text-decoration: none;
	color: #DDD;
}

#news a:active{
	text-decoration: none;
	color: #063;
}

#news a:hover{
	text-decoration: none;
	color: #FFF;
}

#news_unten a, img{
	border: none;
}

#footer a{
	text-decoration: none;
	color: #EBEBEB;
	font-weight: bold;
}

#footer a:visited{
	text-decoration: none;
	color: #DDD;
}

#footer a:active{
	text-decoration: none;
	color: #063;
}

#footer a:hover{
	text-decoration: none;
	color: #FFF;
}

/*****************************************************************/


/*
       title:          NAVIGATION
       description:    page setup
*/    
/*****************************************************************/

#main_nav{
	padding: 0px 0px 0px 135px;
}

/*Navigation*/
#main_nav ul { /* all lists */
	padding: 0px;
	list-style: none outside none;
	margin: 0px 0px 0px 0px;
}

#main_nav li {
	float: left;
	position: relative;
	padding-left: 13px;
	padding-top: 7px;
}

li ul {
	/* second-level lists */
	display: none;
	position: absolute;
	top: 1.7em;
	left: 0px;
	width: 135px;
	background-color: #BB1019;
}

li>ul {
	/* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 15;
	left: -20;
}

li:hover ul, li.over ul {
	/* lists nested under hovered list items */
	display: block;
}

#second li{
	
	padding-left: 5px;
}
/*eof_Navigation*/

#left ul{
	list-style: none outside none;
	padding-left: 25px;
	padding-top: 40px;
}

#left li{
	padding-top: 5px;
}

#news ul{
	list-style: none outside none;
	padding-left: 5px;
	padding-top: 5px;
}

#news li{
	padding-top: 5px;
}

#footer ul{
	list-style: none outside none;
	padding-left: 300px;
	padding-top: 3px;
}

#footer ul#middle{
	list-style: none outside none;
	padding-left: 410px;
	padding-top: 0px;
}

#footer li{
	float: left;
	position: relative;
	padding-left: 0px;
	padding-top: 0px;
}

#footer p{
	padding-top: 3px;
	text-align: center;
}

/*****************************************************************/


/*
       title:          BACKGROUNDS
       description:    page setup
*/    
/*****************************************************************/

body{
	background: #EBEBEB;
}

#all{
}

#header{
	background: Blue url(../images/header.gif) no-repeat;
}

#main_nav{
	background: url(../images/main_nav.gif) no-repeat left;
}

#left{
	background: #BB1019 url(../images/original.gif) no-repeat scroll bottom;
}

#content{
	background: url(../images/farben/content_14.jpg) no-repeat;
}

#right{
	background: #932019 url(../images/anrufen.gif) no-repeat scroll bottom;
}

#news{
	background: url(../images/titel.gif) repeat-x;
}

#news_unten{
	background: url(../images/titel.gif) repeat-x;
}

#footer{
	background: url(../images/footer.gif) repeat-x;
}

/*****************************************************************/
