* {
	margin: 0;
	padding: 0;
}

html {height: 100%; margin-bottom: 1px; }  /* damit die Seitenhöhe in Mozilla nicht hüpft */

body {
	margin: 20px 0;
	background: #FFFFFF url(images/hintergrund.jpg);
	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: #993300;
}

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 #000000;
	
}

.navi .title {
	padding: 10px 20px;
	background: #FFA200;
	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;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.untertitel {
	float: left;
	width: 100px;
	height: 32px;
	background: #cc3333;
	border-right: 1px solid #000000;
	text-align: center;
	font-size: 10px;
	}

 #linkleiste {
	width: 580px;
	height: 32px;
	background: #ffcccc;
	border-bottom: 1px solid #000000;
    border-top: 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%;
}

.t-text{text-align: center;           /* Klasse für Tabelle in .untertitel */
	    font-size: 10px;
	    color:#FFFFFF;
		align:center;
		vertical-align:middle;
}
.Stil2 {font-size:11px;}

/* Gesamtseite */

#gesamtseite {
	width: 850px;
	margin: 0 auto;
}



/* Textboxen */

#textflaeche {
	float: right;
	width: 580px;
	margin-top: 100px;
	background: #FFFFFF;
	border: 5px solid #000000;
}

/* 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:580px;
	left:380px; 
	text-align:center;
	
}
