body, html {
	margin: 0;
	padding: 0;
	background-color: #7588B5;
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 12px;
	text-align: center;
}
 
/* --- Elemente ------------------------------------------------*/
a {
	color: #7588B5;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.hidden {
	display: none;
}

table, td, tr {
	vertical-align: top;
}

p {
	margin-top: 5px;
	text-align: justify;
}

h1 {
	padding: 2px;
	width: 134px;
	height: 24px;
	color: #7288B5;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

/* --- Formulare ---------------------------------------------*/
form {
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid #7288B5;
	padding: 2px;
	background: #fff;
	width: 123px;
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}

.submit {
	border: 1px solid #7288B5;
	padding: 2px;
	background: #fff;
	width: 131px;
	color: #7288B5;
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
}

textarea {
	border: 1px solid #7288B5;
	padding: 3px;
	width: 123px;
	height: 96px;
	background: #fff;
	color: #666666;
	font-family: Arial,sans-serif;
	font-size: 11px;
	margin-bottom: 8px;
}

/* --- Main ---------------------------------------------------*/
#main {
	margin: 0px auto;
	padding: 0;
	width: 776px;
	height: auto;
	text-align: left;
}

#main2 {
	border: 1px solid #FFFFFF;
	margin: 30px 0 5px 0;
	width: 776px;
	height: 530px;
	background: #FFFFFF;
	text-align: left;
}

#header {
	width: 776px;
	height: 140px;
}

/* --- SPRACHE ---------------------------------------------------- */
#sprache {
	width: 178px;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}

#sprache a {
	color: #666666;
	font: 10px Arial,sans-serif;
	text-decoration: none;
}

#sprache a:hover {
	text-decoration: underline;
}

#box_left {	
	width: 178px;
	height: 372px;
	margin: 0;
	background-color: #F0F2FB;
}

#box_left .subnavi {
	margin-top: 50px;
	color: #7588B5;
	font: 11px Arial,sans-serif;
	text-decoration: none;
	list-style: square;
}

#box_left .subnavi li {
	padding: 0 0 5px 0;
}

#content {	
	width: 598px;
	height: 390px;
	margin: 0;
}

#content2 {	
	width: 400px;
	padding: 40px 0 10px 50px;
}

#content3 {	
	width: 500px;
	padding-left: 50px;
}

.liste {
	list-style: square;
	padding: 0;
	margin: 5px 0 0 17px;
}

.liste li {
	padding: 0 0 5px 0;
}

#scroll {
	width: 598px;
	height: 390px;
	overflow: auto;
}

.blau {
	color: #7288B5;
}

/* --- FOOTER ---------------------------------------------------- */
#footer {
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 10px;
	text-align: right;
}

#footer a {
	color: #FFFFFF;
	font-family: Arial,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}