* {
	margin: 0px;
	padding: 0px;
}
	
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color:  #333;
	background: #f1f1f1;
}

a {
	outline: none;
}

#wrap1 {
	display: block;
	width: 850px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
}

#head {
	display: block;
	width: 850px;
	height: 135px;
	background: #7bc9d5 url(background-wave.png);
	
}

#head h1 {
	display: none;
}

#head img {
	margin: 20px;
}

#head p a {
	display: block;
	padding: 80px 20px 0 20px;
	color: #FFF;
	font-size: 13px;
	text-decoration: none;
}

#wrap2 {
	width: 800px;
	margin: 0 10px 10px 10px;
	background: #FFF url(img/wrap2_shadow.png) bottom repeat-x;
	padding: 15px 15px 15px 15px;
}

#navigation {
	display: block;
	width: 190px;
	float: left;
}

#navigation ul li {
	font-size:  14px;
	list-style: none;
	border-bottom: 1px dotted #CCC;
}

#navigation ul li ul li {
	border-bottom: none;
}

#navigation a {
	display: block;
	text-decoration: none;
	color: #ababab;
	padding: 5px;
	cursor: pointer;
}
#navigation a:hover {
	color: #7bc9d5;
	background-color: #f1f1f1;
}

#navigation .extra, #navigation .extraactive  {	
	padding: 5px 5px 5px 15px;
}

#navigation .active, #navigation .extraactive {
	color:  #7bc9d5;
}

#content #feedback ul {
	margin: 0;
	background: #fdcdcd;
	padding: 5px;
}

#content #feedback ul li {
	list-style: none;
}

#content #form fieldset {
	border: none;
	margin-bottom: 10px;
}

#content #form legend {
	display: none;
}

#content form input {
	margin: 0 5px 5px 0;
}

#content form select {
	margin: 0 5px 5px 0;
}

#content form textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 400px;
}


#content {
	display: block;
	width: 590px;
	padding-left: 15px;
	float: right;
} 


#content h2, #content h1 {
	margin-bottom: 10px;
}

#content table {
	border: none;
	border-collapse:collapse;
}

#content th{
	padding-bottom: 10px;
}
#content td {
	border: 1px solid #111;
	margin: 0px;
	padding: 5px;
	text-align: center;
}

.t-blue {
	background: #dbe5f1;
}

.t-green {
	background: #eaf1dd;
}

.t-red {
	background: #f2dbdb;
}

.t-expand {
	margin: -5px -5px 5px -5px;
	padding: 5px;
	border-bottom: 1px solid #111;
}

#content p {
	margin-bottom: 10px;
}

#content hr {
	border: 0px;
	border-top: 1px dotted #ccc;
	height:1px;
	width: 480px;
	text-align: left;
	margin: 10px;
}

#content .bildbox, #content .sponsorenbox {	
	float: left;
	text-align: center;
	margin: 0 20px 50px 0;
}

#content .bildbox {
	width: 152px;
	height: 190px;
	font-size: 14px;
}

#content .sponsorenbox {
}

#content .no-border {
	border: 0px;
}

#content .bildbox img, #content .sponsorenbox img {
	border: 1px solid #ccc;
	padding: 5px;	
}



#content .wis {
	display: inline;
	width: 115px;
	margin-bottom: 10px;
}

#content ul {
	margin: 0 0 10px 15px;
}

#content a {
	text-decoration: none;
	border-bottom: 1px solid #7bc9d5;
	color: #333;
}

#content a:hover {
	color: #7bc9d5;
}

#autoren input {
	width: 110px;
}

#autoren .autorentitel {
	width: 40px;
}

#footer {
	clear: both;
	padding-top:  20px;
}

#footer .impressum {
	width: 180px;
	display: block;
	text-decoration: none;
	color: #ababab;
	cursor: pointer;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
}

.copy {
	margin-left: 30px;
	font-size: 10px;
	color: #bbb;
}

.clear {
	clear:  both;
}