/* reset */
* {
	padding: 0px;
	margin: 0px;
}

/* allgemeines */

body {
	background-color: rgb(144,90,26);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.83em; 
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

div h2,h3,h4,h5 {
	margin: 1em 0 0.34em 1em;	
}

a:visited {
	color: blue;	
}

h2 {
	margin: 1.8em 0 0.34em 1em;	
}

p {
	font-size: 0.83em;
	line-height: 1.5em;
	margin: 0 1.8em 0 1.8em;
	width: 80ex;
}

table {
	margin: 0 1.8em 3em 1.8em;
}

blockquote {
	font-style: italic;
	background: #FFB366;
	margin: 10px 20px;
}

#wrapper {
	margin: 0 auto;	
	width: 960px;
}

/* header */
#meta-information {
	width: 960px;
	height: 185px;
	background-color: rgb(115,44,2);
}

#link_logo {
	height: 0px;
}

#logo {
	float: left;
	height: 185px;
}

#title {
	position: relative; left: 175px; top: 35px;
	background-image: url('../gfx/schriftzug2.png');
	height: 150px;
	width: 760px;
	text-indent: -999em;
}

/* navigation */

#navigation {
	clear: both;
	width: 960px;
	height: 40px;
	background-color: rgb(195,121,60);
}

#navigation li {
	float: left;
	/*border-left: 1px solid rgb(218,161,100);
	border-right: 1px solid rgb(144,90,26);*/
}

#navigation li a{
	color: rgb(10,1,2);
	display: block;
	background-color: rgb(195,121,60);
	height:40px;
	padding: 0 20px;
}

#navigation li a.active{	
	color: rgb(10,1,2);
	background-color: rgb(218,161,90);
}

#navigation li a span.link {
	display: block;
	padding: 5px 0;
}

#navigation li.start{
	border-left: 0;
}

#navigation li.ende{
	border-right: 0;
}

#navigation li a:hover  {
	color: rgb(144,90,26);
	background-color: rgb(218,161,90);
}

#navigation li a.unterlink {
	font-size: 0.8em;
	color: rgb(10,1,2);
	display: block;
	text-align: center;
	background-color: rgb(175,121,60);
	height: 15px;
	padding: 0;
}

#navigation li a.unterlink:hover {
	color: rgb(144,90,26);
	background-color: rgb(218,161,90);
}

#counter {
	color:  rgb(218,161,90);
	padding-top: 12px;
}


/* content */

#content {
	clear: both;
	width: 960px;
	height: 488px;
	background-color: rgb(218,161,90);
	overflow: auto;
}	

img#photo_schule {
	height: 120px;
	width: 160px;
	float: left;
	margin-top: 30px;
	border: 10px solid rgb(175,121,60);
}

div#kontakt {
	float: left;
}

div#impressum {
	clear: both;
}

div#login {
}

div#reg {
	float: left;
}

/* news */
#news {
	text-align: center;
	border: none;
}


#news_top {
	background-color: #DB832B
}

.news_news {
	background-color: green;	
}

.news_article {
	background-color: red;	
}

.news_event {
	background-color: blue;	
}

/* login */

td {
	padding: 2px;	
}

td#absenden {
	text-align: right;
}

/* registrieren */

ul#vorteile {
	list-style-type: circle;
	margin: 0.7em 2.8em 0 2.8em;
}

b.fehler {
	color: white;
	background-color: red;
	font-size: 11px;
}

b.success {
	color: white;
	background-color: #0C3;
	font-size: 12px;
}

/* footer */

#footer {
	background-color: rgb(115,44,2);
	height: 50px;
	clear: both;
}

