
body {
	background: #FFFFFF;
	font-size: 13px;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 0;
}

div, h2, h3, h4, h5, h6, p, table, ul, ol, img {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
	color: #000000;
	border-bottom: 1px solid #FF0000;
}

a:hover {
	color: #FF0000;
	border-bottom: 0px;
}

img {
	border: 0;
}

.texttitle {
	color: #000000;
	font-weight: bold;
}

/* Main-Container
------------------------------------------------- */
#main-c {
	position: relative;
	background: #ffffff;
	width: 900px;
	height: 600px;
	top: 20px;
	margin: 0 auto;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
}

#main-c .topleiste {
	position: absolute;
	left: 160px;
	width: 740px;
	height: 25px;
	border-bottom: 1px solid #000000;
	font-size: 14px;
	font-weight: bold;
	text-indent: 25px;
	line-height: 25px;
	}

/* --------------------------*/
#main-c #left {
	position: absolute;
	background: url(../images/paper.jpg);
	width: 160px;
	height: 600px;
	border-right: 1px solid #000000;
}

#main-c #left .logo {
	position: absolute;
	height: 105px;
	border-bottom: 1px solid #000000;
}

/* --------------------------*/
#main-c #content {
	position: absolute;
	width: 740px;
	left: 160px;
}

.staff {
	float:		left; 
	width:		500px; 
	height:		90px; 
	margin:		10px 0px 0px 20px;
} 
.staff img {
	float:			left; 
	margin-right:	10px; 
	border:			1px solid #000;
	width: 			140px;
	height:			90px;
}

#main-c #content .title {
	position: absolute;
	top: 25px;
	width: 740px;
	height: 80px;
	border-bottom: 1px solid #000000;
	font-size: 24px;
	font-weight: bold;
	text-indent: 25px;
	line-height: 80px;
}


#main-c #content .graphic {
	position: absolute; 
	top: 106px;
	left: 553px;
	border-left: 1px solid #000000;
}


/* --------------------------*/
#main-c #content #text {
	position: absolute;
	top: 105px;
	width: 540px;
}

#main-c #content #text .inhalt {
	position: absolute;
	top: 50px;
	width: 500px;
	height: 495px;
	left: 25px;
	
}


#main-c #navi {
	position: absolute;
	margin: 150px 0px 0px -25px; 
	text-align: right;
	width: 160px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}

#main-c #navi a:link, #main-c #navi a:visited {
	color: #000000;
	border-bottom: 0px;
}

#main-c #navi a:active, #main-c #navi a:hover {
	color: #FF0000;
	border-bottom: 0px;
}

#main-c #track {
	position: absolute;
	top: 405px;
	width: 160px;
	font-size: 15px;
	left: -24px;
	text-align: right;

}

#main-c #trackform {
	position: absolute;
	top: 460px;
	width: 160px;
	left: -24px;
	text-align: right;

}


#main-c #logo {
	position: absolute;
	top: 550px;
	width: 160px;
	font-size: 15px;
	font-weight: bold;
	left: -24px;
	text-align: right;

}


/* --------------------------*/

#main-c #subn {
	position: absolute;
	top: 106px;
	left: 160px;
	height: 25px;
	width: 553px;
	border-bottom: 1px solid #000000;
}

#main-c #subn #subnavi {
	position: absolute;
	left: 21px;
}

#main-c #subn #subnavi li {
	float: left;
	list-style: none;
}

#main-c #subn #subnavi li a {
/*	text-transform: uppercase; */
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding: 0px 4px 0px 4px;
/*	border-right: 1px solid #000000;  für korrekte display: block Eigenschaft im IE benötigt 
	border-top: 1px solid #000000;*/
	border-bottom: 0;
	height: 25px;
	float: left;
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#main-c #subn #subnavi li a:link, #main-c #subn #subnavi li a:visited {
	color: #FF0000;
	border-right: 1px solid #000000;
}

#main-c #subn #subnavi li a:active, #main-c #subn #subnavi li a:hover, #main-c #subn #subnavi li a.hl {
	background: #FF0000;
	color: #FFFFFF;
	border-right: 1px solid #000000;
}

#main-c #subn #subnavi li a.hl {
	background: #FF0000;
	color: #FFFFFF;
}
