@charset "utf-8";
/* CSS Document mit den Styles für die Rapid-Website */


#conatiner {
/* Umgebender Container um den Websiteinhalt*/
	background-color: #000000;
	width: 950px;
	border: solid 1px; 
	margin: 5px;
	padding: 10px;}
	
#header {
/* Conatiner für das Rapid-Logo oben rechts */
	/*background-color:#FFCCFF;*/
	width: 950px; 
	height: 70px; }


#eyeCatcher {
/*Conatiner für das Themenbild passend zur jeweiligen Seite*/
	width: 955px;
	height: 500px;}




#footer {
	clear: left;
	border-top-style: double;
	border-color:#FFFFFF
	padding: 10px;
	width: 930px; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0; }


/*  horizontales Menü*/
ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("img/menu-bg3.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("img/current-bg2.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}

/*Ende horizontales Menu*/

