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

body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:17px;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
}

DIV#allert {
	display:none;
	position:absolute;
	top:110px;
	left: 50%;
	z-index:1000;
	width: 400px;
	height: 250px;
	background: #fff;
	border:1px solid #666;
	text-align: left;
	margin-left:-200px;
	padding:20px;
	/* -moz-border-radius: 5px; */
	/* -webkit-border-radius: 5px; */
	box-shadow:5px 5px 5px #000;
	opacity: 0.8;
}

#box {
	width: 750px;
	text-align: left;
	margin: 0 auto 0 auto;
} 
    
#header {
	padding: 0;
	height: 100px;
	width: 740px;
	background: url(../images/linie.gif) bottom no-repeat;
} 

#header #menu {
	position:relative;
	width:500px;
	margin-top:80px;
	float:left;
}

#header #logo {
	position:relative;
	width: 130px;
	margin-top:55px;
	float:right;
}

#submenu {
	margin-left:83px;
	height:80px;
}

#headerImage {
	position:relative;
	margin-top:0px;
}

#content {
	margin:20px 0 0 40px;
	width:710px;
	height:350px;
	overflow:hidden;
}

#footer {
        color:#CCCCCC;
	font-size:9px;
	margin:20px 0 20px 0;
	border-top:#CCCCCC solid 1px;
	text-align:right;
	text-transform: uppercase;
}

h1.imageheader {
	height:30px;
	widht:100%;
	background-repeat:no-repeat;
	padding: 0;
	margin: 0 0 15px 0;
}

h1.imageheader strong {
	display:none;
}

.clearfloat {
  	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

P {
	margin:0px 0 4px 0;
}

A {
	color:#000000;
	text-decoration:none;
	border-bottom: #000000 1px dotted;
}

A:hover {
	color:#000000;
}

#menu A, #submenu A, #logo A, #footer A {
	border:none;
}

DIV#wn {
	position:relative;
	width:680px;
	height:350px;
	overflow:hidden;
	float:left;
}

div#scrollbar {
    display:none;
}

div#text { 
	position:absolute;
	left:0px; top:0px;
}

.csc-loginform DIV {
	margin-bottom:10px;
}


	
label {
	width: 100px;
	float: left;
	text-align: left;
	font-size: 11px;
	margin:0px;
	padding:0px;
	display: block
}

fieldset input {
	margin-bottom: 15px;
	width:150px;
	height:15px
}