body {

	background-color: #C9D7DF;
	margin: 0px;
	padding: 0px;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}
#container {
	width: 990px;
	background: #2C515E url(/assets/layout/backgroundWide.gif) no-repeat center top;
	margin-top: 25px;
}
#logo {
	display: block;
	width: 990px;
	height: 119px;
	text-decoration: none;
}
#content {
	width: 940px;
/*	height: 340px; */
	margin: 30px 0px 0px 0px;
	text-align: right;
}

#content p {
	text-align: right;
	margin: none;
	padding: none;
}

#contentSmall {
	margin-left: 330px;
	width: 610px;
}
#contentWide {
	margin-left: 0;
	width: 940px;
}
#content img {
	border: none;
}


#topmenu {
	width: 940px;
	height: 48px;
	text-align: right;
}
#topmenu ul {
	margin: 0 0 0 275px;
	padding: 0;
}
#topmenu li {
	float: left;
	list-style-type: none;
	padding: 10px 0 0 55px;
}
#topmenu a:link,
#topmenu a:visited {
	padding: 2px 0 0 12px;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	font-size: 12px;
	color: #2c515e;
	background: url(/assets/layout/blau.gif) no-repeat left center;
}
#topmenu a.inpath:link,
#topmenu a.inpath:visited,
#topmenu a.highlight:link,
#topmenu a.highlight:visited,
#topmenu a:hover,
#topmenu a:active {
	background: url(/assets/layout/orange.gif) no-repeat left center;
}



#subnav {
	width: 330px;
	float: left;
	text-align: left;
}
#subnav ul {
	margin: 0;
	padding: 0;
	line-height: 21px;
	}
#subnav li {
	list-style-type: none;
	padding: 0;
}
#subnav a:link,
#subnav a:visited {
	padding: 2px 0 0 12px;
	padding: 3px 0px 3px 16px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	background: url(/assets/layout/weiss.gif) no-repeat left center;
}
#subnav a.inpath:link,
#subnav a.inpath:visited,
#subnav a.highlight:link,
#subnav a.highlight:visited,
#subnav a:hover,
#subnav a:active {
	background: url(/assets/layout/orange.gif) no-repeat left center;
}



#bottomnav {
	clear: left;
	background-color: #2C515E;
	height: 20px;
	padding: 10px 25px 0 0;
}

#innerBottomnav {
	float: right;
}

#bottomnav a:link,
#bottomnav a:visited {
	width: 10px;
	height: 10px;
	margin-left: 6px;
	display: block;
	float: left;
	overflow: hidden;
	text-decoration: none;
	font-size: 10px;
	color: #fff;
	background-color: #fff;
}
#bottomnav a.active:link,
#bottomnav a.active:visited,
#bottomnav a:hover,
#bottomnav a:active {
	color: #F57508;
	background-color: #F57508;
}



#footer {
	clear: both;
	background: #C9D7DF url(/assets/layout/bottomWide.gif) no-repeat center top;
	width: 990px;
	height: 57px;
}
#footer form {
	margin: 0;
	padding: 0;
}
#footer input {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #7d949c;
	width: 187px;
	font-size: 10px;
}
#footer ul {
	margin: 0 0 0 17px;
	padding: 8px 0;
}
#footer li {
	float: left;
	list-style-type: none;
	padding: 10px;
}
#footer a:link,
#footer a:visited {
	padding: 2px 0 0 12px;
	text-decoration: none;
	font-size: 12px;
	color: #2c515e;
}
#footer a:hover,
#footer a:active {
	background: url(/assets/layout/orange.gif) no-repeat left center;
}
#footer a.first:link,
#footer a.first:visited {
	background: none;
	padding-left: 0
}


a.slideshow:link,
a.slideshow:visited {
	display: block;
	text-decoration: none;
	padding: 10px 0;
}
div.slideshow {
}


div.slideshow a {
	display: block;
	float: left;
	width: 95px;
	height: 95px;
	overflow: hidden;
	margin: 0 3px 3px 0;
}

/* FORMS */

input.F,
input.P,
input.M {
	width: 334px;
	margin: 6px 0 3px 0;
	background: #7D949C;
	border: none;
	color: white;
}

textarea {
	width: 334px;
	margin: 6px 0 1px 0;
	background: #7D949C;
	border: none;
	color: white;
}

input.S {
	margin: 6px 0 1px 0;
	background: #7D949C;
	border: none;
	color: white;
}

input.F:focus,
input.P:focus,
input.M:focus,
input.S:focus,
textarea:focus,
input.F:hover,
input.P:hover,
input.M:hover,
input.S:hover,
textarea:hover {
	background: #93A7AC;
}