@CHARSET "UTF-8";

body{
	margin:0px;
	padding:0px;
	background-color:#131a36;
}

body,
table{
	color:#fff;
}

body,
table,
a{
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
}

a{
	color:#09f;
	text-decoration:underline;
}

#Container{
	width:688px;
	height:428px;
	border:5px solid #fff;
	position:relative;
	color:#fff;
	background-color:#131a36;
	background-image:url(/bilder/informationen_popup/background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#schliessenBtn{
	position:absolute;
	top:10px;
	left:610px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}

#menuContainer{
	position:absolute;
	top:82px;
	left:3px;
}

.menueBtn,
.menueBtnactive{
	display:block;
	margin:0px 12px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.menueBtnactive,
.menueBtn:hover{
	color:#09f;
}

#ContentContainer{
	position:absolute;
	left:15px;
	top:113px;
	border:1px solid #fff;
	color:#fff;
	background-color:#144165;
	width:655px;
	height:285px;
}

#ContentImage{
	position:absolute;
	left:9px;
	top:9px;
}

#Titel{
	position:absolute;
	left:202px;
	top:9px;
	font-weight:bold;
}

#Print{
	position:absolute;
	left:500px;
	top:9px;	
	font-size:9px;
	background-color:#144165;
	color:#09f;
	width:146px;
	text-align:right;
	text-decoration:underline;
	white-space:nowrap;
}

#PrintIcon{
	margin-right:5px;
	border:0px;
}

#Content{
	position:absolute;
	left:202px;
	top:35px;
	width:444px;
	height:239px;
	overflow:auto;
}

#CopyrightText{
	position:absolute;
	left:455px;
	top:409px;
	font-size:9px;
	width:218px;
	text-align:right;
}

.error{
	color:#930;
}

#kontaktForm input,
#kontaktForm select{
	border:1px solid #000;
	color:#000;
	background-color:#fff;
	padding:2px 0px 2px 2px;
	height:20px;
	margin:4px 0px;
}


#vorname{
	width:176px;
}

#nachname{
	width:170px;
}

#strasse{
	width:123px;
}

#nr{
	width:33px;
}

#plz{
	width:47px;
}

#ort{
	width:109px;
}

#mail{
	width:160px;
}

#nachricht{
	border:1px solid #000;
	color:#000;
	background-color:#fff;
	padding:2px 0px 2px 2px;
	height:150px;
	width:365px;
	margin:4px 0px;
}

#kontaktSubmit{
	width:100px;
	height:22px !important;
	color:#fff;
	font-weight:bold;
	border:1px solid #fff;
	background-color:transparent;
}
