@CHARSET "UTF-8";

/********************************/
/**         MENU               **/
/********************************/
#menuWrapper {
	position: absolute;
	top: 100px;
	left: 0px;
	
	width: 200px;
	height: 504px;

	z-index: 0;
	
	background-color: #1B6511;
	border: 1px solid #F6E9E7;
}
#menu1 ul, #menu2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
}

#menu1 {
	position: relative;
	float: left;
	
	margin-top: 60;
	
	width: 85px;
	height: 80px;
	
	border: 0px solid black;
}

#menu2{
	position: relative;
	float: left;
	
	margin-top: 60;
	
	width: 110px;
	height: 80px;
	
	border: 0px solid black;
}

#menuImage {
	width: 200px;
	height: 100px;
	
	background-image:url(../images/menuBsp.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menuContent {
	width: 200px;
	height: 224px;
	
	margin: 4px 0px 0px 0px;
}


.clearDiv {
	clear: both;
    	position:relative;
	border: 0px solid silver;
	line-height: 0px;

	margin: 0px;
	padding: 0px;
}

body, html {
	background-color: #990000;

	text-align: center;
	position: relative;
}

table {
	border-collapse: collapse;
}

#outerWrapper{
	text-align: left;
	position: relative;
	margin: 0 auto 0 auto;  

	width: 800px;
	height: 505px;
}

/********************************/
/**         HEADER             **/
/********************************/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 150px;
	height: 150px;
	
	z-index: 1;
	
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 40px 0px;
}
#headLine {
	position: absolute;
	top: 0px;
	left: 150px;

	width: 530px;
	height: 100px;
	
	background-image:url(../images/headLine.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#menuSub {
	position: absolute;
	top: 0px;
	left: 680px;
	
	width: 120px;
	height: 40px;
	
	BORDER: 0px solid black;
	padding-top: 60px;
	
	text-align: right;
	color: #F6E9E7;
	font-size: 10px;
}

/********************************/
/**         CORNERS            **/
/********************************/
#obenLinks {
	position: absolute;
	top: 100px;
	left: 0px;
	
	width: 14px;
	height: 14px;

	z-index: 1;
	
	background-image:url(../images/obenLinks.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#untenLinks {
	position: absolute;
	top: 592px;
	left: 0px;
	
	width: 14px;
	height: 14px;
	
	z-index: 1;

	background-image:url(../images/untenLinks.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#obenRechts {
	position: absolute;
	top: 100px;
	right: -3px;
	
	width: 8px;
	height: 8px;
	
	z-index: 1;

	background-image:url(../images/obenRechts.gif);
	
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#untenRechts {
	position: absolute;
	top: 598px;
	right: -3px;
	
	width: 8px;
	height: 8px;
	
	z-index: 1;

	background-image:url(../images/untenRechts.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/********************************/
/**         CONTENT            **/
/********************************/
#content {
	position: absolute;
	top: 100px;
	left: 203px;
	
	width: 498px;
	height: 506px;
	
	z-index: 0;
	
	background-color: #F6E9E7;
}

#text {
	padding: 40px 70px 0px 80px;

}

#contentImages {
	position: relative;
	top: 100px;
	left: 701px;
	
	width: 102px;
	height: 505;
	
	background-color: #F6E9E7;
	
	border : 0px solid black;
	
	padding-top: 1px;
}

DIV#outerWrapper DIV#contentImages DIV.csc-textpic-clear {
	padding-top: 1px;
}
/********************************/
/**         FOOTER             **/
/********************************/
#footer {
	position: absolute;
	top: 606px;
	left: 0px;
	
	width: 800px;
	height: 30px;
}