
#bg_oben{
position:absolute;
left:0;
top:0;
width:100%;
height:120px;
background-image:url('../images/head_bg.jpg');
background-repeat:repeat-x;
background-position:left;
}
#logo{
position:absolute;
left:0;
top:0;
width:200px;
height:120px;
text-align:left;
/* background-image:url('../images/grafiknet_logo.png'); */
background-position:bottom;
background-repeat:no-repeat;
}
#logo_white{
position:absolute;
top:0px;
left:200px;
width:677px;
height:155px;
background-image:url('../images/grafiknet_oben.png');
background-position:bottom;
background-repeat:no-repeat;

}

/* $4 - Menue
----------------------------------------------------------------------------*/

#topmenu {
	height:50px;
	background: url(../images/topm.png) bottom center no-repeat;
	padding:0;
	margin:0;
	
	position:absolute; 
    left:0px;
    top:125px;
    width:200px;
}

#mainlevel-nav {
	float:left;
	margin:0;
	padding:5px;
	padding-left:15px;
	width:100%;
	list-style-type:none;
	
}


#mainlevel-nav a:link,#mainlevel-nav a:visited {
	float:left;
	display:block;
	color:#000;
	text-decoration:none;
	margin:0 2px;
	padding:7px 8px 5px 8px;
	border-right: 1px solid #fff;
}

.module_menu li a:hover, a#active_menu:link, a#active_menu:visited {
	color:#fff;
	background:#990000;
}

.module_menu #current a {
	background-color: #990000;
	color:#fff;
}

#inhalt{
position:absolute;
top:120px;
left:210px;
width:655px;
height:auto;
}

/*Oberes Bild Mitte*/
#top---{
width:655px;
height:200px;
overflow:hidden;
float:left;
margin-top:18px;
margin-bottom:20px;
background-color:#f9f9f9;
background-image:url('../images/top_bg.jpg');
}

#mainbody{
width:655px;
height:auto;
overflow:hidden;
float:left;
margin-bottom:10px;
}

#right{
position:absolute;
top:0px;
left:666px;
width:200px;
height:auto;
background-image:url('../images/content_rechts_bg.gif');
background-repeat:repeat-y;
background-position:right;
}
.module_rechts_1{
width:215px;
height:auto;
background-color:#fff;
}
.module_rechts_2{
width:215px;
height:auto;
background-color:#fff;
}
.module_rechts_3{
width:215px;
height:auto;
background-color:#fff;
}

.module_rechts_4{
width:215px;
height:40px;
background-color:#fff;
border-bottom: 1px solid #999999;
background-image:url('../images/grafiknet.png');
background-repeat:no-repeat;
background-position:right;

}
#left_side{
width:180px;
height:auto;
margin-left:10px;
}
.module_mitte{
width:610px;
height:auto;
margin-left:30px;
overflow:hidden;
}

.show_button{
width:92px;
height:13px;
background-image:url('../images/show.gif');
background-repeat:no-repeat;
}
#bottom{
width:552px;
height:auto;
overflow:hidden;
background:#f2f2f2;
border:1px solid #ccc;
padding:20px;
float:left;
margin-top:10px;
margin-bottom:10px;
}

#legalline{
color:#666;
font-size:10px;
width:650px;
height:50px;
overflow:hidden;
float:left;
margin-top:10px;
margin-bottom:10px;
text-align:center;
border-top:1px dotted ;
}

.webdesign {
color:#CCCCCC;
font-size:10px;
}

/* $4 - Search box
----------------------------------------------------------------------------*/
.moduletable-search {
	height:26px;				
	padding:0px 0 0 0px;
	margin-top:50px;
	margin-left:20px;
}
.moduletable-search input.inputbox-search{
	width:109px;
	height:15px;
	padding:1px 0 0 22px;
	border: none;
	background:none;
	color:#15273b;
}
.moduletable-search input.button-search{
	width:45px;
	height:16px;
	background:none;
	border:none;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#d2e2ee;
	padding:-2px 0 0 0;
}

