/* 
 -- layout.css --
 layout styles
 */

/* @group main */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
	font-weight: normal;
	font-size: 100%;
} 

html {
	overflow-y:scroll;
	height:100%;
}

body {
	font-size: 100%;
	line-height: 1;
	font-family: Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
	background: #589EAA url(../img/bg.jpg) repeat-x;
	color: #006E8E;
	height:99%;
}

ul, ol {
	list-style: none;
}

img {
	border: 0;
}

.rightBox img {
	margin-top: -40px !important; 
	margin-top: 0;
}

a {
	color: #CB0032;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


/* @end */

/* @group Layout */

#wrapper {
	width:920px;
	margin:auto;
	background-color: #fff;
	border: 1px solid #125b62;
	min-height:100%;
}

/* @group header */

#header {
	height: 60px;
	padding: 30px 30px 0 40px;
}

#header #logo {
	background: url(../img/logo2.gif) no-repeat;
	width: 149px;
	height: 48px;
	display: block;
	float: left;
	margin-top: -8px;
}

#header #topNav {
	float: left;
	margin: 27px 0 0 381px;
	width: 250px;
	color: #CB0032;
	font-size: 75%;
	display: inline;
}

#header #topNav a {
	color: #006E8E;
}

#header #topNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#header #topNav .active {
	color: #CB0032;
}

#header #topNav li {
	float: left;
	margin-right: 4px;
}

#header #langNav {
	float: right;
	font-size: 75%;
	width: 65px;
	text-align: right;
	margin-top: 27px;
	display: inline;
}

#header #langNav a {
	color: #006E8E;
}

#header #langNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#header #langNav li {
	float: left;
	margin-left: 4px;
}

#header #langNav .active {
	color: #CB0032;
}

#header #textzeile {
	background: url(../img/textzeile.gif) no-repeat;
	width: 850px;
	height: 30px;
	display: block;
	margin-top: 8px;
}

/* @end */

/* @group main */

#main {
	padding: 20px 30px 10px 40px;
}

/* @group sidebar */

#main #sidebar {
	width: 190px;
	float: left;
}

#main #sidebar #mainNav {
	margin: 0 0 30px 0;
	font-size: 112.5%;
}

#main #sidebar #mainNav li {
	margin-bottom: 3px;
}

#main #sidebar #mainNav a {
	color: #006E8E;
}

#main #sidebar #mainNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#main #sidebar #mainNav .active {
	color: #CB0032;
}

#main #sidebar #subNav {
	margin: 0 0 50px 0;
	font-size: 75%;
}

#main #sidebar #subNav li {
	margin-bottom: 3px;
}

#main #sidebar #subNav a {
	color: #006E8E;
}

#main #sidebar #subNav a:hover {
	color: #CB0032;
	text-decoration: none;
}

#main #sidebar #subNav .active {
	color: #CB0032;
}

#main #sidebar #address {
	color: #006E8E;
	font-size: 75%;
	line-height: 1.25;
}

#main #sidebar #address a {
	color: #006E8E;
}

#main #sidebar #address a:hover {
	color: #CB0032;
	text-decoration: none;
}

#main #sidebar #address span {
	color: #CB0032;
}

/* @end */

/* @group content */

#main #content {
	width: 660px;
	float: left;
}

#main #content ul {
	margin-bottom: 14px;
}

#main #content li{
	list-style: disc;
	margin-left: 30px;
}

#main #content .textBox {
	width: 660px;
	font-size: 75%;
	line-height: 1.25;
	margin-bottom: 30px;
}

#main #content .textBox h1 {
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1;
}

#main #content .textBox h2 {
	font-weight: bold;
}

#main #content .textBox p {
	margin-bottom: 15px;
}
#main #content .textBox .leftBox {
	width: 318px;
	float: left;
	padding-left: 2px;
}

#main #content .liBox h1{
	margin-top: 20px;
}

#main #content .textBox .rightBox {
	width: 320px;
	float: right;
}

/* @group theme table */

#main #content #theme {
	width: 660px;
	text-align: left;
	vertical-align: top;
	font-size: 75%;
	padding: 0;
	line-height: 1.15;
	margin-bottom: 20px;
}

#main #content #theme th {
	background-color: #f1f4f5;
	padding: 4px;
	line-height: 1;
}

#main #content #theme td {
	background-color: #f1f4f5;
	padding: 4px;
	vertical-align: top;
}

#main #content #theme td h2 {
	font-weight: bold;
}

#main #content #theme a {
	color: #CB0032;
	display: block;
}

#main #content #theme .projekte a {
	color: #006E8E;
}

#main #content #theme .projekte h2 a {
	color: #CB0032;
	display: block;
	font-weight: bold;
}


#main #content #theme .projekte {
	width: 320px;
}

/* @end */

/* @group team */

#main #content .team {
	width: 660px;
	font-size: 75%;
	line-height: 1.25;
}


#main #content .team h1 {
	font-size: 150%;
	margin-bottom: 20px;
	font-weight: normal;
	line-height: 1;
}

#main #content .team h2 {
	font-weight: bold;
	margin-top: 4px;
}

#main #content .team li {
	width: 150px;
	float: left;
	margin: 0 18px 30px 0;
	padding-left: 1px;
	display: inline;
	font-size: 90%;
}

#main #content .team li.last {
	margin: 0 0 30px 0;
	padding-bottom: 15px;
}

#main #content .team li.first {
	clear: left;
}
.spacer {
	width: 0px;
	font-size: 0px;
}
/* @end */


/* @end */


/* @end */


/* @end */

/* @group forms */

#text {
	font-size: 75%;
}

form {
	line-height: 14px;
	padding: 0;
	width: 370px;
	color: #00475b;
}

div.row {
	padding: 4px 6px;
	margin: 0 0 2px;
	background: #edf3f5;
}

div.title {
	background: #DBE8EB;
	font-weight: bold;	
}

label
{
	width: 100px;
	float: left;
	text-align: left;
	margin-right: 10px;
	display: block;
}

input
{
	color: #781351;
	border: 1px solid #000;
}

textarea
{
	color: #781351;
	border: 1px solid #000;
	width: 166px
}

.submit input
{
	color: #000;
	border: 1px solid #000;
}

/* @end */
