/****************************/
/*** GLOBAL  ****************/
/****************************/
.rundebox {
 background: url(/img/box/box.png) repeat;
 margin-bottom:10px;
 width:100%;
}

.rundebox_oben div {
 background: url(/img/box/oben_links_ec.png) no-repeat top left;
}
.rundebox_oben {
 background: url(/img/box/oben_rechts_ec.png) no-repeat top right;
}
.rundebox_unten div {
 background: url(/img/box/unten_links_ec.png) no-repeat bottom left;
}
.rundebox_unten {
 background: url(/img/box/unten_rechts_ec.png) no-repeat bottom right;
}
.rundebox_oben div, .rundebox_oben, .rundebox_unten div, .rundebox_unten {
 height: 9px;
 font-size: 1px;
}
.rundebox_inhalt {
 margin: 0 0 5 0px;
 width:100%;
}



.rundebox_red {
 background: url(/img/box/box_red.png) repeat;
 margin-bottom:10px;
 width:100%;
}

.rundebox_oben_red div {
 background: url(/img/box/oben_links_red.png) no-repeat top left;
}
.rundebox_oben_red {
 background: url(/img/box/oben_rechts_red.png) no-repeat top right;
}
.rundebox_unten_red div {
 background: url(/img/box/unten_links_red.png) no-repeat bottom left;
}
.rundebox_unten_red {
 background: url(/img/box/unten_rechts_red.png) no-repeat bottom right;
}
.rundebox_oben_red div, .rundebox_oben_red, .rundebox_unten_red div, .rundebox_unten_red {
 height: 9px;
 font-size: 1px;
}
.rundebox_inhalt_red {
 margin: 0 0 5 0px;
 width:100%;
}


.rundebox_green {
 background: url(/img/box/box_green.png) repeat;
 margin-bottom:10px;
 width:100%;
}

.rundebox_oben_green div {
 background: url(/img/box/oben_links_green.png) no-repeat top left;
}
.rundebox_oben_green {
 background: url(/img/box/oben_rechts_green.png) no-repeat top right;
}
.rundebox_unten_green div {
 background: url(/img/box/unten_links_green.png) no-repeat bottom left;
}
.rundebox_unten_green {
 background: url(/img/box/unten_rechts_green.png) no-repeat bottom right;
}
.rundebox_oben_green div, .rundebox_oben_green, .rundebox_unten_green div, .rundebox_unten_green {
 height: 9px;
 font-size: 1px;
}
.rundebox_inhalt_green {
 margin: 0 0 5 0px;
 width:100%;
}



.project_box {
border-color:#ffffff;
border-width:0px;
border-style:solid;
}
.project_box td {
vertical-align:top;
width:250px;
border-color:#ffffff;
border-width:1px;
border-style:solid;
padding:3px;
margin-left:0px;
}
.project_box table {
width:100%;
border-width:0px;
}

.project_box_innen {
table-layout:fixed;
text-align:left;
background-color:#cccccc;
padding:0px;
}

.project_box_innen td {
text-align:left;
border-color:#ffffff;
border-width:0px;
border-style:solid;
}

.navigation {

}
			
#container { border:0px solid red; padding:10px; position:relative; margin-left:auto; margin-right:auto; text-align:center; }
/*#links { float:left; height:25px;width:40%; background-color:black; padding-right:10px;border:1px solid black }
#rechts { margin-left:40%px; height:25px;width:60%;background-color:red;}
*/
#links { float:left; padding:1em;height:30px;background-color:#ececec; text-align:right; border-right:10px solid #ececec; }
#rechts { padding:1em; height:30px; border-left:120px solid #ececec; background-color:#ececec;}
