@charset "utf-8";
*{
margin:0px;
padding:0px;
}
a {
	text-decoration: none;
	color: #000000;
	font-style: italic;
}
a:hover {
	font-style: italic;
	color: #cccccc;

}



h1 {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-bottom: 10px;
	font-size: 12pt;
	letter-spacing: 3pt;
	font-weight: bold;
	font-style: italic;
}
.beschreibung img {
	margin-top: 10px;
}


h2{
display: block;
	background-color: #ffffff;
	padding-right: 5px;
	font-size: 10pt;
	font-weight: bold;
	width: 240px;
	text-align: right;
	border: solid 1px #cccccc;
	border-left: solid 1px #ffffff;
	margin-left: -1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	line-height: 20px;
	color: #666666;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#header{
	background-image: url(../images/header_logo.JPG);
	height: 90px;
	background-repeat: no-repeat;
}

#navigation{
	margin-bottom: 5px;
	text-align: right;
}
#navigation a {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-size: 9pt;
}
#flashcontent {
	height: 640px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

#navigation a:hover {
	color: #cccccc;
}


#navigation li {
	display: inline;
	padding-right: 5px;
}

#maincontent{
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding-right: 20px;
}

#footer{
	text-align: right;
	padding-right: 10px;
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 20px;
}

.beschreibung {
	font-size: 10pt;
	margin-left: 250px;
	padding-top: 5px;
	line-height: 13pt;
	margin-bottom: 30px;
}
.display {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
