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

body {
	margin: 			0px;
	outline:			none;
	background:			url(../images/layout/bg.png);
	font-size:			14pt;
	color:				#000;
	font-family:		"Times New Roman", Times, serif;
}

#mainContent {
	position:			absolute;
	top:				30px;
	left:				50%;
	width:				980px;
	height:				820px;
	margin-left:		-500px;
	background:			#FFF;
	box-shadow:			4px 4px #000;
}

#navi {
	width:				160px;
	height:				615px;
	padding:			205px 0px 0px 20px;
	background:			url(../images/layout/naviBildOben.jpg) no-repeat #010937;
	font-size:			16pt;
	color:				#FFF;
	letter-spacing:		3px;
	float:				left;
}

#header {
	width:				800px;
	height:				165px;
	border-bottom:		#000 solid 10px;
	background:			url(../images/layout/logo.png) no-repeat 20px 30px;
	float:				left;
}

.naviLink {
	padding:			5px 10px 5px 10px;
	cursor:				pointer;
}

.naviLink:hover {
	background:			#a3a6b6;
}

.aktivLink {
	background:			#a3a6b6;
}

#content {
	width:				800px;
	height:				615px;
	background:			url(../images/layout/bgContent.png) no-repeat 100px 100px;
	overflow:			hidden;
	padding:			30px 0px 0px 0px;
	float:				left;
}

h1 {
	font-size:			30pt;
	letter-spacing:		3px;
	margin:				0px;
}

h2 {
	font-size:			24pt;
	letter-spacing:		3px;
	margin:				0px 0px 40px 0px;
}

a {text-decoration:none; color:#FFF;}
a:visited {color:#FFF;}
a:hover {color:#FFF;}
a:hover {background: none;}

a.blau {text-decoration:none; color:#010937;}
a.blau:visited {color:#010937;}
a.blau:hover {color:#010937;}
a.blau:hover {background: underline;}


.bildVorschau {
	margin-left:		10px;
}