/* CSS Document */
/* Allgemeine Formatierungen */
html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	background-image: url("../imgs/sys/bgrnd.jpg");
	background-color: #D2D2D2;
	text-align: center;
}

div, span {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}


/****************************************************************/
/*** spezielle Klassen ***/
.clearer {
	clear: both;
	font-size: 1px;
}


/****************************************************************/
/* Ebene fuer zentrierte Ausrichtung */
#divGesWrapper {
	width: 770px;
	height: auto;
	min-height: 100px;
	background-image: url("../imgs/sys/schatten.gif");
	background-repeat: repeat;
	text-align: left;
	margin: auto;
	margin-bottom: 0px;
	/*border: 1px solid #00FF00;*/
	padding: 0px;
}

/****************************************************************/
/* Gesamte Inhalte */
#divGesCont {
	width: 760px;
	height: auto;
	min-height: 100px;
	background-color: #ffffff;
	text-align: left;
	margin: 0px 5px;
	/*border: 1px solid #00FFff;*/
}

/****************************************************************/
/* Kopfbereich */
#divHead {
	width: 760px;
	height: auto;
	min-height: 80px;
	text-align: left;
	/*border: 1px solid #00FF00;*/
}

#logo {
	float: left;
	width: 145px;
	height: auto;
	min-height: 80px;
	/*border-bottom: 1px solid #00FF00;*/
}

#divHeadRight {
	float: left;
	width: 615px;
	height: 80px;
	min-height: 80px;
	background-image: url("../imgs/sys/bg_div_head_right.gif");
	background-repeat: repeat-x;
	text-align: left;
	/*border-bottom: 1px solid #ffffff;*/
}

#divNavSymbol {
	float: right;
	width: 128px;
	height: 11px;
	margin: 12px 1px 0px 0px;
}

#divNavSymbol .navSeparator {
	margin: 0px 14px 0px 14px;
}

*html #divNavSymbol .navSeparator {
	width: 3px;
	w\idth: auto;
}

#divHeadRight h1 {
	width: auto;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	color: #F0F0F0;
	margin: 30px 0px 8px 20px;
}

/****************************************************************/
/* Bereich - Bild/Flash und Mainnav */
#divImgNav {
	width: 760px;
	height: auto;
	min-height: 165px;
	background-image: url("../imgs/sys/bg_div_subnav_cont.gif");
	background-repeat: repeat;
	text-align: left;
	/*border: 1px solid #00FF00;*/
}

#divFlash {
	float: left;
	width: 570px;
	height: auto;
	min-height: 165px;
	/*border: 1px solid #00FF00;*/
}

#divMainNav {
	float: left;
	width: 190px;
	height: auto;
	min-height: 165px;
	/*border: 1px solid #00FF00;*/
}


/****************************************************************/
/* Bereich - Subnav und Content */
#divNavCont {
	width: 760px;
	height: auto;
	min-height: 10px;
	background-image: url("../imgs/sys/bg_div_subnav_cont.gif");
	background-repeat: repeat;
	text-align: left;
	/*border: 1px solid #00FF00;*/
	padding-bottom: 30px;
}

/* Unternavigation */
#subNav {
	float: left;
	width: 190px;
	height: auto;
	min-height: 10px;
	margin-top: 45px;
	/*border: 1px solid green;*/
}

#subNav p {
	margin: 0px 0px 0px 15px;
	/*border: 1px solid green;*/
}

#subNav p.subNavOn {
	color: #686868;
}

#subNav p.subNavOff {
	color: #BEBEBE;
}

#subNav a {
	color: #BEBEBE;
	text-decoration: none;
	cursor: pointer;
}

#subNav span.subNavTxt {
  display: block;
	float: left;
	width: 139px;/*139px;*/
	height: auto;
	min-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 0px;
	border-bottom: 2px dotted #BEBEBE;
	padding: 8px 0px 8px 0px;
	/*padding: 8px 6px 8px 6px;border: 1px solid red;*/
}

body>div #subNav span.subNavTxt {
	padding: 8px 0px 0px 0px;
}

#subNav span.subNavBox {
    display: block;
	/*width: 10px;25px;*/
	height: 21px;
	text-align: right;
	margin: 0px;
	padding: 6px 10px 8px 0px;
	/*padding: 5px 0px 8px 0px;
	clear:left;
	border: 1px solid blue;*/
}

#subNav img.subNavOn {
  border: 2px solid #686868;
}

#subNav img.subNavOff {
  border: 2px solid #F2F2F2;
}


/*************************/
/* News */
#divNews {
	float: left;
	width: 190px;
	height: auto;
	min-height: 10px;
	margin-top: 45px;
	/*border: 1px solid green;*/
}

#divNews h2 {
	font-size: 11px;
	color: #686868;
	text-transform: uppercase;
	margin: 0px 10px 20px 15px;
	border-bottom: 2px dotted #BEBEBE;
	padding: 8px 0px 8px 0px;
}

#divNews p.newsDatum {
	font-size: 10px;
	color: #878787;
	margin: 0px 10px 6px 15px;
}

#divNews h3 {
	font-size: 11px;
	color: #9A9A9A;
	margin: 0px 10px 4px 15px;
}

#divNews p.newsTeaser {
	font-size: 11px;
	color: #878787;
	margin: 0px 10px 6px 15px;
}

#divNews p.newsLink {
	font-size: 10px;
	color: #878787;
	margin: 0px 10px 20px 15px;
}

#divNews a {
	color: #07A84F;
}

#divNews p.newsTrenner {
	margin: 0px 10px 0px 15px;
	border-bottom: 2px dotted #BEBEBE;
}


/*************************/
/* Adresse */
#adresse {
	width: 180px;
	height: auto;
	min-height: 50px;
	margin-top: 80px;
	color: #9a9a9a;
}

#adresse p {
	margin: 0px auto 2px 15px;
}


#adresse span.adresseTxt {
  display: block;
	float: left;
	width: 50px;
	color: #9a9a9a;
}

#adresse span.adresseDat {
  display: block;
	color: #9a9a9a;
}

#adresse a {
	color: #07A84F;
	text-decoration: underline;
}


/************************/
/* Inhaltsbereich */
#content {
	float: left;
	width: 570px;
	height: auto;
	min-height: 10px;
	margin-top: 70px;
	/*border: 1px solid red;*/
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin: 0px 90px 0px 100px;
}

#content p {
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	margin: 18px 90px 0px 100px;
}

#content p.lastP {
	margin-bottom: 44px;
}

#content ul {
	list-style-image: url("../imgs/sys/list_arrow.gif");
	margin: 18px 90px 0px 130px;
}

#content li {
	font-size: 12px;
	font-weight: normal;
	color: #07A84F;
	margin: 0px;
}

#content a {
	font-size: 12px;
	font-weight: normal;
	color: #07A84F;
	text-decoration: underline;
	margin: 0px;
}


/************************/
/* Inhaltsberich der News */
#contentNews {
	float: left;
	width: 570px;
	height: auto;
	min-height: 10px;
	margin-top: 45px;
	/*border: 1px solid red;*/
}

#contentNews p.newsDatum {
	font-size: 10px;
	color: #878787;
	margin: 0px 90px 15px 100px;
}

#contentNews p.newsDatum a {
	color: #878787;
}

#contentNews h2 {
	font-size: 14px;
	font-weight: bold;
	color: #686868;
	margin: 0px 90px 20px 100px;
}

#contentNews p.newsText {
	font-size: 12px;
	font-weight: normal;
	color: #686868;
	margin: 0px 90px 10px 100px;
}

#contentNews p.newsLink {
	font-size: 12px;
	color: #878787;
	margin: 0px 90px 30px 100px;
}

#contentNews a {
	color: #07A84F;
}

/************************/
/* Inhaltsbereich der Projekte */
.projBox {
	width: 717px;
	height: auto;
	min-height: 100px;
	background-image: url("../imgs/sys/bg_div_proj_box.gif");
	background-repeat: repeat-y;
	margin: 10px 7px 10px 24px;
}

.projImgBox {
	float: left;
	width: 130px;
	height: auto;
	margin: 10px auto 30px 10px;
	/*border: 1px solid blue;*/
}

.projImgBox img {
	border: 0px;
}

.projContBox {
	float: left;
	width: 500px;
	height: auto;
	margin: 10px auto auto 33px;
	/*border: 1px solid blue;*/
}

body>div .projContBox {
	margin: 20px auto auto 46px;
}

.projContBox table {
	width: 465px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.projContBox td.projTxt {
	width: 65px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	color: #ADADAD;
	padding-top: 2px;
}

.projContBox td.projTxtInfo {
	width: 65px;
	height: 100px;
	text-align: right;
	vertical-align: top;
	font-size: 9px;
	color: #ADADAD;
	padding-top: 2px;
}

.projContBox td.projDat {
	width: 400px;
	height: auto;
	min-height: 20px;
	vertical-align: top;
	font-size: 12px;
	color: #686868;
	padding: 0px 10px 10px 18px;
}

body>div .projContBox td.projDat {
	padding: 0px 10px 10px 15px;
}

.projContBox td.projDat h3 {
	font-size: 12px;
	margin: 0px;
}

.projContBox td.projDatInfo {
	width: 400px;
	height: 60px;
	min-height: 60px;
	vertical-align: top;
	font-size: 12px;
	color: #686868;
	padding: 0px 10px 10px 18px;
}

body>div .projContBox td.projDatInfo {
	height: auto;
}

body>div .projContBox td.projDatInfo {
	padding: 0px 10px 10px 15px;
}

.projContBox div.projDetSee {
	float: right;
  margin-bottom: 10px;
}

.projContBox div.projDetSee a {
	font-size: 11px;
	color: #07A84F;
}

/************** Formulare *******************/
#divKontForm {
	float: left;
	width: 530px;
	height: auto;
	min-height: 10px;
	margin: 50px 0px 0px 0px;
}

#divKontForm form {
	margin: 0px;
	padding: 0px;
} 

#divKontForm br {
	font-size: 8px;
}

body>div #divKontForm br {
	font-size: 7px;
}

/*** Textfeld fuer Nachrichtbereich */
#divKontForm div.feZeileNachricht {
	height: auto;
	min-height: 105px;
	margin: 0px 0px 10px 0px;
	/*border: 1px solid green;*/
}

#divKontForm span.fetNachricht {
	display: block;
	float: left;
	width: 130px;
	height: 84px;
	background-color: #F2F2F2;
	text-align: right;
	vertical-align: center;
	font-size: 9px;
	color: #ADADAD;
	margin-right: 8px;
}

body>div #divKontForm span.fetNachricht {
	height: 96px;
}

#divKontForm span.feNachricht {
	display: block;
	float: left;
	width: auto;
	min-width: 100px;
	height: auto;
	min-height: 90px;
	background-color: #e1e1e1;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#divKontForm textarea {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	margin: 5px;
	border: none;
}

/*** Select-Bereiche */
#divKontForm div.feZeileSelect {
	height: 30px;
	margin: 0px 0px 1px 0px;
	/*border: 1px solid green;*/
}

#divKontForm span.fetSelect,
#divKontForm span.fetSelectHerkunft {
	display: block;
	float: left;
	width: 130px;
	height: 30px;
	background-color: #F2F2F2;
	text-align: right;
	vertical-align: center;
	font-size: 9px;
	color: #ADADAD;
	margin-right: 8px;
}

#divKontForm span.fetSelectHerkunft {
	height: 60px;
}

#divKontForm span.feSelect {
	display: block;
	float: left;
	width: auto;
	min-width: 100px;
	height: auto;
	min-height: 10px;
	background-color: #e1e1e1;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#divKontForm select {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	margin: 5px;
	border: none;
}

/*** Normale Input-Bereich ***/
#divKontForm div.feZeile {
	height: 28px;
	margin: 0px 0px 2px 0px;
	/*border: 1px solid green;*/
}

#divKontForm span.fet {
	display: block;
	float: left;
	width: 130px;
	height: 28px;
	background-color: #F2F2F2;
	text-align: right;
	vertical-align: center;
	font-size: 9px;
	color: #ADADAD;
	margin-right: 8px;
}

#divKontForm span.fe {
	display: block;
	float: left;
	width: auto;
	min-width: 100px;
	height: 28px;
	min-height: 10px;
	background-color: #e1e1e1;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#divKontForm input {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
	margin: 5px;
	border: none;
}

#divKontForm div.buttonSubmit {
	margin-left: 390px;
}

#divKontForm div.buttonReset {
	margin-left: 395px;
}


/****************************************************************/
/* Fussbereich */
#divFoot {
	width: 760px;
	height: auto;
	min-height: 47px;
	text-align: left;
	/*border-bottom: 1px solid #333333;*/
}

#divFootLeft {
	float: left;
	width: 190px;
	height: 46px;
	min-height: 44px;
	background-image: url("../imgs/sys/bg_div_foot_left.gif");
	background-repeat: repeat;
}

#footLeftLine {
	width: 190px;
	height: 2px;
	background-image: url("../imgs/sys/bg_div_foot_left_line.gif");
	background-repeat: repeat;/*margin: 0px;*/
	font-size: 2px;
}

#footLeftCopy {
	width: 190px;
	height: auto;
	min-height: 44px;
	font-size: 10px;
	text-align: center;
	color: #999999;
	margin-top: 20px;/**/
}


/* rechter Fussbereich */
#divFootRight {
	float: left;
	width: 570px;
	height: auto;
	min-height: 42px;
	padding: 0px;
}

#footRightLine {
	width: 570px;
	height: 2px;
	background-color: #36B77B;
	font-size: 2px;
}

#footRightCont {
	width: 570px;
	height: 44px;
	background-color: #363636;
	color: #666666;
}

#footRightCont a {
	color: #999999;
	text-decoration: none;
}

#footRightCont a:active,
#footRightCont a:hover,
#footRightCont a:focus {
	color: #CCCCCC;
}

#footNav {
	float: left;
	font-size: 11px;
	margin: 11px auto auto 30px;
}

#footNav .footNavHigh {
	color: #CCCCCC;
}

#footNav .navSeparator {
	margin: auto 6px;
}

*html #footNav .navSeparator {
	width: 3px;
	w\idth: auto;
}

#kq {
	float: right;
	margin: 11px 8px auto auto;
}