/* CSS for me */


#title	
{
	margin: 0px;
	border: 0px dotted #000000;
	border-bottom: 1px solid #999999;
	height: 150px;
	background: url(../images/topfoot/top7.jpg) no-repeat center #EEEEEE;
}


#footer	
{
	margin: 0px;
	padding: 0px;
	font-size:10px;
	text-align:center;
	border: 0px dotted #000000;
	border-top: 1px solid #999999;
	height: 30px;
	clear: both;
	background: url(../images/topfoot/footercol7.jpg) no-repeat #EEEEEE;
}


/* Textformatierung */

.foot
{
	margin-top: 8px;
  	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
  	font-size: 10px;
  	color:white;
}

#menu li a {
	display: block;
	padding: 8px 0px;
	text-align:center;
	width: 120px;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

#menu li ul li.bi_te a:hover {
	color: #FFFFFF;
	padding-left:5px;
}

/* Search
------------------------------------- */
.search {
	border:0px;
	border-bottom:solid 1px #000000;
	background-color: transparent;
	background-attachment: fixed;
	color: #000000;
	text-align: left;
	font-size: 11px;
	margin: 0px;
	}

.search2 {
	border:solid 1px #000000;
	background-color: transparent;
	color: #000000;
	text-align: center;
	font-size: 9px;
	margin: 0px;
	}