/*  common styles  */
body { 
	background-color: #fff;
	margin: 25px 0 10px 0;
	padding: 0; /* for Opera Browsers */
}
body, table, li, input, textarea { font: 12px 'Verdana', sans-serif; color: #333; }
th, td { text-align: left; vertical-align: top; }
h1, h2, h3 {
	font-size: 1em;
	color: #b8cc00;
	font-weight: bold;
}
h2 {
	font-weight: normal;
}
img { border: 0; }
th, td, li {
	line-height: 150%;
}
ul, li {
	margin: 0;
	padding: 0;
}
li {
	margin-left: 18px;
	list-style-type: disc;
}
ul li ul li {
	list-style-type: circle;
}
.stopfloat { clear: both; }

/* Struktur */

.links, .rechts, .mitte {
	background-color: #fff
}

#logoarea,
#atmoarea {
	text-align: right;
}
#atmoarea {
	background-repeat: no-repeat;
	height: 175px;
}
#logoarea img {
	margin-right: 10px;
}
#atmoarea table {
	width: 925px;
}
#atmoarea table td {
	height: 175px;
	font: 13px 'Times', 'Times News Roman', serif; color: #000;
	line-height: 140%;
	vertical-align: bottom;	
	text-align: right;
}
#atmoarea table td p {
	padding: 0 45px 25px 0;
	margin: 0;
	color: #fff;
}
#atmoarea table td i {
	font-size: 1.2em;
}
#contentarea {
	background-color: #fff;
	margin-top: 25px;
	padding-bottom: 15px;
	background-image: url("/img/bg-dotted-line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainnav, #mainnav li {
	margin: 0;
	padding: 0;
}
#mainnav li {
	list-style-type: none;
}
#contentarea .mitte {
	line-height: 150%;
}
#contentarea .rechts {
	line-height: 130%;
}
#contentarea .mitte h1 {
	margin: 0;
	font-size: 1.2em;
	padding: 4px 0 20px 0;
}
#contentarea .mitte img {
	/*float: right;*/
	margin: 5px 0;
}

#contentarea .rechts {
	margin-top: -20px;
	padding-bottom: 10px;
}
#contentarea .rechts div {
	background-image: url("/img/bg-dotted-line.gif");
	background-repeat: repeat-x;
}
#contentarea .rechts div h1 {
	background-image: url("/img/bg-dotted-line.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1em;
	margin: 20px 0 5px 0;
	padding: 5px;
}
#contentarea .rechts div div {
	background-image: none;
	font-size: 0.8em;
	padding-left: 5px;
}
#contentarea .rechts div div img {
	margin-left: -5px;
}

table.person {
	margin-bottom: 35px;
}
table.person th {
	padding-bottom: 10px;
}
table.person td {
	padding-top: 5px;
}

.red {
	color: #e00000;
}

label {
	display: block;
	margin-bottom: 5px;
}
.stdControl {
	display: block;
	border: 1px dotted #B8CC00;
	background-color: #fff;
	width: 400px;
	margin-bottom: 10px;
}
.stdButton {
	border: 1px dotted #B8CC00;
	background-color: #fff;
}
.empty {
	border-color: #e00000;
}

/* Links */
a, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #b8cc00;
	color: #333;
	outline: none !important;
}
a:hover {
	color: #b8cc00;
	border: 0;
}
#logoarea a {
	border: 0;
}
#mainnav a {
	display: block;
	background-image: url("/img/bg-dotted-line.gif");
	background-repeat: repeat-x;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px 0 5px 5px;
}
#mainnav a,
#mainnav a:visited {
	text-decoration: none;
	color: #000;
	border: 0;
}
#mainnav a:hover,
#mainnav a.aktiv,
#mainnav a:visited.aktiv  {
	color: #b8cc00;
}

#mainnav .secnav {
	margin: 0 0 5px 0;
	padding: 0;
}
#mainnav .secnav a,
#mainnav .secnav a:visited {
	border: 0;
	display: block;
	background-image: none;
	font-size: 0.8em;
	font-weight: normal;
	padding: 2px 0 2px 15px;
}

.actualprojects a,
.actualprojects a:visited,
#news a,
#news a:visited {
	border: 0;
}
.actualprojects a:after,
#news a:after {
	content: "";
}

a#back:after {
	content: "";
}

.projectLink {
	border-bottom: 0px;
}
.projectLink img {
	border: 1px dotted #B8CC00;
	margin: 0;
}

a.imgSelect, a.imgSelect:hover {
	display: block;
	text-align: center;
	width: 18px;
	height: 18px;
	float: left;
	background-color: #fff;
	border: 1px dotted #B8CC00;
	color: #B8CC00;
	margin: 10px 10px 10px 0;
}

#activeImg, #activeImg:hover {
	background-color: #B8CC00;
	border: 1px solid #B8CC00;
	color: #ffffff;
}
