@charset "UTF-8";
/* TOOL STYLE */

*{ margin:0; padding:0;  }
.clear{ clear:both;}
a{ text-decoration:none;}
#login{
	width: 200px;
	text-align: left;
}
#logout{ position:absolute; top:10px; right:80px; }
#login a{color: #009136;}
#logout a{color: #009136;}

#ueber{ text-align:center; font-size:26px;}
#left{ width:584px; float:left; }
#middle{ width:280px; float:left; }
#right{ width: 330px; float:left; }

#cont_l{ border:#CCCCCC 1px solid;  }
#cont_m{ border:#CCCCCC 1px solid; position:relative; min-height:372px; }
#cont_r{ border:#CCCCCC 1px solid; min-height:368px;}

#cont_r ul { list-style:none;}
#cont_r ul li:nth-child(even) {background: #CCC;}
#cont_r ul li:nth-child(odd) {background: #FFF;}

.r_oben_links{ float:left;}
.r_oben_rechts{ float:left;}

.r_unten_links{ float:left;}
.r_unten_rechts{ float:left; width:250px; height:95px; background-image:url(../img/df.jpg); background-position:bottom right; background-repeat:no-repeat; }

.gelb{ background-color:#FFFFCC; margin-bottom:10px; line-height:22px;}

#immer_unten{ position:absolute; bottom:0; left:0;}

.lineHeight{ line-height:26px;}
.grau { background-color: #EEEEEE; line-height:22px; }

#navi{ float:left;}
#navu ul{ list-style:none;}
#admin_work{ margin-left:150px; float:left;}

.table_even_odd tr:nth-child(even) {background: #CCC;}
.table_even_odd tr:nth-child(odd) {background: #FFF;}


/* BUCH STYLE */
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
