/*======================================*
** stylesheet.css
**======================================*/


/*------------------------------------------------------------*
**  allgemeine Angaben
**------------------------------------------------------------*/
html{width:100%;
     height:100%;
     margin:0;
     padding:0;}

body { width:100%;
       height:100%;
       font-family:Tahoma,"Trebuchet MS",Verdana,sans-serif;
       font-size: 90%;
       margin: 0px;
       padding: 0px;
       background-color:black;
	
}
#wrapper {
	width: 67%;
	margin: auto;
}
img {border:0;}
h2 {
	color: #000000;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	}
a {
	text-decoration: underline;
	color: #CC0000;
	
}
a:hover {
	text-decoration:none;
	font-size: 1.2em;
}
/*------------------------------------------------------------*
** Logo
**------------------------------------------------------------*/

#divlogo {
	height:20%;
	margin-top:30px;
	border-bottom:5px solid black ;
	border-top:5px solid #FF9933;
	text-align:center;
	padding-top:45px;
	font-size:2.5em;
        color:#CC0000;
	background-color:white;
        position:relative;}
        

span.klein {
	color:#000000;
	font-size:0.4em;
	text-align:center;
}
	

/*------------------------------------------------------------*
**  linke Spalte
**------------------------------------------------------------*/
#colLeft {
	width: 27%;
	height:510px;
	padding: 0px;
	float: left;
	margin: 0px;
	background-color: #CC0000;
	
}

/*------------------------------------------------------------*
**  Hauptinhalt
**------------------------------------------------------------*/
#divMainContent {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 120px;
	
}


/*------------------------------------------------------------*
**  rechte Spalte
**------------------------------------------------------------*/
#colRight {
	background-color: white;
	height:510px;
	width: 70%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF9933;}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#Navigation {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 175px;
}
#Navigation ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}

#Navigation li {
	display: block;
}

#Navigation ul li a  {
	color: #FF9933;
	display: block;
	text-decoration: none;
	font-size: 1.0em;
 	background-color: #000000;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin: 0px;
	padding-right: 00px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;	
}

#Navigation ul li a:hover,  #Navigation ul li  a.current {
	background-color: #FF9933;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FF9933;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9933;
	color: #000000;}



