@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,500,500i,700,700i');

/* 
Generated via www.cssmenubuilder.com 

Copyright (c) 2008-2009 www.cssmenubuilder.com

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
*/

.menu	{
	position:fixed;
	top:194px;
	margin:0; 
	padding:6px; 
	width:200px; 
	bottom:0px;
	list-style:none;
	background:#f0f0f0;
		}
		
.menu li{
	padding:6px 3px; 
	margin:0 0 1px 0; 
	height:35px; 
	display:block; 
		}
		
.menu li a{
	text-align:left;
	height:35px; 
	padding:12px 15px; 
	font:15px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	 
	color:rgb(255,255,255); 
	display:block; 
	background: url(../img/7048.png) 0px 0px no-repeat; 
	text-decoration:none;
	}
	
.menu li a:hover{
	background: url(../img/button_hover-grbl3.png) 0px 0px no-repeat; 
	color: #0083ff;
	}
	
.menu li a.active, .menu li a.active:hover{
	background: url(../img/button_active.gif) 0px 0px no-repeat; 
	color: #FFBB00;
	}
	
.menu li a span{
	line-height:35px;
	}

	/*	***Formatierung des eigentlichen Inhalts***speziell für IE/Win 6 einführen. Praktisch alle diese Browser-Bugs wurden im neuen IE 7 beseitigt, zum Teil jedoch nur im Quirks- Modus, zum Teil ebenfalls im Strict- Modus
		Quelle: http://www.webreference.com/programming/css_frames/2.html
		Werte angepaßt auf aktuelle Seite;
		
	*/

#submenu {
	position:fixed; 
	top:85px;
	left:220px;
	right:20px; 
	height:34px;
	background:#d0d0d0;
	}

#content {
  position:fixed; 
  top:155px;
  left:234px;
  bottom:70px; 
  right:20px; 
  max-width: 1000px;
  overflow:auto; 
  background:#fff;
  }
  
.cnt_norm {
  	margin-top:67px;
    font-family: 'Exo 2', sans-serif;
    font-size:15pt;
    font-weight: 500;
    font-style: italic;
    color:black;

  }

#content_index {
  position:fixed; 
  top:155px;
  left:234px;
  bottom:70px; 
  right:20px; 
  max-width: 1000px;
  overflow:auto; 
  background:#0083ff;
  }

#mainContainer {
  position:fixed; 
  top:188px;
  left:234px;
  bottom:70px; 
  right:20px; 
  max-width: 1000px;
  overflow:auto; 
  background:#fff;
  }

#indexContainer {
  position:fixed; 
  top:194px;
  left:230px;
  bottom:70px; 
  right:20px; 
  max-width: 1000px;
  overflow:auto; 
  background:#0083ff;
  }


/* for internet explorer */
* html body {
  padding:230px 135px 50px 20px; 
  }

* html #content {
  height:100%; 
  width:100%; 
  }

.footer	{
	position:fixed; 
	bottom: 8px;
	left:230px;
	right:24px; 
	height:35px;


/*position:relative; height:30px; width:100%;*/
		}
.footer ul {
	position:relative; 
	margin:0 5px 0 5px; 
	padding:0; 
	height:30px; 
	background:url('../img/breadcrumbImage6.png') 0px -30px repeat-x; 
	}

.footer ul li {
	padding:0; 
	margin:0; 
	list-style:none; 
	float:left; 
	height:30px; 
	display:inline;
	}

.footer ul li a {
	font:12px Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-decoration:none; 
	line-height:30px; 
	display:block; 
	background:url('../img/breadcrumbImage6.png') 100% -60px no-repeat; 
	}

.footer ul li a span {
	padding:0 17px 0 15px; 
	}

.footer ul li a:hover span {
	text-decoration:none; 
	color: #037FF4;
	}

/*.breadcrumb ul li a.active{background:none;}*/
.footer ul li a.active span {
	color: #FFBB00;
	}

.footer ul li a.active:hover span {
	text-decoration:none;
	}

.footer .left {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:10px; 
	height:30px; 
	display:block; 
	z-index:1; 
	background:url('../img/breadcrumbImage6.png') 0% 0px no-repeat;
	}

.footer .right {
	position:absolute; 
	top:0px; 
	right:0px; 
	width:10px; 
	height:30px; 
	display:block; 
	z-index:1; 
	background:url('../img/breadcrumbImage6.png') 100% -90px no-repeat; 
	}
