html, body	{
	margin: 0;
	padding: 0;
	border: 0;
}

body	{
	background-color: #022A43;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(bilder/bg-body.jpg);
	background-repeat: repeat-x;
	background-position: 0 400px;
	text-align: center;
}

.alignright {
	float: right;
	margin-left: 1em;
}

.alignleft {
	float: left;
	margin-right: 1em;
}

.text-links {
	text-align: left;
}

.text-rechts {
	text-align: right;
}

.text-zentriert {
	text-align: center;
}

.text-blocksatz {
	text-align: justify;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
}

.fettblau {
	font-weight: bold;
	color: #265B7B;
}

.bildrahmen {
	border: 3px solid #265B7B;
}

#seite {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 900px;
	background-image: url(bilder/bg-seite.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper	{
	margin: 0 auto;
	text-align: left;
	width: 900px;
	padding-top: 250px;
}

#header	{
	width: 900px;
	height: 150px;
}

#header .box1	{
	float: left;
	width: 300px;
	height: 150px;
	background-image: url(bilder/bg-head1.png);
	background-repeat: no-repeat;
}

#header .box2	{
	float: right;
	width: 600px;
	height: 150px;
	background-image: url(bilder/bg-head2.png);
	background-repeat: no-repeat;
}

#header .box2 ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 88px;
}

#header .box2 li	{
	margin: 0;
	padding: 0;
	display: inline;
}

#header .box2 a	{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#header .box2 a:hover	{
	color: #96C3D6;
	text-decoration: none;
}

.topnavi1	{
	padding-left: 50px;
}

.topnavi2	{
	padding-left: 125px;
}

.topnavi3	{
	padding-left: 110px;
}

#header2	{
	width: 900px;
	height: 100px;
	background-image: url(bilder/bg-header2.jpg);
	background-repeat: no-repeat;
}

#contentbox	{
	width: 900px;
	background-image: url(bilder/bg-contentbox.jpg);
	background-position: left;
	background-repeat: repeat-y;
	text-align: left;
}

#sidebar	{
	width: 300px;
	float: left;
	background-image: url(bilder/bg-sidebar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar	ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 40px;
}

#sidebar	li {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}

#sidebar	a {
	display: block;
	text-decoration: none;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	width: 255px;
	color: #FFFFFF;
	background-image: url(bilder/navipfeil.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
}

#sidebar	a:hover {
	text-decoration: none;
	background-image: url(bilder/navipfeil-hover.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	color: #EBEBEB;
}

#inhalt	{
	float: right;
	width: 550px;
	margin-right: 25px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#inhalt h1	{
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #265B7B;
}

#inhalt h2	{
	font-size: small;
	color: #729BAD;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.abstand-headline	{
	margin-top: 3em;
}

a.navi:link 	{
	color: #265B7B;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

a.navi:visited 	{
	color: #265B7B;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

a.navi:hover 	{
	color: #729BAD;
	text-decoration: none;
}

a.navi:active 	{
	text-decoration: none;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

a.bilder:link 	{
	text-decoration: none;
	border: 3px solid #265B7B;
}

a.bilder:visited 	{
	text-decoration: none;
	border: 3px solid #265B7B;
}

a.bilder:hover 	{
	text-decoration: none;
	border: 3px solid #265B7B;
}

a.bilder:active 	{
	text-decoration: none;
	border: 3px solid #265B7B;
}

.galerie	td	{
	text-align: center;
	padding-bottom: 10px;
}

#footer	{
	width: 900px;
	height: 45px;
	clear: both;
	background-image: url(bilder/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
