/* CSS Document */

html, body {
	margin:0;
	padding:0;
	font-family:verdana;
	font-size:11px;
	background-color:#CBA43C;
	width:100%;
	height:100%;
	
}

.zent{
	position:relative;
	width:100%;
	min-height:100%;
	}
*html .zent {
		height:100%;
		}

.contbox {
	position:relative;
	width:930px;
	height:100%;
	background-image:url(../gfx/background.jpg);
	background-position:0 -12px;
	
}

.header {
	position:absolute;
	top:0;
	left:0;
	width:930px;
	height:190px;
	background-image:url(../gfx/header.jpg);
	
}
.navi {
	position:absolute;
	width:880px;
	top:200px;
	padding-left:50px;
	height:auto;
	
	}
.navo {
	position:absolute;
	width:300px;
	height:auto;
	top:70px;
	left:550px;
	color:#fff;
}
/************* main ************/
.main {
	position:relative;
	width:886px;
	margin-left:44px;
	min-height:100%;
	background-image:url(../gfx/main-back.jpg);
	background-repeat:repeat-y;
	
}
.main-top {
	position:relative;
	width:835px;
	height:250px;
	background-color:#fff;
}
.main-cont {
	position:relative;
	width:886px;
	height:auto;
	padding-top:10px;
}
.main-left {
	float:left;
	position:relative;
	width:560px;
	height:auto;
	line-height:1.5;
	padding:0 10px 0 10px;
}
.main-right {
	float:right;
	position:relative;
	width:226px;
	padding:0 50px 0 10px;
	font-size:10px;
	}
.main-clear {
	clear:both;
	width:866px;
	height:99px;
}
.footer {
	width:930px;
	height:99px;
	position:relative;
	
	background-image:url(../gfx/footer.jpg);
	background-repeat:no-repeat;
}
.main img {	
	border:none
}
.main a:link, .main a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#008FD7;
}
 a.schrift10:link, a.schrift10:visited {
	text-decoration:none;
	font-weight:normal;
	color:#CBA43B;
	font-size:10px;
	letter-spacing:-0.5px;
}
.start-link {
	position:absolute;
	left:430px;
	top:510px;

}
.start-link a {
	text-decoration:none;
	color:#fff;
	font-size:12px;
	font-weight:bold;
}
.start-link a:hover {
	color:#111;
}
.foerd {
	position:absolute;
	left:0px;
	top:600px;
}
td.galvorschau {
	background-image:url(../gfx/bilderrahmen.jpg);
	width:140px;
	height:140px;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
	
}
.line_normal{
	line-height:1;
}

/********** FLAGGE STARTSEITE **********/

.fl_de_s {
	position:absolute;
	width:32px;
	height:22px;
	top:510px;
	left:600px;
}
.fl_cz_s {
	position:absolute;
	width:32px;
	height:22px;
	top:510px;
	left:640px;
}
.fl_de{
	position:absolute;
	width:32px;
	height:22px;
	top:22px;
	left:984px;
}
.fl_cz {
	position:absolute;
	width:32px;
	height:22px;
	top:22px;
	left:1024px;
}
.contbox img, .fl_de img, .fl_cz img{
	border:none;
}


