* { /* reset */
	margin: 0;
	padding: 0;
}

html { /* full size */
	height: 100%;
	width: 100%;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
/*	background: url(../img_layout/verlauf_grau.jpg) fixed repeat-x;*/
}

#container {
	width: 959px;
	padding: 0px auto; /* center */
	margin: 0px auto;
	/*border: 2px solid blue;*/ /* a border for centered page */
	background: rgb(255,255,255);
}

#head {
	position: relative;
	height: 61px;
	background: url(../img_layout/head.jpg) no-repeat;
	background-position: bottom right;
	border: 0px solid blue;
}

#logo {
	position: relative;
	border: 0px solid black;
	height: 61px;
	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: relative;
	float: right;
	top: 20px;
	right: 33px;
	font-family: sans-serif;
	font-size: 19px;
	color: rgb(255,255,255);
	font-weight: bold;
	text-align: right;
	z-index: 300;
	display: inline; /* fix IE float bug */
}

#top_wrap {
	clear:both; /* clear just to make sure */
	position: relative;
	height: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background-color: rgb(109,110,112);
	border: 0px solid blue;
}

#topmenu {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	border: 0px solid green;
}
#topmenu ul {
	margin: 0 0 0 17px;
	padding: 0;
	list-style-type: none;
}
#topmenu ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#topmenu a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: rgb(255,255,255);
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	background-color: rgb(109,110,112);
	border-left: 1px solid rgb(109,110,112);
	border-right: 1px solid rgb(109,110,112);
}
* html #topmenu a {
	width: 1%; /* IE < 7 dont inherit from parent! */
}
#topmenu a:hover, #topmenu a.topmenu_current {
	background-color: rgb(144,146,148);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(255,255,255);
}

#langmenu {
	position: relative;
	float: right;
	width: 100px;
	height: 20px;
	margin-right: 34px;
	overflow: hidden;
	border: 0px solid black;
	background-color: rgb(109,110,112);
	color: rgb(109,110,112);
	display: inline; /* IE double margin float bug */
}
#langmenu fieldset {
	margin: 0;
	padding: 0;
/*	width: 10px;*/
	float: right; /* IE needs this .. */
	border: 0px solid black;
}
#langmenu label, #langmenu legend {
	display: none;
	margin: 0;
	padding: 0;
	visibility: hidden; /* IE */
	height: 0;
}
#langmenu select {
	position: relative;
	top: 1px;
/*	height: 16px;*/
	width: 90px;
	float: right;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: rgb(232,232,232);
/*	border: 0px solid rgb(232,232,232);*/
}
#content {
	background-image: url(../img_layout/backgrd1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#top_deco {
	clear: both;
	position: relative;
	height: 13px;
	width: 959px;
	background-color: rgb(144,146,148);
	background-image: url(../img_layout/deco.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 0; /* IE: another linebreak bug fix here */
	border: 0px solid black;
}

#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: 159px;
	/* 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;
	background-image: url(../img_layout/gradient1.jpg);
	background-repeat: repeat-x;
}
#left_deco {
	float:right;
	width: 7px;
	height: 500px;
	background-image: url(../img_layout/gradient2.jpg);
	background-repeat: no-repeat;
	border: 0px solid grey;
}
#left_content {
	position: relative;
	width: 149px;
	z-index: 4;
	border: 0px solid black;
}
#left_menu {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	padding-top: 30px;
	padding-bottom: 60px;
	overflow: hidden;
	font-size: 10px;
/*	font-size: 14px;*/
	border: 0px solid black;
}
#left_menu ul {
	width: 139px;
	overflow: hidden;
	list-style-type: none;
	list-style-position: outside;
	border: 0px solid green;
/*	text-indent: 0;*/
}
#left_menu ul li {
	list-style-position: outside;
	margin-bottom: 6px;
	border: 0px solid green;
}
#left_menu ul li a {
	color: rgb(0,0,0);
/*	line-height: 120%;*/
	border: 0px solid red;
}
#left_menu ul li a:hover {
	color: rgb(203,33,39);
	text-decoration: none;
}
#left_menu a.lvl1_current, #left_menu a.lvl2_current , #left_menu a.lvl3_current {
/*	font-size: 13px;*/
/*	line-height: 110%;*/
	color: rgb(203,33,39);
	text-decoration: none;
}
#left_menu ul li ul {
	margin-left: 11px;
/*	text-indent: 13px;*/
}
#left_menu ul li ul li, #left_menu ul li ul li ul li {
	margin-bottom: 2px;
}

#right {
	float: right; 
	width: 0px;
	z-index: 5;
	border: 0px solid green;
}

#normal {
	width: auto;
	z-index: 1;
	margin-left: 159px;
	margin-right: 0px;
/*	margin-top: 8px;*/
/*	min-height: 500px;*/
	border: 0px solid red;
}

#normal_content {
	position:relative;
	z-index: 2;
	top: 0px;
	margin-left: 14px;
	margin-right: 36px;
	margin-bottom: 12px;
	border: 0px solid green;
}
#navmenu, #navmenu a {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	word-spacing: -1px;
	color: rgb(150,150,150);
	text-decoration: none;
	margin-bottom: 4px;
	border: 0px solid red;
}
#navmenu a:hover {
	color: rgb(203,33,39);
}
#normal_float {
	float: left;
	width: 100%;
	min-height: 472px;
	border: 0px solid green;
}
* html #normal_float {
	display: table-cell; /* IE fake min-height */
	height: 456px;
}

#foot {
	position: relative;
	height: 1px;
	clear:both; /* clear just to make sure */
	border: 0px solid blue;
	background-image: url(../img_layout/gradient3.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#metamenu {
	position: absolute;
	margin-top: -32px;
	z-index: 4; /* MUST be above of column left! */
	left: 11px;
	height: 1px;
	overflow: visible;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
/*	line-height: 150%;*/
	border: 0px solid red;
}
#metamenu ul {
	position: relative;
	list-style-type: none;
	border: 0px solid black;
}
#metamenu ul li {
	position: relative;
	height: 16px;
	border: 0px solid green;
}
#metamenu ul li a img {
	position: relative;
	top: 3px;
	margin-right: 4px;
	border: 0px solid black;
}
#metamenu ul li a {
	position: relative;
	font-size: 10px;
	top: -3px;
	letter-spacing: -1px;
	color: rgb(0,0,0);
}
#metamenu ul li a:hover {
	color: rgb(203,33,39);
	text-decoration: none;
}
#copyright {
	position: absolute; /* prevent parent box to grow in IE */
	top: -16px;
	right: 14px;
	height: 1px;
	z-index: 10;
	overflow: visible;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	letter-spacing: -1px;
	line-height: 150%;
	color: rgb(150,150,150);
	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 */
}



/* Box: wrapped around _all_ content elements */
.box {
	margin-bottom: 20px;
	background-image: url(../img_layout/gradient4.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	border: 0px solid green;
}
.box2 {
	position: relative; /* IE: hasLayout */
	padding-right: 10px;
	padding-bottom: 4px;
	background-image: url(../img_layout/gradient5.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	border: 0px solid red;
}
.csc-header {
	position: relative;
	margin-bottom: 5px;
	background-image: url(../img_layout/gradient6.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}



hr {
	margin: 0px 0px 2px 0px;
	border: 1px solid #c0c0c0;
	height: 1px;
}
a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 0.02em;	
	line-height: 130%;
	color: rgb(0,0,0);
}
#normal_float {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 0px;
	letter-spacing: 0.02em;	
	line-height: 130%;
	color: rgb(0,0,0);
}
li {
	margin-right: 15px;
	line-height: 150%;
}
li p {
	line-height: 150%;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: rgb(203,33,39);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: inherit;
	line-height: 17px;
}
a:hover, a:visited {
	color: rgb(255,0,0);
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}



/* sitemap */
#normal_float div.csc-sitemap ul {
	list-style-type: none;
	padding-left: 0px;
}
#normal_float div.csc-sitemap ul li ul {
	padding-left: 16px;
}
li.sitemap_lvl1 {
/*	float: left;
	color: rgb(0,0,0);
	margin: 0px 15px 0px 0px;*/
}
li.sitemap_lvl1 a, li.sitemap_lvl1 a:visited, li.sitemap_lvl1 a:link, li.sitemap_lvl1 a:active {
	text-decoration: none;
	white-space: nowrap;
	color: rgb(0,0,0);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 17px;
}
ul.sitemap li.sitemap_lvl1 a:hover, ul.sitemap li.sitemap_lvl2 a:hover {
	text-decoration: underline;
}
li.sitemap_lvl1 ul.sitemap {
	list-style-position: inside;
}
li.sitemap_lvl2 {
	color: rgb(0,0,0);
	margin: 0;
}
li.sitemap_lvl2 a, li.sitemap_lvl2 a:visited, li.sitemap_lvl2 a:link, li.sitemap_lvl2 a:active {
	text-decoration: none;
	white-space: nowrap;
	color: rgb(0,0,0);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0px 0px 3px;
	line-height: 17px;
	text-indent: 0px;
}
ul.sitemap li.sitemap_lvl1 {
	list-style-image: url(../img_layout/clear.gif);
}


/* File link content element */
td.csc-uploads-fileName {
	width: 140px;
}
td.csc-uploads-icon {
	vertical-align : top;
}
td p.csc-uploads-description {
	padding-bottom: 6px;
}



/* list styles content */
#normal_float ul {
	list-style-type: circle;
	padding-left: 20px;
/*	list-style-image: url(../img_layout/feed_icon.jpg.jpg); */
}
#normal_float ol {
	padding-left: 20px;
}
