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

* {
	margin: 0px;
	padding: 0px;
}


body {
	font-family:Helvetica, Verdana;
	font-weight: bold;
	overflow: auto;
}

a:link, a:active, a:hover, a:visited {
	color: #000000;
	text-decoration: none;	
}

a:active, a:hover {
	color: #ffffff;	
}

h1 {
	font-size:60pt;
	text-decoration:underline;
}

h2 {
	font-size:36px;
	text-decoration:underline;
}

h3 {
	margin-top: 40px;
	font-size:36px;
	text-decoration:none;
}

#barov_overlay {
	padding: 30px;
	color:#FFFFFF;
	z-index: 999;
	position:absolute;
	top: 40px;
	left: 60px;
	background-image:url(red_back.png);
	width: 100%;
	min-height: 100%;
}


#weiter_overlay {
	padding: 30px;
	color:#FFFFFF;
	z-index: 999;
	position:absolute;
	top: 85%;
	left: 40%;
	background-image:url(red_back.png);
	width: 100%;
	min-height: 100%;
}

.navi li {
	list-style: none;
	float: left;
	margin-right: 15px;
}

#navi2 {
	font-weight: bold;
	color: #ffffff;
	float: left;
	height: 500px;
	width: 250px;
	border-right: 5px solid black;
}

#navi2 td{
	font-weight: bold;
	color: #ffffff;
}

.clear {
	clear: both;
	margin-top: 60px;
}

.selected {
	color: #ffffff;
}

#content {
	text-transform:uppercase;
	float: left;
	width: 60%;
	margin-left: 30px;
}

.smalltext {
	font-size: 12pt;
}

a img {
	border: 0px;
}

.underlinedOverlay {
	text-decoration: underline;
	color:#FFFFFF;
}

.underlined {
	text-decoration: underline;
}


.underlinedBig {
	font-size: 45%;
	text-decoration: underline;
}

.small {
	font-size: 45%;
}