/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	color: #fff;
	font-size: 11px;
	font-family: 'Tahoma';
	background: #072450 url(assets/hintergrund.jpg) no-repeat;
  background-position:210px 0px !important; /* ff */
  background-position:240px 0px; /* IE */
	margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px;
}

p {
	margin: 10px 30px 10px 30px;
}

.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}


.termine {
	margin:0px 10px 5px 25px;
	font-size:11px;
	color:#fff;
}

.navList a {
  font-size:12px;
  color:red;
  text-decoration: none;
  font-weight:bold;
}

.news {
	font-size:12px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 0px;
}

.news p {
  text-transform: uppercase;
 	font-weight:bold;
  color:#FF8E09;
}
.news a {
  color:#fff;
	text-decoration: none;
}
.news a:hover {
	font-weight:bold;
}

.news ul {
  margin: 0;
  padding: 0;
	list-style: none;
	overflow: hidden;
}

.gbook {
  font-size:11px;
}
.gdatum {
  font-size:12px;
}
.gbook a {
  text-decoration: none;
  color:white;
}
.gbook a:hover {
  font-weight: bold;
}


.login_box p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#fff;
	text-transform: uppercase;
}

.text {
	margin: 0px 0px 0px 0px;
  padding: 0px;
	font-size:11px;
  color:#fff;
	text-align: justify;  
}
.text a {
  text-decoration: none;
  color:#FF8E09;
}
.text a:hover {
  font-weight: bold;
}

.autor {
	margin: 0px 0px 0px 0px;
  padding: 0px;
	text-align: right;  
}


#content_footer p {
    margin: 10px 0px 10px 60px !important;
	margin: 10px 0px 10px 85px;
	font-size:10px;
}

.red {
	color:red;
}

.yellow {
	color:#FF8E09;
	font-weight:bold;
}
.white{
  color:white;
}

h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	/*text-transform:uppercase;*/
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
  color:#FF8E09;
  text-align: center;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:12px;
	margin: 0px 50px 10px 30px !important;
	margin: 0px 30px 10px 30px;
	color:red;
	font-weight:normal;
  text-align: center;
}

h3 {
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fff;
}
h4 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:15px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
  color:#FF8E09;
  text-align: center;
}



/*----- MENU ----- */


/* Hauptebene */
ul#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
}

ul#nav_list li {
	width: 170px; 
	list-style: none;
  position: relative;
  margin: 0; padding: 0;
  margin-bottom: -1px;

	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

*:first-child+html ul#nav_list li {  /* Korrektur fuer den IE 7 */
  margin-bottom: -3px;
}

ul#nav_list a {
	text-decoration: none;
	color:#fff;
}

/* 1. Unterebene */
ul#nav_list li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 0; left: 161px;
    visibility:hidden; /* nur bei hover einblenden */
    display: block; 
}

/* hover Hauptebene -> 1. Unterebene visible */
ul#nav_list li:hover ul {
    visibility:visible;
}

/* hover Hauptebene -> 2. Unterebene hidden */
ul#nav_list li:hover ul li ul {
    visibility:hidden;
}

/* hover Hauptebene -> 3. Unterebene hidden */
ul#nav_list li:hover ul li ul li ul {
    visibility:hidden;
}

/* hover 1. Unterebene -> 2. Unterebene visible */
ul#nav_list li ul li:hover ul {
    visibility:visible;
}

/* hover 1. Unterebene -> 3. Unterebene hidden */
ul#nav_list li ul li:hover ul li ul {
    visibility:hidden;
}

/* hover 2. Unterebene -> 3. Unterebene visible */
ul#nav_list li ul li ul li:hover ul {
    visibility:visible;
}




.li_nav_body_selected a {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
 	background-position:  0 -20px;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}

.li_nav_footer a  {
	display: block;
	width: 145px; /* 170px; */
	height: 21px;
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}






/*----- LAYOUT ----- */

#container {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	min-height:100%;
	height:100%;
}


#menu_header {
	width:170px;
	height:150px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
  font-size: 35px;
  color: white;
  text-decoration: underline;
}

#menu_header a {
  color: white;
}

.login_box {
	width: 170px;
  min-height: 100%;
	float: left;
	margin:0 0 0 10px;
}

#head {
/*  width: 790px !important;
	width: 820px;
  */
  width: 100%;
	height: 200px;
	float:left;
	text-align: right;
}

#content {
/*	width: 840px; */
  width: 100%-20px;
	float: left;
	margin:0 0 0 20px;
	background: url(assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 20px 0px repeat-y;
}


.content_box_large {
	width: 565px;
	margin:0px 0px 0px 20px;
	float: left;  
}


#content_footer {
	background: url(assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}

