*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Georgia, Times, serif;
	color: #315372;
}

/* Allgemein */
#wrapper{
	margin:  10px auto;
	width: 862px;
}
#content{
	clear: left;
	min-height: 300px;
    height: auto !important;
    height: 300px;
}

#header{
	height: 100px;
	padding-top: 20px;
	text-align: center;
	background-color: #e9e9e9;
}

#header img{
	border: none;
}
#navi{
	height: 85px;
	border-bottom: 1px solid #96A6B5;
}
/* Navi */


#navi ul{
	list-style: none;
	clear: left;
}
#navi ul li{
	float:  left;
}

#topnavi{
	display: block;
	height: 42px;
	width: 862px;
	background: url(../images/topnavi.gif) repeat-x;
}
#topnavi li a{
	display: block;
	width: 172px;
		text-align: center;

	line-height: 42px; /* Zusammen mit vertical-align um a zu zentrieren */
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	color: #214361;
}
#topnavi li a:visited{
	color: #214361;
}
#topnavi li a.active, #topnavi li a:hover{
	background: url(../images/topnavia.gif) repeat-x;
	color: #ffffff;
}
#subnavi{
	display: block;
	height: 42px;
	width: 862px;
}
#subnavi li a{
	margin-left: 20px;
	padding-left: 10px;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #284a69;
	text-decoration: none;
}
#subnavi li a:visited{
	color: #284a69;
}
#subnavi li a.active{
	background: url(../images/subnavi.gif) no-repeat 2px;
	padding-left: 10px;
	text-decoration: underline;
}

/* Content */
h1{
	color: #78a9c9;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
	margin: 20px 0px 5px 0px;
}
h2{
	font-weight: normal;
	text-align: center;
	width: 862px;
	padding-bottom: 20px;
	border-bottom: 1px solid #96a6b5;
}
h3{
	padding: 10px 0px;
}
.article{
	margin-bottom: 20px;;
	-moz-column-width: 20em;
 -webkit-column-width: 20em; 
     -moz-column-gap: 1em; 
   -webkit-column-gap: 1em;
}
p{
	font-size: 13px;
	padding-bottom: 10px;
}
/* Footer */
#footer{
	border-top: 1px solid #96a6b5;
	padding-top: 5px;
	width: 862px;
	margin: 0px auto;
}

#footer a {
	float: right;
	font-size: 11px;
	color: #284a69;
	margin-right: 5px;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#team{
	float:  left;
	margin-right: 30px;
}




