 

html {
    display:table;
	height: 100%;
	width:100%;
}

 table {
      font-family: Verdana;
      font-size: 9pt;
      margin: 0 0 0 0;
      color: #666666;	 
  }

  body {
    display:table-cell;
	background-color: #fff;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:12px;
	margin: 0;
	padding: 0;
}
  
.projectTitle {
	color: #444444;
	font-weight: bold;
}

.projectTable {
     font-family: Verdana;
     margin: 0 0 0 0;
     color: #666666;
}

.heading {
	color: #000000;
	text-style: bold;
}
	
	a:link { color: #888888;  text-decoration: none; }
	a:visited { color: #888888; text-decoration: none;}
	a:active { margin: 0px; color: #cc0000; text-decoration: none; }
	a:an { color: #cc0000; text-decoration: none;}
	a:hover { margin: 0px; color: #cc0000; text-decoration: underline; }


.bigTitle {
      font-family: Verdana;
      font-size: 20pt;
      color: #445555;
}

.bodyText {
      font-family: Verdana;
      font-size: 8pt;
      color: #323232;
}

.mainSide {
      font-family: Verdana;
      font-size: 9pt;
      color: #444444;	 
}

p {
	margin-bottom: 1em; /*Wiedereinführung des Abstands weil oben unter *{ margin: 0} generell auf 0 gesetzt*/
	/*text-align: justify;*/
}

.head {
	/*background-color: #ffc;*/
	float:left;
	/*width:550px;*/
	padding: 3px 0 3px 250px;
	margin-bottom: 20px;
	display: block;
	border-bottom: 1px solid #ddd;
	clear:both;
}
.space {
display:block;
/*	float:left;*/
	height: 20px;
	width:100%;
	clear:both;
}


#header h1 {
	height:30px;
	float:left;
	width: 240px;
	font-size: 26px;
	font-weight:bold;
	letter-spacing:2px;
	color: #CC0000;
	opacity:0.6;
	filter:Alpha(opacity=60);
	}

p.head_line1{font-family: Verdana, Arial, sans-serif; font-size: 11pt; color: #222222; font-weight:bold;}
p.counter {font-family: Verdana, Arial, sans-serif; font-size: 9pt; color: #222222;}
p.line {font-family: Verdana, Arial, Univers; font-size: 10pt; color: #333333; line-height: 12pt; }


#wrap {
	width: 890px;
	margin: auto; /*zentriert und 0px vom oberen u unteren Rand*/
	padding-left:35px;/*Rand links auf kleinem Monitor*/
	padding-top: 18px;
	/*border: 1px solid #33CC33;*/
}



#top {
	width: 100%;
	height:60px;
	/*background-color:#0FFFFF;*/
}


/*Menu==================================================*/
#menu {
	float:left;
	margin-top: 12px;
	margin-bottom: 60px;
	margin-left: 8px;
	/*background:#CCFF66;*/
}

#menu a {
	padding-top:4px;
	display: block;
	color: grey;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	font-variant:small-caps;
	/*text-transform:uppercase;*/	
}

#menu ul li a:hover {
	color:#CC0000;
	font-size:14px;
}

#menu ul li.current_page_item a {
	color: #CC0000;
	font-size: 18px;
	padding-top: 0px;
}

#menu ul li
{
	margin-right: 5px;
	padding-right: 10px;
	list-style-type: none;
	/*font-size: 100%;*/
	position: relative;
	/*text-align:center;*/
	/*width: 50px;*/
	float: left;
	/*background-color:#00FFFF;*/

}


#menu ul li:nth-child(1) a {width: 69px;}
#menu ul li:nth-child(2) a {width: 84px;}
#menu ul li:nth-child(3) a {width: 46px;}
#menu ul li:nth-child(4) a {width: 63px;}
#menu ul li:nth-child(5) a {width: 58px;}
#menu ul li:nth-child(6) a {width: 29px;}
#menu ul li:nth-child(7) a {width: 10px;}


#menu ul li.current_page_item a:hover {
	/*color: black;*//*text-decoration:underline;*/
	font-size:18px;
	
}

