body {
	font-family: verdana, arial, "times new roman", sans-serife;
	font-size: 12px;
	
	background-color: #C3C3C3;
	margin: 0px;
	
	text-align: center;
}
img {
	border: none;
}
ul {
	text-align: left;
	list-style-type: square;
margin-top: 5px;
}

/********************************* layout ************************************/
#background {
	width: 891px;
	background: url("/images/background.jpg") repeat-y;
	text-align: left;
	margin: auto;
	
	border: none;
	border-collapse: collapse;
}
#headerContainer {
	width: 870px;
}
#logo{
	float: left;
	height: 143px;
	background-color: #FFFFFF;
	padding-right: 2px;
}
#picTop {
	width: 677px;
	height: 143px;
	border-right: 1px solid #FFFFFF;	
	float: left;
}
#topnavContainer {
	width: 857px;
	padding-left: 13px;
	background-color: #DEDEDE;
}
#contentContainer{
	width: 870px;
	text-align: left;
	background-color: #DEDEDE;
}

/************************************ nav ************************************/
img.picLeft {
	float: left;
	border-right: 12px solid #959595;
}
ul.nav {
	margin: 0px;
	list-style-type: none;
}
li.nav {
	float: left;
	border-left: 1px solid #FFFFFF;
}
a.nav {
	display: block;
	height: 25px;
	padding-top: 14px;
	
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.navRot{
	width: 182px;
	border-left: 1px solid #FFFFFF;
	background: url("/images/nav_rot_1.jpg") no-repeat;
}
a.navGelb{
	width: 124px;
	background: url("/images/nav_gelb_1.jpg") no-repeat;
}
a.navGrun{
	width: 236px;
	background: url("/images/nav_grun_1.jpg") no-repeat;
}
a.navOrange{
	width: 257px;
	border-right: 1px solid #FFFFFF;
	background: url("/images/nav_orange_1.jpg") no-repeat;
}

a.navRot:hover, a.navRotSel {
	background: none;
	background-color: #A70000;
}
a.navGelb:hover, a.navGelbSel {
	background: none;
	background-color: #FF9702;
}
a.navGrun:hover, a.navGrunSel {
	background: none;
	background-color: #018353;
}
a.navOrange:hover, a.navOrangeSel {
	background: none;
	background-color: #F65701;
}

/*********************************** secnav **********************************/
#secnav{
	
	background-color: #DEDEDE;
	width: 165px;
	padding-left: 13px;
	
	float: left;
}
ul.secnav{
	margin: 0px;
	padding: 0px;
	
	background-color: #959595;
	list-style-type: none;
	text-align: right;
}
li.secnav {
	border-top: 1px solid #FFFFFF;
}
a.secnav {
	display: block;	
	height: 22px;
	padding-top: 8px;	
	padding-right: 15px;
	margin-right: 5px;	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url("/images/secnav.gif") no-repeat right center;
}
a.subnav{
	font-weight: normal;
	padding-top: 6px;	
	background: none;
}
img.secnav{
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 2px;
}
a.secnav:hover, a.secnavSel {
	color: #006890;
	background: url("/images/secnav_sel.gif") no-repeat right center;
}
a.subnav:hover, a.subnavSel {
	color: #006890;
	background: none;
}

/********************************** content **********************************/
#content{
	width: 630px;
	padding: 25px;
	min-height: 300px;
	_height: 300px;
	
	background-color: #FFFFFF;
	border-left: 12px solid #959595;
	line-height: 150%;
	float: left;
}
.titel{
	color: #006890;
	font-size: 20px;
	font-family: "times new roman", verdana, arial, sans-serife;
	margin-bottom: 18px;
}
#address {
	margin-top: 50px;
	margin-left: 5px;
	padding-bottom: 20px;
}
a.address {
	color: #000000;
	font-weight: normal;
}
a.team {
	color: #000000;
	font-size: 11px;
}
/********************************** footer **********************************/
#footer{
	width: 890px;
	height: 40px;
	padding-bottom: 20px;
	background: url("/images/bg_footer.jpg") repeat-x;
	text-align: left;
	margin:auto; 
}
img.bgFooterRight{
	position: relative;
	Left: 850px;
}

/********************************* powered by ********************************/
#poweredBy {
	padding-left: 20px;
	padding-right: 520px;
	float: left;
}
.orange {
	color: #FF9900;
}
.gray {
	color: #919191;
}
a.poweredby {
	text-decoration : none;
	color: #484848;
	font-size: 10px;
}