﻿html,body {
	height: 100%;
}

body {
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	line-height : 1.5em;
	letter-spacing: 0.03em;
	color: #dc2b19;
	background-color: #e8e8ff;
	margin: 0px;
	padding: 0px;
}

#container {
	width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	top: 0px;
	text-align: left;
}

/* --- Beginn Header (Navi) --- */

#header {
	position: relative;
	width: 560px;
	height: 15px;
	margin: 0px;
	padding: 20px;
	text-align: center;
	letter-spacing: 0.2em;
}

/* --- Ende Header --- */

/* --- Contentbereich --- */

#containercontent {
	position: relative;
	width: 419px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 70px;
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
	margin-bottom: 25px;	
}

#content {
	position: relative;
	width: 419px;
	overflow: hidden;
	background-color: #c0c7e2;
	text-align: center;
	
}

#bottom {
	position: relative;
	width: 419px;
	overflow: hidden;
	background-color: #c0c7e2;
	padding-top: 20px;
	
}

/* --- 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;}
