/* 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: 12px; font-family: Arial, Verdana, Helvetica, sans-serif;}

/* Normalisiert font-size fuer Ueberschriften */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Vorgaben für Listen */
ol, ul
{ margin-left: 15px; list-style: disc outside; width: 600px }

/* 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: 120px;
		
}

#headtrenner {
    background-color: #9E1B32;
    height: 4px;
}

#logo {
    position: relative;
    top: 27px;
    left: 75px;
}

#navbar {
    position: relative;
    top: 27px;
    left: 209px;
    background-color: #D9DADB;
    width: 791px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    	
}

#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;	
}

#left {
	float: left;
	width: 210px;
    background-color: #D9DADB;
    padding: 0px 0px 20px 0px;
}

#right {
	float: left;
	width: 718px;
	margin: 0px 0px 0px 25px;	
	
	
}

#right p {
	color: #58585A;
	font-size: 10px;
	line-height: 16px; 
	margin-bottom: 20px;  
}

#right a {
	color: #9E1B32;
}


#breadcrumb {
	line-height: 35px;
	color: #D9DADB;
}

#breadcrumb a {
	color: #AAABAD;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumbtrenner {
	background-color: #AAABAD;
    height: 1px;
    margin-bottom: 15px;
}

#contentpic {
	margin-bottom: 15px;
}

#footer {
	background-color: #AAABAD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #ffffff;
    padding: 1px 1px 1px 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}


#template1 {
    
}

#template1 h1 {
    font-size: 20px;
    font-weight: bold;
    color: #002144;
    margin-bottom: 10px;
}

#template1 h2 {
    font-size: 13px;
    font-weight: bold;
    color: #5A7E92;
    margin-bottom: 8px;
    width: 600px;
}

#template1 .col1 {
	float: left;
	width: 350px;
}

#template1 .col2 {
	float: left;	
	width: 350px;
	margin-left: 18px;
}






#template2 {
    
}

#template2 h1 {
    font-size: 20px;
    font-weight: bold;
    color: #002144;
    margin-bottom: 10px;
}

#template2 h2 {
    font-size: 13px;
    font-weight: bold;
    color: #5A7E92;
    margin-bottom: 8px;
}

#template2 .col1 {
	float: left;
	width: 350px;
}

#template2 .col2 {
	float: left;	
	width: 350px;
	margin-left: 18px;
}





#template3 {
    
}

#template3 h1 {
    font-size: 20px;
    font-weight: bold;
    color: #002144;
    margin-bottom: 10px;
}

#template3 h2 {
    font-size: 13px;
    font-weight: bold;
    color: #5A7E92;
    margin-bottom: 8px;
    width: 600px;
}

#template3 p { font-size: 12px; width: 600px; margin-bottom: 8px; }



#table1 {
	font-size: 15px;
	
}

#table1 th {
	background-color: #002144;
	color: #ffffff;
	font-size: 11px;
	border: 1px solid #ffffff;
	padding: 3px 3px 3px 4px;
	font-weight: bold;
}

#table1 td {
	font-size: 10px;
	border: 1px solid #ffffff;
	padding: 3px 3px 3px 6px;
	vertical-align: top;
}

#table1 td.colt1 {
	background-color: #D9DADB;
	width: 100px;	
}

#table1 td.colt2 {
	background-color: #ECEDED;
}



















