html, body {
height: 100%;
margin: 0px 50px 0px 50px;
}
body {
margin:0px;
padding:0px;
font: 75% verdana, helvetica, arial, sans-serif;
line-height: 1.2em;
color: #000;
background: #fff;
}
				/*HEADER*/	
.header {
height: 120px;
width:100%;
padding-top:0;

}
				/*HEADER LOGO*/	
.logo {
width:500px;
padding:0px 0 0 0;
margin: 0 0 0 580px;
font: bold 1.6em verdana, helvetica, arial, sans-serif;
letter-spacing: 5px;
color:#DCE4F6;
}
				/*TOP NAVBAR*/	
#topnav {
position:relative;
display:block;
height:39px;
margin:0 0 10px 0;
background:url(../_layout/images/bgDIVIDER.gif) repeat-x top left;
font: bold 1em Arial,Verdana,Helvitica,sans-serif;
}
#topnav  ul {
margin:0;
padding:0;
list-style-type:none;
width:auto;
}
#topnav  ul li {
display:block;
float:left;
margin:0;
}
#topnav  ul li a {letter-spacing: 1px; /*auf 1px ändern */
display:block;
float:left;
padding:11px 17px 2px 17px;
height:23px;
text-decoration:none;
color:#666;
background:url(../_layout/images/bgDIVIDER.gif) repeat-x top left;
}
#topnav  ul li a:hover,#topnav ul li a.current {
color:#4DA3E6;
background: url(../_layout/images/bgDIVIDER.gif) repeat-x top left;
}

				/*LEFT SIDEBAR*/	
.sidebar {
float:left;
width:21%;
height:100%;
padding-top:0;
border-right: 1px solid #eee;
}

.sidebar img {
padding-left: 15px;
}
				/*COLUMNS*/	
.gutter {
float : left;
width : 1%;
height : 1px;
}
.col1 {
padding:0px 0 0 5px;
margin: 0px 0 0 0;
float:left;
width: 50%;
margin-left:1%;
margin-right:1%;
}

#linie {
border-top: 1px dashed #CCCCCC;
}

.col2 {
float:right;
width: 22%;
margin-left:1%;
margin-right:1%;
}
				/*FOOTER*/			
.footer {
float:left;
width:100%;
padding-top:10px;
padding-bottom:0;
text-align:center;
background:#000 url(../_layout/images/foot.jpg) repeat-x;
color:#DCE4F6;
}
				/*LINKS*/	
a:link, a:visited {
color:#2D5082;
text-decoration:underline;
}
a:hover {
text-decoration: underline;
color: #4DA3E6;
}
				/*TYPOGRAPHY*/
blockquote {
font-weight : normal;
font-style : italic;
color : #6897C0;
}
h1 {
font:normal 1.3em Arial,Verdana,Helvitica,sans-serif;
letter-spacing: 1px;
color:#666;
padding:2px;
}
h2 {
	font:normal 1.3em Arial,Verdana,Helvitica,sans-serif;
	letter-spacing: 1px;
	color:#666;
	padding:2px;
}
p {
	padding-left:10px;
	padding-right:10px;
}

				/*IMAGES*/	
.imgleft {
float: left;
margin-right: 20px;
padding: 10px;
border: 0px solid #eee;
}
				/*LEFT MENU*/
#navlist {
padding-left: 0;
margin-left: 0;
color: #2D5082;
padding: 0.25em;
/*border-bottom: 1px solid #eee;*/
width: auto;
}
#navlist li {
list-style: none;
color: #2D5082;
margin: 0;
padding: 0.10em;
/*border-top: 1px solid #eee;*/
}
#navlist li a { text-decoration: none;
color: #2D5082;
background :url(../_layout/images/arrow.png) left center no-repeat;
padding-left: 20px;
}
#navlist li a:hover {
text-decoration: none;color: #4DA3E6;
}
/* Search */

#searchform {
	margin: 0;
	padding: 10px;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}
.error{
color:red;
font-weight:bold;
}
