* { /* reset */
	margin: 0;
	padding: 0;
}

/**** BEGIN OF STRUCTURE LAYOUTS with specific a layouts and images ****/
html { /* full size */
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
}

#container {
	width: 998px;
	height: 100%;
	padding: 0px auto; /* center */
	margin: 0px auto;
	background: rgb(255,255,255);
}

#head {
	position: relative;
	height: 142px;
	width: 998px;
	background: url(../img_layout/head.jpg) no-repeat;
	background-position: top left;
	border: 0px solid blue;
}

#logo {
	position: relative;
	float: right;
	display: inline; /* fix IE double margin bug */
	margin-right: 70px;
	margin-top: 21px;
	border: 0px solid black;
	font-size: 0; /* FIX IE div->cr/lf->img-->3 px spacer bug. Linebreak is inserted by tidy. This bug exists since IE 1.0! */
}
#slogan {
	position: absolute;
	left: 0;
	margin-top: 70px;
	margin-left: 34px;
	float: left;
	display: inline; /* IE Float bug with margin */
	color: rgb(236,116,4);
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	z-index: 300;
	text-align: justify;
/*	text-shadow: rgb(161,96,37) 2 1 0; *//* Not supported wihtin CSS 2.1 ... */
/*	filter: Shadow(color=rgb(161,96,37), direction=135);*/ /* Microsoft crap */
}
#slogan_shadow {
	position: absolute;
	left: 0;
	margin-top: 71px;
	margin-left: 36px;
	float: left;
	display: inline; /* IE Float bug with margin */
	color: rgb(161,96,37);
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	z-index: 200;
	text-align: justify;
}

#top_wrap {
	clear:both; /* clear just to make sure */
	position: relative;
	height: 27px;
	width: 998px;
	margin: 0;
	line-height: 20px;
	border: 0px solid blue;
}
#topspacer {
	float: left;
	height: 27px;
	width: 228px;
	border: 0px solid blue;
}
#topmenu {
	float: left;
	height: 27px;
	width: 512px;
	color: rgb(255,255,255);
	background: url(../img_layout/menue_oben.gif) no-repeat;
	background-position: top left;
	border: 0px solid green;
}
#topmenu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
#topmenu ul li {
	margin: 4px 0 0 20px;
	padding: 0;
	float: left;
}
#topmenu a {
	height: 17px;
	font-size: 14px;
	line-height: 14px;
	color: rgb(255,255,255);
	text-decoration: none;
}
#topmenu a:hover, #topmenu a.topmenu_active {
	border-bottom: 2px solid rgb(117,117,117);
}

#langmenu {
	position: relative;
	float: right;
	width: 248px;
	border: 0px solid green;
}
#langmenu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
}
#langmenu ul li {
	margin-top: 4px;
	padding: 0;
	float: left;
}
#langmenu ul li a {
	height: 17px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}
#content {
}

#print_contact_wrap {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE: No, we really dont want to show this element ... */
}
#print_contact {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE: No, we really dont want to show this element ... */
}

#print_logo {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}
#print_url {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
	display: none; /* IE: No, we really dont want to show this element ... */
}


#left {
	float: left;
	width: 228px;
	min-height: 386px; /* FIX for IE below */
	padding: 0px;
	margin: 0px;
	/* z-index: 3;*/ /* IE has some problems with z-index, so metamenu will be hidden if z-index is set here */
	border: 0px solid green;
}
* html #left {
	display: table-cell;
	height: 386px;
}
#left_content {
	position: relative;
	margin: 0 0 165px 0;
	border: 0px solid black;
}
#left_menu {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	border: 0px solid red;
	text-align: left;
}

/* Erste Ebene der Liste */
#left_menu ul {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0px solid green;
}
#left_menu ul li {
	margin: 0 0 0 11px;
	padding: 0;
	border: 0px solid green;
}
#left_menu ul li a {
	display: block;
	padding-left: 9px;
	width: 217px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-size: 12px;
	text-decoration: none;
	border: 0px solid blue;
}
#left_menu a:hover, #left_menu a.lvl1_current, #left_menu a.lvl2_current, #left_menu a.lvl3_current {
	background: url(../img_layout/mark_l.gif) no-repeat;
	background-position: left;
	text-decoration: none;
}

#left_menu ul li ul, #left_menu ul li ul li ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: none;
}

#left_menu ul li ul li, #left_menu ul li ul li ul li {
	margin: 0;
	padding: 0;
}

#left_menu ul li ul li a, #left_menu ul li ul li a.lvl2_current {
	width: 197px;
}

#left_menu ul li ul li ul li a, #left_menu ul li ul li ul li a.lvl3_current {
	width: 177px;
}
/* Listenende */

#right {
	float: right; 
	width: 0px;
	z-index: 5;
	border: 0px solid green;
}

#normal {
	width: auto;
	margin: 0px;
	margin-left: 228px;
	border: 0px solid red;
}
#normal_content {
	position:relative;
	margin-left: 14px;
	margin-right: 14px;
	padding-top: 10px;
	padding-bottom: 13px;
	top: 0px;
	border: 0px solid green;
}

#normal_float {
	float: left;
	text-align: left;
	width: 100%;
	min-height: 263px;
	border: 0px solid green;
}
* html #normal_float {
	display: table-cell; /* IE fake min-height */
	height: 263px;
}

#nav_menu {
	width: 100%;
	height: 12px;
	line-height: 12px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	border: 0px solid red;
}
#nav_menu a {
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}
#nav_menu a:hover {
	text-decoration: underline;
}

#foot {
	position: relative;
	height: 0px;
	clear:both; /* clear just to make sure */
	border: 0px solid blue;
	text-align: left;
}
#metamenu {
	position: absolute;
	margin-top: -148px;
	left: 20px;
	height: 1px;
	overflow: visible;
	font-size: 11px;
	line-height: 130%;
	border: 0px solid red;
}

.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0; 
}
.clear {
	clear: both;
}
#ie_clear {
	display: none; /* overwrite setting from IE hacks */
}

/**** END OF STRUCTURE LAYOUTS with specific a layouts and images ****/

/**** BEGIN OF COMMOM LAYOUTS ****/
#container {
	font-family:arial,verdana,helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size: 11px;
}
#normal ul {
	margin: 0 0 0 17px;
}
#normal ul li {
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	text-indent:0px;
}
#normal a {
	font-weight: bold;
}

a, a:link, a:visited, a:active {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: rgb(0,0,0);
}


hr {
	border 0;
	border-top: 1px solid rgb(236,116,4);
	height: 1px;
}


img {
	border: 0px;
}

img.float-left {
	float:left;
	margin:0pt 10px 0pt 0pt;
	padding:0pt;
}

/**** Sitemap Begin ****/
.csc-sitemap ul {
	list-style-image: none !IMPORTANT;
}
.csc-sitemap ul li {
	margin: 0 0 0 17px;
}
/**** Sitemap Ende ****/

/**** Mail-Form Begin ****/
#mailform {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	text-indent:0px;
}
#mailform fieldset {
	margin: 0;
	padding: 0;
	border: 0px;
}
#mailform .csc-mailform-field {
	margin: 3px 0 0 0;
	text-vertical-align: middle;
}
#mailform label {
	width: 180px;
	float: left;
/*	display: block;*/
}

#mailform textarea {
	width: 420px;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size: 11px;
}
#mailform input {
	width: 240px;
}
#mailform select {
	width: 166px;
}
#mailformformtype_mail {
	width: 166px !IMPORTANT;
	margin-left: 180px;
}
.csc-mailform-check {
	width: 13px !IMPORTANT;
}
/**** Mail-Form End ****/

