/* CSS Document */
/* Global */
body {
	font-size:11px;
	font-family:Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
}

html {
	height:100%;
} 

#container {
	width:600px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
} 

a, a:visited {
	text-decoration:none;
	color:#FAFAFA;
}

a:hover {
	text-decoration:none;
	color:#92CCFF;
}

/* Header */
#header {
	width:100%;
	height:75px;
	background-image:url(images/bg_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#logo {
	width:300px;
	height:75px;
}

#slogan {
	width:520px;
	height:190px;
	float:right;
	text-align:right;
	display:none;
}

/* Content */
#content {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
}

#left {
	width:265px;
	height:305px;
	background-color:#549EDF;
	padding-top:40px;
	float:left;
	display:none;
}

#middle {
	width:400px;
	height:auto;
	padding-top:40px;
	margin-left:30px;
	background-color:#FFFFFF;
	float:left;
}

#middle li {
	list-style-image:url(images/listenpunkt.gif);
	margin-left:-26px;
}

#right {
	width:265px;
	height:320px;
	padding-top:38px;
	background-color:#FFFFFF;
	float:right;
	margin-bottom:20px;
	display:none;
}

#right a, #right a:visited {
	text-decoration:none;
	color:#92CCFF;
}

#right a:hover {
	text-decoration:none;
	color:#417CCF;
}

#right li {
	list-style-image:url(images/listenpunkt.gif);
	margin-left:-26px;
}

h1 {
	font-size:12px;
	font-weight:bold;
}

#pagetitle {
	width:400px;
	height:16px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

#text {
	width:400px;
	height:auto;
	margin-top:30px;
	padding-bottom:10px;
}

#text a, #text a:visited {
	text-decoration:none;
	color:#000000;
}

#text a:hover {
	text-decoration:none;
	color:#417CCF;
}

#navititle {
	width:225px;
	height:16px;
	color:#FAFAFA;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#FFFFFF;
	margin-left:20px;
	text-transform:uppercase;
	display:none;
}

#newstitle {
	width:245px;
	height:33px;
	color:#FAFAFA;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	background-color:#549EDF;
	display:none;
}

#cc {
	width:265px;
	height:20px;
	font-size:9px;
	color:#000000;
	background-color:#FFFFFF;
	padding-top:20px;
}

#cc a, #cc a:visited {
	text-decoration:none;
	color:#000000;
}
#cc a:hover {
	text-decoration:none;
	color:#A8D6FF;
}

/* Formular */
.textfeld1 {
	font-size:11px;
	color:#417CCF;
	width:220px;
	background-color:#E8E6E6;
	border:none;
}

.textfeld2 {
	font-size:11px;
	color:#417CCF;
	width:225px;
	background-color:#E8E6E6;
	border:none;
}

.textfeld3 {
	font-size:11px;
	color:#417CCF;
	width:150px;
	background-color:#E8E6E6;
	border:none;
}

.checkbox {
	color:#417CCF;
	background-color:#E8E6E6;
}

.button1 {
	font-size:12px;
	font-weight:bold;
	color:#417CCF;
	width:225px;
	background-color:#E8E6E6;
	border-top-width:thin;
	border-top-style:solid;
	border-top-color:#C2C2C2;
}

.errors {
	color:#FF0000;
}


