/* ****************** Allg. Vorgaben *******************/
html   , body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../img/background.gif);
	background-repeat: repeat-x;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 1em;
}

legend {
	font-weight: bold;
	color: #000000;
}
fieldset {
	border: none;
}

input {
	font-size: 1em;
}

img {
	border: none;
}
/* ****************** Seitengerüst *******************/
#container_schatten_oben {
	background: url(../img/bg_weiss_schatten_oben.png) no-repeat;
	width: 100%;
	height: 10px;
}

* html #container_schatten_oben {
	display: none;
}


#container {
	width: 966px;
	min-height: 500px;
	text-align: center;
	margin: auto;
	margin-top: 10px;
	overflow: visible;
}

* html #container {
	height: 500px;
}

#content_container {
	background: url(../img/bg_weiss_schatten_seite.png) repeat-y;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

* html #content_container {
	background: none;
}

#nav {
	text-align: left;
	width: 950px;
	height: 40px;
	background-color: #9A9A9A;
	margin-left: 8px;
	margin-right: 8px;
	background-image: url(../img/navi.gif);
	background-repeat: repeat-x;
}

#header {
	width: 950px;
	height: 137px;
	background: url(../img/header.jpg) no-repeat;
	margin-left: 8px;
	margin-right: 8px;
}

* html #header {
	height: 148px;
	background: url(../img/header_ie.jpg) no-repeat;
}

#mitte {
	min-height: 425px;
	overflow: visible;
	width: 950px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #FFFFFF;
	padding: 0px;
	padding-top: 2px;
	text-align: left;
	font-size: 0.8em;
}

* html #mitte {
	height: 425px;
}

#content {
	margin-right: 185px;
	padding: 15px;
}

#rechts {
	float: right;
	width: 150px;
	padding: 5px;
	margin: 10px;
	overflow: hidden;
	height: 100%;
	min-height: 395px;
	border: 1px solid #000000;
}

* html #rechts {
	height: 415px;
	margin-right: 5px;
}


#unten {
	width: 950px;
	height: 15px;
	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	background-color: #9A9A9A;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 2em;
}

* html #unten {
	background-color: #909090;
}

html * #unten {
	height: 18px;
}

#footer {

	background: url(../img/bg_weiss_schatten_unten.png) no-repeat;
	height: 23px;
	margin-top: 0px;
}

* html #footer {
	background: none;
}

#nav ul {
	list-style: none;
	margin: auto;
	padding: 0px;
	line-height: 2.2em
}

#nav li {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top: 10px;
	display: inline;
	font-weight: bold;
}

#inh {
	padding: 13px;
}

.err {
	font-weight: bold;
	color: #CF3533;
}

.error {
	color: #CF3533;
}


.nav_gem {
	float: left;
	width: 100px;
}

.inh_gem {
	margin-left: 120px;
}

ul.gem  {
	list-style: none;
	margin: 0px;
	margin-top: 0.8em;
	padding: 0px;
}

.gem li{
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: .7em;
}

ul.gem_f  {
	list-style: none;
	margin: 0px;
	margin-top: 0.8em;
	padding: 0px;
}

.gem_f li{
	display: inline;
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-right: 0.8em;
	margin-bottom: 1em;
}


.stark {
	font-weight: bold;
}

.bild_rechts {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

.grau {
 	background-color: #F1F1F1;
 	padding: 5px;
}

.weiss {
 	padding: 5px;
}

.klein {
	clear: right;
}

* html .klein {
	clear: none;
}

.unsichtbar {
	display: none;
}

/* ****************** Links *******************/
a:link {
	color: #9F1F1D;
	text-decoration: none;
}

a:visited {
	color: #9F1F1D;
	text-decoration: none;
}

a:hover {
	color: #9F1F1D;
	text-decoration: underline;
}

a:active {
	color: #9F1F1D;
	text-decoration: none;
}

a.nc:link {
	color: #000000;
	text-decoration: none;
}

a.nc:visited {
	color: #000000;
	text-decoration: none;
}

a.nc:hover {
	color: #000000;
	text-decoration: underline;
}

a.nc:active {
	color: #000000;
	text-decoration: none;
}

#unten a:link {
	color: #CCCCCC;
	text-decoration: none;
}

#unten a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

#unten: a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#unten a:active {
	color: #CCCCCC;
	text-decoration: none;
}


a.chosen:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.chosen:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.chosen:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.chosen:active {
	color: #FFFFFF;
	text-decoration: none;
}
