/***************/
/*  STRUKTUR   */
/***************/

body, html {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url("gfx/body_bg.gif") repeat-y center 0px;
	text-align: center;
}

#mainouter {
	margin: 0px auto;
	text-align: left;
	width: 846px;
}

#menu {
	position: relative;
	width: 846px;
	height: 36px;
	background: url("gfx/menu_bg.gif") no-repeat;
}

#langlinktop {
	position: absolute;
	right: 18px;
	top: 5px;
}

#maininner {
	width: 846px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#leftcontent {
	width: 632px;
	background: url("gfx/box_main_bg.gif");
	float: left;
}

#rightcontent {
	width: 214px;
	float: left;
}

#footer {
	width: 846px;
	height: 36px;
	position: relative;
}

.footerde {
	background: url("gfx/footer_bg_de.gif");
}

.footeren {
	background: url("gfx/footer_bg_en.gif");
}

#langlink {
	position:absolute;
	left: 602px;
	top: 17px;
	height: 10px;
	width: 90px;
	background: none;
	text-decoration: none;
	overflow: hidden;
}

#implink {
	position:absolute;
	left: 712px;
	top: 17px;
	height: 10px;
	width: 40px;
	background: none;
	text-decoration: none;
	overflow: hidden;
}

#b2link {
	position:absolute;
	left: 772px;
	top: 17px;
	height: 10px;
	width: 48px;
	background: none;
	text-decoration: none;
	overflow: hidden;
}


#leftcontenttop {
	width: 632px;
	height: 18px;
	background: url("gfx/box_main_top.gif");
	margin: 0px 0px 5px 0px;
}

#leftcontentbottom {
	width: 632px;
	height: 18px;
	background: url("gfx/box_main_bottom.gif");
	margin: 0px;
}

#leftcontentmid {
	width: 585px;
	margin: 0px 23px 20px 23px;
}



/***************/
/*RECHTE SPALTE*/
/***************/

#rightcontent {
	font-size: 9px;
	color: #747474;
}

#rightcontent .nolink {
	color: #747474;
}

.rightcontenttop {
	width: 214px;
	height: 18px;
	background: url("gfx/box_side_top.gif");
	margin: 0px;
}

.rightcontentbottom {
	width: 214px;
	height: 18px;
	background: url("gfx/box_side_bottom.gif");
	margin: 0px;
}

.rightcontentmid {
	width: 214px;
	background: url("gfx/box_side_bg.gif");
	margin: 0px;
	overflow: hidden;
}

.rightmargin {
	margin: 5px 18px;
}

.pdficon {
	width: 16px;
	height: 16px;
	position: relative;
	left:-2px;
	top: 3px;
	border: 0px;
}

#rightcontent .hr {
	margin: 7px 0px;
}


/***************/
/*  HEADLINES  */
/***************/

.headline {
	margin: 0px 0px 10px 0px;
}

.hlpfeil {
	vertical-align: 40%;
	width: 8px;
	height: 10px;
	margin-right: 3px;
}

.hl {
	width: 400px;
	/*height: 21px;*/
}

.headline .hr {
	margin: 1px 0px;
}

#rightcontent .hl {
	width: 150px;
}



/*********************************/
/*  CONTAINER VOLLE BREITE       */
/*********************************/

.vollheadline {
	width: 585px;
	height: 16px;
	background: #434343;
	overflow: hidden;
}

.vollheadline span {
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0px 0px 5px;
	color: #fff;
	display: block;
}

.vollsubline {
	width: 585px;
	height: 17px;
	background: url("gfx/content_voll_subline.gif");
	overflow: hidden;
	margin: 0px 0px 15px 0px;
}

.vollsubline span {
	margin: 1px 0px 0px 5px;
	display: block;
}

.vollcontent {
	margin: 0px;
}


/***************/
/*  CONTENT    */
/***************/

body, input, textarea, select, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
	color: #444;
}

a {
	color: #0e623e;
	text-decoration: underline;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	background: url("gfx/pfeil_content.gif") no-repeat 2px 5px;
}

a:hover {
	text-decoration: none;
}

a.grey {
	color: #434343;
	background: none;
	padding: 0px;
	font-weight: normal;
}

.lightgrey {
	color: #aaa;
	background: none;
	padding: 0px;
	font-weight: normal;
}

a.nolink {
	color: #434343;
	background: none;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
}

.contentvollpic {
	width: 585px;
	height: 153px;
}

.hr {
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 15px 0px;
	background: url("gfx/linie.gif");
}

.beforepic {
	margin: 15px 0px 5px 0px;
}

.afterpic {
	margin: 5px 0px 15px 0px;
}

.afterpic10 {
	margin: 10px 0px 15px 0px;
}

.vspace5 {
	height: 5px;
	overflow: hidden;
}

.vspace10 {
	height: 10px;
	overflow: hidden;
}

.vspace15 {
	height: 15px;
	overflow: hidden;
}

.vspace20 {
	height: 20px;
	overflow: hidden;
}

.vspace25 {
	height: 25px;
	overflow: hidden;
}

.vspace30 {
	height: 30px;
	overflow: hidden;
}

.vspace40 {
	height: 40px;
	overflow: hidden;
}

.vspace50 {
	height: 50px;
	overflow: hidden;
}

.centerinline {
	text-align: center;
	width: 100%;
}







/***************/
/*  3 SPALTEN  */
/***************/

.threecolout {
	background: url("gfx/threecolbg.gif") repeat-y 0px 0px;
	width: 585px;
	overflow: hidden;
}

.threecolin {
	width: 185px;
	float: left;
	margin: 0px 15px 0px 0px;
}

.lastcol {
	margin: 0px;
}




/***************/
/*  FORMULAR   */
/***************/

.formrow {
	overflow: hidden;
	width: 100%;
}

.colone {
	float: left;
	width: 120px;
}

.coltwo {
	float: left;
	display: inline;
}

.input1, textarea {
	padding: 2px;
	border: 1px solid #aaa;
	margin: 0px 0px 5px 0px;
}

textarea {
	width: 250px;
	height: 100px;
}

.input1 {
	width: 250px;
}

.fehler {
	margin-left: 0.6em;
	padding-left: 0.6em;
	font-weight: bold;
	margin-top: 0px;
}



/***************/
/*  PROJEKTE   */
/***************/

.fiveimageout {
	width: 585px;
	overflow: hidden;
}

.fiveimageout a {
	padding: 0px;
	background: none;
}

.projektimage {
	padding: 0px;
	display: block;
	border: 0px;
	float: left;
	margin: 0px 10px 10px 0px;
}

.lastimage {
	margin: 0px;
}



/***************/
/*  MENU       */
/***************/

#menu img {
	border: 0px;
}

#menu ul {
	list-style-type: none;
	margin: 0px 24px;
	padding: 0px;
}

#menu ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 20px;
}

.menulinie {
	margin: 2px 0px 0px 0px;
	width: 1px;
	height: 11px;
	overflow: hidden;
	float: left;
	background: #989898;
}

#menu ul li a {
	float: left;
	padding: 0px;
	background: none;
}



#menu li ul {
	position: absolute;
	top: 20px;
	left: -4px;
	width: 107px;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	
	background: url("gfx/submenu_bg.png") no-repeat 0px bottom;
	
}

#menu li ul li {
	margin: 0px 0px 2px 0px;
	left: 12px;
	padding: 0px;
	width: 80px;
	height: 14px;
	overflow: hidden;
	clear: left;
	display: block;
	
}

