﻿* {
	margin : 0;
	padding : 0;
}
body {
	background : #669966 url(images/back_all1.jpg) repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #003333;
}
#main {
	width : 710px;
}
#header {
	height : 100px;
}
#logo h1 {
	padding : 0px 0px 0px 0px;
	font-size : 2em;
	color : #ffffcc;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-align : left;
}
#logo h2 {
	padding : 0px 0px 20px 10px;
	font-size : 0.8em;
	color : #ffffcc;
	text-align : left;
}
#navigation {
	background-color: #2D5D2D;
	overflow: hidden;
	font: .9em Arial, Helvetica, sans-serif;
	height: 30px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFCB;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border-left: 1px solid #023202;
	border-right: 1px solid #023202;
}
#navigation a:hover {
	background-color: #FFFFCB;
	color: #000000;
	border: 1px solid #023202;
}
#content {
	float : left;
	width : 700px;
	margin-left : 6px;
}
#content h2 {
	height : 34px;
	background : url(images/middle.jpg) no-repeat;
	color : #ffffcc;
	font-family : sans-serif, Arial, Verdana;
	padding : .2em;
	font-size : 1.6em;
	text-align : center;
}
#content .center_back {
	width : 680px;
	background : url(images/middle_back.jpg) repeat-y;
	padding : .8em;
	font-size : .8em;
	text-align : center;
}
#content .center_back1 {
	width : 670px;
	background : url(images/middle_back.jpg) repeat-y;
	padding : 1em;
	font-size : .9em;
	text-indent: 2em;
	text-align : center;
}
#content .center_bottom {
	width : 700px;
	height : 20px;
	background : url(images/middle_bottom.jpg) no-repeat;
}
#footer {
	clear : both;
	padding-top : 20px;
	height : 62px;
	background : url(images/footer.jpg) repeat-x;
}
#footer p {
	text-align : center;
	font-size : smaller;
	color : #ffffcc;
	font-size : .6em;
}
#footer a {
	color : #ffffcc;
}
#clear {
	clear : both;
}
table, tr, td {
	text-align : center;
	padding: 15px;
}
h1 {
	font-size : 2.1em;
	font-weight: normal;
}
h2 {
	font-size : 1.8em;
	font-weight: normal;
}
p {
	font-size : .9em;
}
.gro {
	font-size : 2em;
	font-weight: bold;
}
.schreib {
	font-size : 1.2em;
	font-family : MONOSPACE, VERDANA, ARIAL, HELVETICA;
}
.linie {
	font-size : 1.2em;
	font-family : MONOSPACE, VERDANA, ARIAL, HELVETICA;
	text-decoration: underline;
}
a {
	color : #003333;
}
a:hover {
	text-decoration : none;
	color : #0000ff;
}

