/*
	hellblau	#C4DBFF
	mittel 		#0066FF
	rot			#CC3300
	schwarz		#333333
*/

* {
	margin:0;
	border:0;
	outline:0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bolder;
	padding:5px 0;
	margin:10px 0;
}
h1 {
	font-size:130%;
}
h2 {
	font-size:125%;
}
h3 {
	font-size:120%;
}
h4 {
	font-size:115%;
}
h5 {
	font-size:110%;
}
h5 {
	font-size:105%;
}
p {
	
}
body {
	background-color:#C4DBFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
}
#main {
	margin-top:15px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	width:990px;
	padding:0;
	border:0;
}
#top {
	background-image:url(../images/logo/logo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:149px;
	padding:0px;
}

#left {
}

#mid {
	min-height:500px;
	padding-top:12px;
	padding-left:24px;
	padding-right:24px;
}

#right {

}

#foot {
	height:60px;
}
#foot1 {
	padding:15px;
	padding-top:30px;
}
ul {
	list-style:url(../images/bullet.jpg);
	margin:5px 0 5px 0;
	padding-left:20px;
}
li {
	margin:0 0 5px 0;
}
br.clearfloat {
	height:0;
	clear:both;
}
div.overflow {
	overflow:hidden;
}
div.team {
	padding:10px;
	border:1px solid white;
	position:relative;
	margin-bottom:5px;
	width:449px;
	height:210px;
	float:left;
}
div.team:hover {
	background:#eaf4ff;
	border-color:#c1daff;
}
div.team img {
	border:10px solid white;
	width:120px;
	float:left;
}
div.team div {
	margin-left:150px;
}
div.team div p {
	text-align:left;
}
div.team h1 {
	margin-top:6px;
	padding-top:0;
}

