*{
	padding: 0px;
	margin: 0px;
	border: none;
}

body{
	text-align: center;
	background: #cccccc;
	font-family: arial;
}

#container{
	position: relative;
	width: 1000px;
	margin: auto;
	background: #dedede;
	padding-top: 30px;
	text-align: left;
}

#logo{
	width: 100%;
	background: url(pics/logo_home.gif);
	height: 85px;
	position: relative;
	margin: auto;
	width: 450px;
}

#middle{
	float:left;
	width: 100%;
	min-height: 10px;
	margin-top: 30px;
}

#left{
	float:left;
	width: 655px;
}
	
.bild:hover{
	opacity: 1;
	filter:alpha(opacity=100);
}


.bild{
	float:left;
	opacity: 0.8;
	filter:alpha(opacity=80);
	text-align: center;
	width: 327px;
	margin-bottom: 20px;
}

.bild img{
	width: 298px;	
}

.small{
	float:left;
	width: 100%;
	font-size: 11px;
}

.small a{
	color: #1E2B6A;
	text-decoration: none;
}

.small a:hover{
	color: #00A9ED;
}

#right{
	float: right;
	width: 330px;
}

#bottom{
	float: left;
	width: 100%;
}

#text{
	float:left;
	width: 315px;
	text-align: left;
	
	line-height: 142%;
	font-size: 12px;
}

#text a{
	color: #003366;
	text-decoration: none;
}

#text a:hover{
	text-decoration: underline;
}

#text h1{
	font-size: 13px;
	margin-bottom: 20px;
}

#text p{
	margin-bottom: 10px;
}
.clear{
	clear:both;
}