/* CSS Document */
body {
	background-image:url(../_images/background.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;	
	font-family:Arial;
	font-size:14px;
}

.link_i {
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.link {
	color:#c51725;
	font-size:18px;
	font-weight:bold;
}

.link_off {
	color:#999999;
	font-size:18px;
	font-weight:bold;
}

.bigred {
	color:#c51725;
	font-size:18px;
}

.bigblack {
	color:#000000;
	font-size:18px;
}

.footer {
	font-size:11px;
	color:#9c9e9f;
}

#main {
	background-image:url(../_images/eingang.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:750px;
	width:950px;

}

#left {
	float:left;
	width:50%;
	font-size:14px;
}

#right {
	float:right;
	width:50%;
	font-size:14px;
}

#clear {
	clear:left;
}

#navi {
	background-color:#bdd4df;
	width:920px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	display: table;
	#position: relative; 
	overflow: hidden;
}

#outerNavi {
	#position: absolute;
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}
#innerNavi {
	#position: relative;  
	#top: -50%;
	#left: -50%;
	text-align:center;
}

#gbook {
	width:600px;
}