* {
	border: 0;
	margin: 0;
	padding: 0;
}

body, html {
	background-color: WHITE;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: BLACK;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto; /*** Centers the design ***/
	padding-top: 50px;
	background-color: #0D5FA4;
	text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}

#content {
	background-color: #D1FF66;
}


a {								color: #7F7F7F; }
a:link, a:visited { 			text-decoration: underline; }
a:focus, a:hover, a:active {	text-decoration: none; }

h1 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0D5FA4;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

.frame {
	padding: 0 20px;
}

p {
	padding: 10px 0 15px;
}


.blue {
	color: #0D5FA4;
}

.fett {
	font-weight: bold;
}

.kursiv {
	font-style: italic;	
}


img.index {
	border-top: 10px solid WHITE;
	border-bottom: 10px solid WHITE;
}

ul {
	margin-left: 30px;
	list-style-position:outside;
	margin-bottom: 0px;
}

li {
	margin-left: 10px;
}



thead {
	font-weight: bold;

}

td, th, thead {
	text-align: left;
	font-size: 12px;
}

th {
	width: 150px;
	font-weight: bold;
	color: #0D5FA4;
}

.midde {
	text-align: center;
}