﻿body{
	background-image: url(bg-gnws.jpg);
	background-repeat: repeat-y;
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	}
	
p,a,br,td,tr,table{
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	}
table.klein{
	font-size: .8em;
	}
td.bline{
	border-bottom: 1px solid black;
	}

body.srch{
	margin: 10px;
	}

#nav_oben{
	position:relative;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
	font-size: .8em;
	}
#nav_oben a{
	font-size: .8em;
	color: #505050;
	text-decoration: none;
	}
#nav_oben a:hover{
	font-size: .8em;
	color: #d0d0d0;
	text-decoration: none;
	background-color: green;
	}

#nav_oben input{
	font-size: .6em;
	text-decoration: none;
	}

#nav_oben table.nav td{
	text-align: center;
	vertical-align: bottom;
	padding-right: 6px;
	padding-left: 6px;
	border-right: 1px solid #ccc;
	}

#nav_li{
	position:relative;
	float: left;
	width: 200px;
	height: 100%;
	padding: 10px 2px 10px 5px;
	margin: 0;
/*	border-top: 1px solid black;
	border-right: 1px solid black;
*/
	}
#nav_li a{
	font-size: .7em;
	color: #666666;
	text-decoration: none;
	}
#nav_li a:hover{
	font-size: .7em;
	color: #cccccc;
	text-decoration: none;
	background-color: green;
	}

.nav_headline{
	font-size: 1.1em;
	font-variant: small-caps;
	font-weight:bold;
	}

hr{
	width: 70%;
	height: 1px;
	text-align: center;
	}

#inhalt a{
	color: #208020;
	text-decoration: underline;
	font-weight: normal;
	}
	
#inhalt a:hover{
	color: #802020;
	text-decoration: none;
	font-weight: normal;
	}
	
#inhalt a:visited{
	color: #208020;
	text-decoration: none;
	font-weight: normal;
	}
	
h1{
	font-size: 150%
	}
h2{
	font-size: 130%}
h3{
	font-size: 120%}
h4{
	font-size: 110%}
h5{
	font-size: 100%}
h1,h2,h3,h4,h5{
	color: #228822;
}
.zentriert{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}