/* General styles */

/* General styles */

body {
	background-color: #6c7c8c;
	color: #2A3641;
	font: normal 0.8em/1.3em Helvetica, Verdana, Arial, sans-serif;
	margin: 0;
	/*min-width: 800px;*/
	padding: 0;
	text-transform: lowercase;
}
*html {
	/*overflow: hidden;*/
}
:link, :visited {
	color: #354656;
	text-decoration: none;
}
#content .bodytext a {
	color: #000000;
}
#content .bodytext a:hover {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1em;
	color:#FFFFFF;
}


/* Flash embedding */

#flash {
	background-color: #889DB3;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 100px;
	min-height: 500px;
}

/* Header area */

#header {
	background: #6c7c8c url(../images/gradt.gif) repeat-x left bottom;
	height: 106px;
	position: relative;
	text-align: right;
}
#header img {
	margin: 30px 180px 0 0;
}
#header ul.navigation {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Main content area */

#main {
	background: #6c7c8c url(../images/gradb.gif) left top repeat-x;
	position: absolute;
	top: 260px;
	bottom: 0px;
	height: 400px;
	width: 100%;
	min-width: 800px;
}
/* For IE6 */
/*
*html #main { 
	overflow: auto;
	top: expression((document.clientHeight - this.height) + "px");
}
*/


/* Navigation */
ul.navigation, ul.subnavigation {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	text-transform: lowercase;
}
ul.navigation li, ul.subnavigation li {
	float: left;
}
ul.navigation li a, ul.subnavigation li a {
	display: block;
	padding: 1.4em 0.6em;
}
ul.navigation li a.active, ul.navigation li a:hover, ul.subnavigation li a.active, ul.subnavigation li a:hover {
	color: #fff;
}
#main ul.navigation, #main ul.subnavigation {
	margin-bottom: 50px;
}
#left-sidebar {
	float: left;
	padding: 0 0 0 20px;
	text-align: right;
	width: 220px;
	margin-top: 0px;
}
#left-sidebar ul.leftnavigation li {
	float: none;
	list-style: none;
	padding-top: 0.5em;
	font-weight: bold;
}
#left-sidebar ul.leftnavigation li.active a, #right-sidebar li.active a {
	color: #FFFFFF;
}
#left-sidebar ul.leftnavigation li a {
	padding-top: 0.3em;
	font-weight: normal;
	display: block;
}
#left-sidebar ul.leftnavigation ul {
	margin-bottom: 2em;
	padding: 0;
}


#right-sidebar {
	float: right;
	padding: 2em 2em 0 0;
	width: 260px;
	font-weight: bold;
}

#right-sidebar ul {
	list-style: none;
	padding: 0;
	font-weight: normal;
	margin-left: 0px;
}
#right-sidebar ul li {
	margin-bottom: 0.6em;
}

#right-sidebar li.active {
	color:#FFFFFF;
}



#content {
	margin: 0 310px 0 240px;
	padding-top: 2em;
}
#contentnews {
	margin: 0 1em;
	padding: 0;
	min-width: 1010px;
}
.news {
	width: 202px;
	float: left;
}
#newsbunt1, #newsbunt3, #newsbunt4, #newsbunt5 {
	visibility: hidden;
	position: absolute;
	width: 182px;
	margin-top: 0px;
	cursor: pointer;
}
#newsbunt2 {
	position: absolute;
	width: 182px;
	margin-top: 0px;
	cursor: pointer;
}
*html .newsbunt {
	visibility: visible;
}
.news:hover .newsbunt {
	visibility: visible;
	display: block;
}
.newsbeschreibung {
	padding-bottom: 20px;
	padding-left: 5px;
}
#content .project_img {
	text-align: center;
	min-height: 300px;
}
.project_image_switcher, .project_image_switcher_current {
	text-align: right;
}
.project_image_switcher_current {
	color: #FFFFFF;
}
#seitenzahl {
	text-align: left;
	padding-left: 2em;
	padding-bottom: 2em;
}

/* Formulare*/

.csc-mailform-field label {
	width: 9em;
	display: block;
	float: left;
}
input.csc-mailform-submit {
	margin-left: 10em;
}
fieldset {
	border: none;
}
.csc-mailform-field {
	margin-bottom: 0.5em;
}
