@charset "UTF-8";
/* CSS Document */

@import url("content.css");
@import url("menu.css");


/****** Layout *****/
body {
	margin: 0px;
	background-image:url(../images/body_bg.png);
	background-repeat:repeat-y;	
}

html, body {
	height: 100%;
}

#mainframe {
	position: absolute;
	left:0px;
	top:0px;
	background-image:url(../images/main_bg.png);
	background-repeat:repeat-x;
	width:100%;
}
#main {	
	width: 955px;
}

#innermainwrapper {
	height:322px;
}



#topmenu {
	height:98px;
	background-image:url(../images/logo.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	overflow:visible;
}


#imagewrapper {
	position: absolute;	
	height:308px;
	width:688px;
}

#image {
	padding-top:8px;
}

#maske {
	position: absolute;	
	z-index:20;
	right:0;
	width:17px;
	height:12px;
	background-image:url(../images/maske_ecke.png);
	background-repeat:no-repeat;
	background-position:right;
	
}

#rightmenu {
	position: absolute;
	left:726px;
	top:137px;
	width:200px;
}

#compmenu {
	position: absolute;
	left:726px;
	top:320px;
	width:200px;
}


#contentwrapper {
	position: absolute;
	width:380px;
	left:42px;
	top:440px;	
	padding-bottom:20px;
}


#subcontentwrapper {
	position: absolute;
	width:208px;
	left:468px;
	top:440px;	
}

#subcontent {

	padding-top:25px;

}


#subimage {
	/**/
}

#subimage img {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:#FFFFFF solid 1px;
}


#sub_consider {
	padding-bottom:20px;
}


#backbutton {
	padding-top:10px;
}

#backbutton a { 

	padding:0px; 
	font-family: Verdana; text-decoration:underline; color:#000000; font-weight:normal;
	font-size:11px;
	
	background-image:url(../images/back.png);
	background-repeat:no-repeat;
	text-indent:17px;
	display:block;
	height:15px;
	width:70px;
}

