* { /* reset */
	margin: 0;
	padding: 0;
}

html { /* full size */
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../img_layout/bg.jpg) repeat-x;
	background-attachment: fixed;
}

#container {
	width: 995px;
	height: 100%;
	padding: 0px auto; /* center */
	margin: 0px auto;
}


#head {
	width: 995px;
	height: 84px;
	background: url(../img_layout/head.jpg) no-repeat;
	background-color: rgb(255,255,255);
	border: 0px solid blue;
}
#logo {
	float: right;
	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! */
	padding-right: 4px;
}


#top_wrap {
	width: 995px;
	height: 32px;
	background: url(../img_layout/menu.jpg) no-repeat;
}
#langmenu {
	position: relative;
	float: right;
	width: 110px;
	height: 32px;
	line-height: 16px;
	background: url(../img_layout/logo2.jpg) no-repeat;
	border: 0px solid blue;
}
#langmenu ul {
	margin: 0;
	margin-right: 16px;
	padding: 0;
	list-style-type: none;
}
#langmenu ul li {
	float: right;
}
* html #langmenu ul li {
	margin-top: 2px;
}
#langmenu ul li a {
	margin-right: 12px;
	line-height: 22px;
}

#topmenu {
	float: left;
	height: 23px;
	line-height: 23px;
	overflow: visible;
	width: 885px;
	color: rgb(255,255,255);
	z-index: 200;
	overflow: visible;
	display: inline;
	border: 0px solid green;
}
#topnav, #topnav ul {
	margin: 0;
	margin-left: 42px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	z-index: 200;
	overflow: visible;
}
#topnav li {
	margin: 0;
	float: left;
	padding: 0;
	z-index: 200;
	overflow: visible;
	display: inline;
}
#topmenu ul li a {
	font-size: 12px;
	padding: 0 12px 0 12px;
	color: rgb(255,255,255);
	text-decoration: none;
	display: block;
	z-index: 200;
	overflow: visible;
}
#topmenu ul li ul {
	margin-left: 0;
/*	padding-bottom: 20px;*/
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#topmenu ul li ul li a {
	margin: 0;
	font-size: 12px;
	color: rgb(255,255,255);
	text-decoration: none;
	text-align: left;
	display: block;
	z-index: 200;
	width: 160px;
	background-color: rgb(145,145,145);
	overflow: visible;
}
* html #topmenu ul li ul li a {
	width: 184px;
}
#topmenu a:hover {
	color: rgb(0,0,196);
}
#topnav li ul {
	position: absolute;
	width: 184px;
	left: -999em;
	z-index: 200;
	overflow: visible;
	height: auto;
}
#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
	z-index: 200;
}

#content {
	clear: left;
	background-color: white;
	border: 0px solid red;
}

#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: 0px;
	min-height: 470px; /* 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: 470px;
}
#right {
	float: right; 
	width: 0px;
	z-index: 5;
	border: 0px solid green;
}

#normal {
	width: auto;
	margin: 0px;
	z-index:0; /* needed for flyout menu */
	background: url(../img_layout/bg1.jpg) bottom right no-repeat;
	border: 0px solid red;
}
#normal_content {
	position:relative;
	z-index:0; /* needed for flyout menu */
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 6px;
/*	padding-bottom: 13px;*/
	top: 0px;
	border: 0px solid green;
}
#navmenu {
	margin-left: 32px;
	text-align: left;
	font-size: 11px;
	padding-bottom: 30px;
	color: rgb(156,156,156);
}
#navmenu a {
	text-decoration: none;
	color: rgb(156,156,156);
}
#navmenu a:hover {
	color: rgb(0,0,196);
}
#normal_float {
	float: left;
	text-align: left;
	width: 100%;
	border: 0px solid green;
}
#search {
	float: right;
	margin-bottom: 2px;
	margin-left: 10px;
}

#foot {
	position: relative;
	width: 995px;
	height: 30px;
	clear: both; /* clear just to make sure */
	background: url(../img_layout/foot1.jpg) no-repeat;
	text-align: left;
	border: 0px solid blue;
}
#metamenu {
	float: left;
	margin-top: 7px;
	height: 22px;
	line-height: 22px;
	width: 995px;
	border: 0px solid red;
}
#metamenu ul {
	margin: 0;
	margin-left: 42px;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
#metamenu li {
	float: left;
	margin: 0;
	padding: 0;
}
#metamenu a {
	padding: 0 12px 0 12px;
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: rgb(255,255,255);
}
#metamenu a:hover {
	color: rgb(0,0,196);
}

.clearfix:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden;
	height: 0; 
}
.clear {
	clear: both;
}
#ie_clear {
	display: none; /* overwrite setting from IE hacks */
}






#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,92,77);
}
*/



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;
	list-style-type: square !important;
	list-style-position: inside !important;
	color: rgb(164,22,44);
}
.csc-sitemap ul li {
	margin: 0 0 0 17px;
}
*/
/**** Sitemap Ende ****/



/**** Mail-Form Begin ****/
#mailform {
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	color: rgb(41,73,97);
	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: 100px;
	float: left;
}
#mailform textarea {
	width: 260px;
	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 ****/


/* search */
input, textarea {
	padding-left: 2px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	color: rgb(82,160,197);
	cursor: pointer;
	font-size: 12px;
	vertical-align:middle;
}
#search input {
	margin-right: 3px;
}

select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-order, select.tx-indexedsearch-selectbox-defop, select.tx-indexedsearch-selectbox-desc, select.tx-indexedsearch-selectbox-results, input.tx-indexedsearch-searchbox-sword, input.tx-indexedsearch-searchbox-button, select.tx-indexedsearch-selectbox-group {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(82,160,197);
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}
input.tx-indexedsearch-searchbox-sword {
	width: 194px;
	margin-right: 4px;
	padding-left: 4px;
}
input.tx-indexedsearch-searchbox-button {
}
select.tx-indexedsearch-selectbox-type, select.tx-indexedsearch-selectbox-order {
	width: 200px;
}
select.tx-indexedsearch-selectbox-defop {
	width: 160px;
}
select.tx-indexedsearch-selectbox-desc {
	width: 160px;
}
select.tx-indexedsearch-selectbox-results {
	width: 60px;
}
div.tx-indexedsearch-searchbox p.advanced {
	margin-top: 6px;
}
div.tx-indexedsearch-rules h2 {
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 12px;
}
div.tx-indexedsearch-rules p {
	font-size: 11px;
	line-height: 120%;
	margin-bottom: 16px;
}
div.tx-indexedsearch-whatis, span.tx-indexedsearch-sw, div.tx-indexedsearch-browsebox p, td.searchfor {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: rgb(82,160,197);
	font-weight: bold;
	margin-bottom: 0px;
}
div.tx-indexedsearch-sec {
	margin-bottom: 10px;
}
div.tx-indexedsearch-browsebox p {
	font-size: 11px;
}
tr.tx-indexedsearch-headerrow td {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
tr.tx-indexedsearch-title td {
	border-top: 1px solid #cccccc;
}
td.tx-indexedsearch-info {
	background: #eeeeee;
}
div.tx-indexedsearch-rules h2 {
        visibility: hidden;
        height: 0px;
        overflow: hidden;
        display: none; /* IE hack */
}


