* {
	padding: 0;
	margin: 0;
}

html {
	text-align: center;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
	background-color: #303030;
	line-height: 130%;
	text-align: center;
}

img {
	border: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	/*padding: 5px;*/
}

h1.abstand {
	margin: 5px 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h3.abstand {
	margin-bottom: 10px;
}

a {
	border: none;
	color:#333333;
}



a.dload {
	border: none;
	color:#000;
	font-size: 10px;
	/*text-decoration: none;*/
	font-style: italic;
}

ul {
	margin-bottom: 5px;
}


td {
	vertical-align: top;
}

form td.re {
	font-size: 12px;
	vertical-align: bottom;
	padding: 2px 5px;
}

form td.li {
	font-size: 12px;
	vertical-align: top;
	padding: 2px 5px;
	width: 200px;
}

form textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.nav {
	font-weight: bold;
	text-decoration: none;
	border: none;
	color:#CCCCCC;
}

.nav:hover {
	background-color:#666666;
}

.nav:active {
	text-decoration: none;
	border: none;
} 

/* .nav:visited {
	color: #666666;
	background-color:#303030;
} */

.nav.active {
	color:#F03;
	background-color: #303030;
}
.apic {
	border: none;
	background-color:#cccccc;
}

.apic:hover {
	background-color:#cccccc;
}

.apic:active {
	background-color:#cccccc;
}

.apic:visited {
	background-color:#cccccc;
}

.rot {
	color:#F03;
}

#box {
	/*margin-top: 0;*/
	/*min-height: 800px;*/
	width: 900px;
	height: auto;
	margin: auto;
	text-align: left;
}

#header	{
	/*height: 180px;*/
	height: 130px;
	width: 900px;
	margin: 0;
	background-image: url(../image/spot.jpg);
	background-repeat: no-repeat;
}

#logo {
	margin: 0;
	/*height: 180px;
	width: 200px;*/
	height: 130px;
	width: 150px;
	float:left;
}

#logo a:hover {
	background-color: #303030;
}


#navi_top {
	margin-top: 0;
	margin-left: 20px;
	/*padding-top: 130px;*/
	padding-top: 80px;
	list-style: none;
	text-align: left;
	
}

#navi_top li {
	display: inline;
	padding: 15px;
	text-align: center;
}

#navi_left {
	width: 270px;
	margin-top: 10px;
	margin-left: 0px;
	list-style: none;
	text-align: left;
	display: inline;
	float: left;
	
	/*background-image: url(../image/scratch.jpg);
	background-repeat: no-repeat;
	*/
}

#navi_left li {
	width: 280px;
	padding: 3px;
}

#navi_left_under {
	margin-bottom: 15px;
	margin-left: 15px;
	list-style: none;
	text-align: left;
	display: inline;
	float: left;
}


#navi_bottom {
	bottom: 0;
	position: fixed;
	color: white;
	font-size: 10px;
	margin-top: 0;
	margin-left: 0px;
	list-style: none;
	text-align: left;
	clear: both;
	
}

#navi_bottom li {
	display: inline;
	padding: 15px;
	text-align: center;
}


#content {
	width: 620px;
	float: right;
	min-height: 400px;
	/*max-height: 465px;*/
	max-height: 500px;
	margin-bottom: 30px;
	background-color:#CCCCCC;
	color:#333333;
	overflow: auto;
}


#sitemap {
	
	min-height: 800px;
	
}

.content_full { 
	margin: 5px;
	clear: both;
}

#content_li {
	width: 280px;
	padding: 10px;
	float: left;	
}

#content_re {
	width: 280px;
	padding: 10px;
	float: left;
	
	overflow: auto;
}

#content a {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

#content a:hover {
	background-color:#666666;
	color:#CCC;
}

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

#content_re ul {
	padding-left: 15px;
}

#start {
	padding: 20px 10px 20px 10px;
}

.fl_li {
	padding-right: 10px;
	float: right;	
}

.fl_li {
	float: left;	
}

.pic {
	padding: 5px;
	text-align: center;
}

.hidden {
	visibility: hidden;
}


.func {
	float: left;
	height: 60px;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 10px;
}

.member {
	float: right;
	height: 60px;
	font-size: 10px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}


#hinweise {
	font-size: 12px;
	clear: both;
	margin: 5px;
}

#hinweise_unten {
	display: table-cell;
	font-size: 10px;
	clear: both;
	margin-top: 15px; 
	padding: 5px;
	/* height: 350px; */
	vertical-align: bottom;
}

#bottom {
	background-image: url(../image/institutionen.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	bottom: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 212px;
	z-index: -1;
	clear: both;
}

.presse {
	display:block;
}

#einzel-pics {
	width: 500px;
	float: left;
}
#einzel-text {
	width: 400px;
}

.news {
	background-color:#CCCCCC;
	color:#333333;
	height: auto;
	margin: auto;
	width: 600px;
	/*padding: 5px;*/
	text-align: left;
	float: left;
}

#fehler {
	font-size: 12px;
	clear: both;
	margin: 5px;
	color: red;
}

#antwort {
	font-size: 12px;
	clear: both;
	margin: 5px;
	font-weight: bold;
}

#senden:hover{
	border-style: groove;
	border-width: medium;
	border-color:#fff;
}

#senden{
	border-style:solid;
	border-width: medium;
	border-color:#ccc;
}

#photoFrame {
	padding:0;
	margin:0;
	height:220px;
	width:270px;
}

#toggle{
	font-weight:bold;
	font-size: 10px;
}

#toggle:hover{
	background-color:#666;
}

.hinweis_text {
	font-size: 10px;
	clear: both; 
	padding: 5px;
}

.plattform_adressen {
	padding-right: 5px;
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#333;
}

#orte {
	padding: 10px;
}

.prmaterial {
	padding: 5px;
	font-size: 10px;
}


