﻿html,body {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height : 1.8em;
	letter-spacing: 0.03em;
	color: #000000;
	background-color: #e8e8ff;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 838px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

/* --- Beginn Header (Navi) --- */

#header {
	position: relative;
	width: 798px;
	height: 15px;
	margin: 0px;
	padding: 20px;
	text-align: center;
	letter-spacing: 0.2em;
}

/* --- Ende Header --- */

/* --- Contentbereich --- */

#containercontent {
	position: relative;
	width: 678px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 0px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
	margin-bottom: 25px;
}

#logo {
	position: relative;
	width: 678px;
	height: 145px;
	overflow: hidden;
}


#headline {
	position: relative;
	width: 638px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	font-size: 12pt;
	color: #dc2b19;
	letter-spacing: 0.2em;	
}

#content {
	position: relative;
	width: 638px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	
}

#contentleft {
	position: relative;
	width: 638px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	
}


#bottom {
	position: relative;
	width: 638px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: left;
	
}

/* --- Ende Content --- */


img {
	border: 0px;
}

/* --- Textformatierung --- */

a {font-size: 9pt; font-weight: normal; color: #000000; text-decoration: none;}
a:hover {font-size: 9pt; font-weight: normal; color: #dc2b19; text-decoration: none;}

.rot {
	color: #dc2b19;
}

