* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	text-align: justify;
}

blockquote {
	margin-left: 3em;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}

a {
	color: #cc3300;
}

a:hover {
	text-decoration: none;
	color: #009999;
}

img {
	border: 0px solid #000000;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 15px;
}

/* Navigation */

.navi {
	margin-bottom: 10px;
	border-left: 20px solid #0099cc;
	
}

.navi .title {
	padding: 10px 20px;
	background: #000099;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.navi .content {
	padding: 20px 20px 40px 20px;
}

/* Content */

.box .title {
	padding: 10px 20px;
	background: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.box .untertitel {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: #ff9933;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	font-size: 10px;
	}

.box .linkleiste {
	float: left;
	width: 459px;
	height: 32px;
	padding: 8px 0 0 20px;
	background: #0099cc;
	border-bottom: 1px solid #000000;
	font-size: 12px;
}

.box .text {
	clear: both;
	padding: 20px;
	font-size: 12px;
}

.box .text p, .box .text blockquote, .box .text ul, .box .text ol {
	margin-bottom: 1.5em;
	line-height: 180%;
}

/* Gesamtseite */

#gesamtseite {
	width: 850px;
	margin: 0 auto;
}



/* Textboxen */

#textflaeche {
	float: right;
	width: 580px;
	margin-top: 100px;
	background: #FFFFFF;
	border: 5px solid #ff9933;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 0px;
	margin-top: 260px;
}



/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 120px;
	padding: 10px 20px;
	border-top: 1px solid #000000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-color: #ffffff;
}

#menu .first a {
	border: none;
}

#menu .active a {
	background-color: #ffffff;
	
}

#unten {
	width:auto;
	padding-left: 230px;
}

/* Tabelle */
td, th {
font-size
	font-size: 9px;
	font-size: 9px;
}
.titel {
	font-weight: bold;
	color: 009999;
}

/* Galerie */

.titelgalerie{
	float: left;
	width: 600px;
	height: 32px;
	padding: 8px 0 0 20px;
	background: #99cccc;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 12px;
}

.galerie{
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 15px;
	background: #009999;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: center;
	font-size: 10px;
	}
	
.zwischentext {
	float: left;
	width: 100%;
	margin-top: 20px;
	background: #fff;
	font-size: 12px;
	}


