/* CSS Document by TonkBerlin.de for F+F */

body {
	margin:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	background-color:#fff;
}

a {
	color:#1d75a4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	padding:0;
	margin:0;
}

input, textarea {
	font-size:11px;
	width:192px;
}

#navi {
	top:5px;
	left:0;
	position:absolute;
	color:#fff;
	text-transform:uppercase;
	z-index:60;
}

#navi ul {
	margin:0;
	padding:0 5px;
	float:left;
}

#navi ul li {
	padding:10px 5px;
	list-style-type:none;
	float:left;
}

#navi ul.home {
	margin:0 5px 0 0;
	background-image:url(images/background_pattern_80white.png);
	background-repeat:repeat;
}

#navi ul.home a {
	color:#6e7f91;
	text-decoration:none;
}

#navi ul.home a:hover {
	text-decoration:underline;
}

#navi ul.navipoints {
	background-image:url(images/background_pattern_80grey.png);
	background-repeat:repeat;
}

#navi ul.navipoints a {
	color:#fff;
	text-decoration:none;
}

#navi ul.navipoints a:hover {
	text-decoration:underline;
}

#logo {
	top:0;
	right:50px;
	position:absolute;
	z-index:40;
	background-image:url(images/background_pattern_80white.png);
	background-repeat:repeat;
}

#logo img {
	margin:10px;
	border:0;
}

#subnavi {
	top:120px;
	left:50%;
	width:960px;
	float:left;
	position:absolute;
	padding:0 0 0 20px;
	margin:0 0 0 -480px;
	font-size:13px;
	z-index:50;
}

#content {
	top:245px;
	left:50%;
	width:920px;
	float:left;
	position:absolute;
	padding:0 0 30px 0;
	margin:0 0 0 -460px;
	font-size:12px;
	z-index:50;
}

#left,
#middle,
#right {
	width:300px;
	float:left;
}

#leftandmiddle {
	width:610px;
	float:left;
	margin:0 10px 0 0;
}

#middle {
	margin:0 10px;
}


#background {
	width:100%;
	height:100%;
	position:fixed;
	z-index:20;
}

#background img {
	width:100%;
}

#footer {
	bottom:10px;
	left:50px;
	position:fixed;
	color:#6e7f91;
	text-transform:uppercase;
	z-index:80;
}

#footer a {
	color:#6e7f91;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#streifen {
	width:100%;
	height:5px;
	left:0;
	bottom:0;
	position:fixed;
	background-color:#60707e;
	z-index:80;
}

/* CLASSES */

.grey {
	color:#6e7f91;
}

a.superhuge  {
	width:280px;
	float:left;
	background-image:url(images/background_pattern_80white.png);
	background-repeat:repeat;	
	padding:80px 10px 10px 10px;
	margin:0 10px 0 0;
	color:#6e7f91;
	font-weight:bold;
} 

a.superhuge:hover {
	width:280px;
	padding:90px 10px 10px 10px;
	background-image:url(images/background_pattern_80lightblue.png);
	background-repeat:repeat;
}

.white_bg {
	background-image:url(images/background_pattern_80white.png);
	background-repeat:repeat;
}

.contentbox {
	float:left;
	clear:both;
	color:#666;
	padding:10px;
	margin:0 0 20px 0;
	background-image:url(images/background_pattern_80white.png);
	background-repeat:repeat;
}

.contentbox p,
.contentboxblue p {
	margin:0 0 15px 0;
}

.contentboxblue {
	float:left;
	clear:both;
	padding:10px;
	margin:0 0 20px 0;
	background-image:url(images/background_pattern_80blue.png);
	background-repeat:repeat;
	color:#fff;
}

.contentboxblue a {
	color:#fff;
}

.verysmallbox {
	float:left;
	color:#6e7f91;
	padding:10px;
	margin:80px 0 20px 0;
	background-image:url(images/background_pattern_80white.png);
	background-repeat:repeat;
}

.acidgreen {
	color:#00ff42;
	font-style:normal;
	font-weight:normal;
}

a.acidgreenlink {
	line-height:20px;
	padding:3px;
	color:#00ff42;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

a.acidgreenlink:hover {
	color:#00ff42;
	text-decoration:underline;
}

.marg_right-bottom {
	margin:0 20px 15px 0;
}

.huge {
	font-size:60px;
}