/* STRUKTUR */
body  {
	background-color: #121627; 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 72%;
	text-align: center;
}

td  {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	font-size: 90%;
	text-align: left;
    }

/* Schriftart und Schriftgröße 
a,font,p,td {font-family: arial,sans-serif; font-size: 10pt}

*/


#logo {
	width: 900px;
	padding-left: 25px;
	height: 60px;
}


h1 {
        font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #000;	
        font-size: 1.3em; 
	font-weight: bold;
}

h2 {
	font-size: 0.7em; 
	
}

h3 {
	font-size: 72%;
}

h1.pro {
	font-size: 1.6em; 
}

h4 {
	font-size: 0.8em; 
	font-weight: bold;
}

#text {
	margin: 15px 0 0 0;
	width: 500px;
	font-size: 1.1em;
	line-height: 1.3em;
}

#text_pro {
	margin: 0 0 0 0;
	width: 400px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#autor {
	float: right; 
	margin-right: 10px; 
	font-style: italic; 
	font-size: 0.9em;
}

a, a:visited { text-decoration: none;
		font-size: 1.0em;
         color: #FFF;
	}

a:active {color: #FFF}
a:hover { color: #FF0000}

/* a.pro, a.pro:visited {
	font-size: 1.1em;
	color: #000;
	font-weight: normal;
	padding: 3px 0 3px 0;	
}

a.pro:hover  {color: #C4C4F8}
a.pro:active {color: #FF0000;
}
*/

#navi ul {
	float: left;
	list-style: none;
	margin: 0 0 0 69px;
}

* html #navi ul {
	float: left;
	list-style: none;
	margin: 0 0 0 35px;
}

#navi ul li {
	float: left;
	margin-right: 40px;
}

#navi ul li a, #navi ul li a:visited {
	font-size: 1.4em;
	color: white;
	text-decoration: none;
	font-weight: bold;
} 

#navi ul li a:active, #navi ul li a:hover {
	color: red;
} 

#navi ul li strong a {
	color: red !important;
}

#bottomnavi {
	margin: 30px 0 0 0;
}

#bottomnavi ul {
	float: left;
	list-style: none;
	margin: 0 0 0 310px;
}

* html #bottomnavi ul {
	float: left;
	list-style: none;
	margin: 0 0 0 155px;
}

#bottomnavi ul li {
	float: left;
	margin-right: 5px;
	border-right: 2px solid #fff;
	padding-right: 5px;
}

#bottomnavi ul li.last {
	border-right: 0 !important;
}

#bottomnavi ul li a, #bottomnavi ul li a:visited {
	font-size: 1.1em;
	color: white;
	text-decoration: none;
	font-weight: bold;
} 

#bottomnavi ul li a:active, #bottomnavi ul li a:hover {
	color: red;
} 

#bottomnavi ul li strong a {
	color: red !important;
}



div.spacer {
	height: 18px;
}