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

html, body, div, table, tr, td, p {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size: 12px;
}

body {
	background-color: #5e8ba2;
}

html {
	background-color: #5e8ba2;
	overflow: scroll;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	color: #a1410e;
}

h2, h3, h4, h5, h6 {
	font-size: 12px;
}

h6 {
	border-bottom: 1px solid #333333;
	margin-bottom: 2px;
}

a {
	color: #003366;
}

a:hover {
	color: #CC0000;
}

li {
	margin-bottom: 3px;
	list-style-image: url(list-image.jpg);
}

#container {
	width: 750px;
	/*height: 516px;*/
	position: absolute;
	border: none;
	margin-left: -375px;
	margin-top: 0px;
	margin-bottom: 0px;
	left: 50%;
	top: 0;
	background-image: url(background.jpg);
	background-repeat: repeat-y;
	background-position: top;
}

#header {
	height: 331px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	background-image: url(header.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

#footer {
	width: 100%;
	height: 11px;
	margin-top: 100px;
	font-size: 9px;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-align: center;
}

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

#footer div {
	float: right;
	margin-top: -70px;
	margin-right: 90px;
}

#cback1 {
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	
	background-image: url(cbackbottom.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#cback2 {
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	
	background-image: url(cbacktop.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
}

#zivifilm {
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#flvplayer {
	position: fixed;
	left: 50%;
	top: 50%;
	
	width: 600px;
	height: 400px;
	
	margin-left: -300px;
	margin-top: -200px;
	
	background-color: #000000;
	display:none;
}	

/*******************************************/
/*               Loginpopup                */
/*******************************************/

#blackback {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#ffffff;
	-moz-opacity:0.7;
	-khtml-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}   

#loginfeld {
	border:1px solid #b2d4ef;
	padding: 5px;
	width:320px;
	height:170px;
	position:fixed;
	margin-left:-160px;
	margin-top:-100px;
	left:50%;
	top:50%;
	background-color:#fff;
	font-size: 8px;
	color: #000000;
}

#loginfeld input.button {
	border-style: dotted;
	border-color: #b2d4ef;
	width: 100px;
	color: #555;
	float: right;
	padding-bottom: 2px;
}

#loginfeld input.button:hover, #loginfeld input.button:focus {
	border-style: solid;
	background-color: #e9f4fc;
}

#loginfeld input {
	padding: 2px;
	padding-bottom: 0px;
	background: none;
	width: 99%;
	border-style: none;
	margin-top: 15px;
	border-width: 1px;
	border-bottom: 1px dotted #b2d4ef;
}

#loginfeld input:hover, #loginfeld input:focus {
	border-bottom-style: solid;
	background-color: #e9f4fc;
}

/*******************************************/
/*               Menuedit                  */
/*******************************************/

.menuedit {
	border: 1px solid #AAA;
	padding-left: 2px;
	padding-right: 2px;
	background: none;
	font-size: 9px;
	color: #1e5a88;
}

.menuedit:focus {
	border: 1px solid #f00;
}