/* Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p,
blockquote, th, td 
{ margin: 0; padding: 0; font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif;}

/* Normaliseirt font-size fÃ¼r Ãœberschriften */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Entfernt list-style aus Listen */
ol, ul
{ list-style: none; }

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Tabellenvorgabe */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border: 0; }

/* Richtet Text in caption und th links aus */
caption, th
{ text-align: left; }

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content: '';}




p {
	line-height: 15px;
}

a {
	color: black;
}

.errormessage {
	color: red;
}

div.clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0px;
    font-size: 0px;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    
}


#layout{
    width: 1000px;    
}


#head {
	width: 1000px;
	height: 102px;	
}

#logo {
    position: relative;
    top: 27px;
    left: 75px;
}

#navbar {
    position: relative;
    top: 25px;
    left: 209px;
    background-color: #D9DADB;
    width: 791px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    border-bottom: 4px solid #9E1B32;	
}

#navbarleft {
	float: left;
}

#navbarright {
	float: right;
	height: 35px;
	width: 100px;
}

#navbarright a {
    display: block;	
    width: 100px;
    height: 35px;
    font-size: 12px;
    text-decoration: none;
    line-height: 35px;
    color: #002c5a;   
}

#navbarright a:hover {
    background-color: #aaabad;	
}

#middle {
	background: #ffffff url(../_images/verlauf.jpg) repeat-x;
	padding: 10px 0px 0px 100px;
}

#news {
	float: right;
	width: 740px;
	padding: 0px 0px 0px 0px;
	text-vertical: bottom;
}

#news h1 {
	font-size: 14pt;
	color: #9E1B32;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	line-height: 14pt;
}

#news .table1 {
	background-color: #9E1B32;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}

#news td {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	color: white;
	font-weight: normal;
	line-height: 17pt;	
}

#news td.com1 {	
    padding: 0px 10px 0px 100px;	
    font-weight: bold;
}

#news td.com2 {	
	width: 170px;
    padding: 0px 0px 0px 0px;	
    vertical-align: bottom;
    font-weight: bold;
}

#news td.com2 a {	
	text-decoration: none;
	color: white;
}

#news td.com2 a:hover {	
	text-decoration: underline;
}



#hint {	
	width: 800px;
	padding: 0px 0px 0px 0px;
}

#hint .text {
	float: left;
	width: 700px;
	padding: 30px 0px 0px 10px;
}

#hint .text p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #002144;
    font-size: 15pt;
    line-height: 19pt;	
    
}

#an1 {
	float: left;
}


#an2 {
	float: right;
}

#footer {
	background-color: #AAABAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #ffffff;
    padding: 1px 1px 1px 10px;
}













