body {
	font-family:  Verdana;
	font-size:  10pt;
	background-color: #eee;
	}

h1 {
	font-size: 14pt;
	line-height: 150%;
	font-weight: bold;
	color: #236; }

h2 {
	font-size: 13pt;
	line-height: 150%;
	font-weight: bold;
	color: #236; }

h3 {
	font-size: 12pt;
	line-height: 150%;
	font-weight: bold;
	color: #236; }

p { 
	font-size: 10pt; 
	font-family: Verdana; 
	line-height: 150%; }

td, th { 
	font-size: 9pt; 
	font-family: Verdana; 
	line-height: 150%; }

li { 
	font-size: 10pt; 
	font-family: Verdana; 
	line-height: 150%; }

a {
	text-decoration: none;
	color: #236; }

a:hover {
	text-decoration: underline; }

a:active { 
	text-decoration: underline; }

/* make a white background with a shadow */
#white { 
	position: fixed;
	width: 1000px; 
	height: 100%; 
	top: 0px;
	left: -500px;
	margin-left: 50%;
	background-image: url(../images/aws-bg.gif); 
	background-repeat: repeat-y;
	background-position: 0px 0px;
	}

/* center everything */
#container {
	position: absolute;
	width: 1000px;
	margin-left: 50%;
	left: -500px;
	top: 0px;
}

/* top part which contains main nav */
#top {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 100px;
	width: 980px;
	padding: 0px;
	margin: 0px;
	background-color: #013;
}
#awslogo {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index:100; }
#mainmenu { 
	position: absolute; 
	left: 170px; 
	bottom: 20px; 
	color: #fff; }
#mainmenu a {
	color: #fff; }
#hh_logo {
	position: absolute;
	height: 40px;
	width: 86px;
	top: 10px;
	right: 20px;
	z-index:100; }
#login {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index:100; 
	}
#login a {
	font-weight: bold;
	color: #fff; 
	}

/* submenu on the left */
#submenu { 
	position: absolute; 
	left: 30px; 
	top: 120px; 
	height: 100px; 
	width: 180px; 
	z-index:100;  
	line-height: 200%; 
	}

/* this is where the texts go */
#content {
	position: absolute;
	left: 230px;
	top: 120px;
	width: 500px;
	z-index: 100;
	}

/* decoration */
#picright { 
	position: absolute;
	right: 10px;
	top: 100px; 
	height: 600px; 
	width: 200px; 
	}

/* ----------------------------------------------------- */

.fehler { 
	color: #f40; 
	}
/* for start page telephone number */
.td10 table { 
	padding-left: 0px; 
	margin-left: 0px }
.td10 td { 
	font-size: 10pt; 
	padding-right: 4px; 
	padding-left: 0px; 
	margin-left: 0px  }
