body
	{
	background-color: #001c26;	
		background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
	}
	
	
#main
	{
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	width: 917px;
	}


#header1
	{
	height: 89px;
	width: 917px;
	padding-top: 20px;
	background-image: url(/images/header1.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content-left
	{
	height: 661px;
	width: 249px;
	background-image: url(/images/navigation.png);
	background-repeat: no-repeat;
	float: left;
}

#content-right
	{
	min-height:668px;

				  	 height:auto !important;  /* für moderne Browser */

				  	 height:668px;  /*für den IE */

	overflow:visible;
	width: 668px;
	background-image: url(/images/content.jpg);
	background-repeat: no-repeat;
	float: right;
}


#content-window
	{
	width: 641px;
	margin-right: auto;
	margin-left: auto;
	position: static;

}

#window-top
	{
	width: 641px;
	background-image: url(/images/window-top.png);
	height: 27px;
}

#window-top2
	{
	width: 641px;
	background-image: url(/images/window-top2.png);
	height: 27px;
}

#window-middle
	{
	width: 641px;
	background-image: url(/images/window-middle.png);
min-height:475px; 
 overflow-y:hidden;
	overflow-x: visible;
	color:#000;
}

#window-middle2
	{
	width: 641px;
	background-image: url(/images/window-middle2.png);
	min-height:470px;
 overflow-y:hidden;
	overflow-x: hidden;
	color:#000;
}


#window-middle a, a:link, a:hover, a:visited
{
	color:#af0000;
	text-decoration:none;
	font-weight: bold;
}

#window-footer
	{
	width: 641px;
	background-image: url(/images/window-footer.png);
	height: 24px;
}

#window-footer2
	{
	width: 641px;
	background-image: url(/images/window-footer2.png);
	height: 27px;
}

.window-text
	{
	padding-top:0px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom:0px;
}


#menu
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 140px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 90px;

}


#menu li
	{
	list-style-position:inside;
	padding-bottom: 13px;
}

#menu li a
	{
		color:#FFF;
		text-decoration:none;
}

#menu li a:hover
	{
		color:#001c26;
		text-decoration:none;
}


#slogan
	{
	text-decoration:none;
	float: right;
	padding-right: 30px;
	padding-top: 22px;
}


#slogan h1
	{
	color:#FFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 38px;
	margin: 0px;
	padding: 0px;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#090909;
}

h1 {
	color:#064b64;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color:#090909;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 0px;
}


input, select  {
border:1px solid #a1a1a1;
height:16px;
font-size:11px;
padding:1px;
margin-bottom:5px;
}

select {
border:1px solid #a1a1a1;
height:21px;
margin-bottom:5px;
}

#submitbutton {
	background-image: url(/images/teilnehmen.png);
	background-repeat:no-repeat;
	background-color:transparent;
	width:167px;
	height:43px;
	border:none;
	color:#fff;
	font-weight:normal;
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:2px;
}


.blue {
color:#af0000;
}

/*
 * Autosuggest-Box (Strasse) 
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#errors p {
color:red;
font-weight:bold;
font-size:14px;
}


/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 500px; 
    width: 600px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

/* the action buttons above the scrollable */
#actions {
	width:600px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#00455d;
}

#actions a:hover {
	text-decoration:underline;
	color:#285f00;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;

}	

.prevPage {
	float:left;

}	



#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	text-decoration: none;
}

#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #c9d97d;
	text-decoration: none;
}

#anyClass1{
	background-image: url(/images/sliderbg.png);
	background-repeat: no-repeat;
	width:636px;
	height:40px;
	padding-top:5px;
	margin-top:15px;
	margin-right: auto;
	margin-left: auto;
}

.anyClass{
	margin-right: auto;
	margin-left: auto;
}


