/* Allgemeines */

html { overflow-y: scroll; }
body {
	margin:15px 0 30px 0;
	padding:0;
	background-color:#ffffff;
	color:#737373;
	text-align:left;
	line-height:1.33em;
}

/* Cross-browser typographical normalization from Yahoo YUI */
body { font:89% Arial, Freesans, sans-serif; }
table { font-size:inherit; font:100%; }
/* 99% for safari; 100% is too large */
/* Bump up !IE to get to 13px equivalent */
pre, code { font:115% monospace; *font-size:100%; color:white; }
/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * { line-height:1.33em; margin:0; padding:0; text-align:left; }
img { border:0; }
a { color:#147fc9; text-decoration:none; border-bottom:1px dotted #147fc9; }
a:hover {  border-bottom:1px solid #147fc9; }
li { margin-left:30px }
h1 {
	font-size:1.2em;
	font-weight:bold;
}
h2 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
}

input, select, textarea {color:#737373; }
option { padding-left:0.8em; }


p,ul,table {margin-bottom:10px;}

/* Float clearing workaround also working on Mozilla */

.clearer { clear:both; height:0px; overflow:hidden; margin-top:0px; }
* html .clearer { height:1px; margin-top:-1px; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */

div#header {
	background:url(Bilder/logo.jpg) no-repeat #ffffff;
	margin:0 auto;
	width:1007px;
	height:116px;
}

a#homelink {
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	border:0;
	height:70px;
	width:225px;
}

div#header div#searchbox {
	background:url(Bilder/searchbox_bg.jpg) repeat-x;
	position:absolute;
	height:36px;
	margin: 25px 0px 0px 770px;
}

div#header div#searchbox div#searchbox_left {
	background:url(Bilder/searchbox_left.jpg) no-repeat;
	float:left;
	width:40px;
	height:36px;
}

div#header div#searchbox div#searchbox_right {
	background:url(Bilder/searchbox_right.jpg) no-repeat;
	float:right;
	width:17px;
	height:36px;
}

div#header div#searchbox form {
display:inline;
}

div#header div#searchbox input {
	border: 0px;
	background: none;
	margin: 9px 0px 0px 0px;
	width: 160px;
}

div#header div#headermenu_wrapper {
	position:relative;
	background:url(Bilder/mainmenu_bg.jpg) repeat-x #ffffff;
	left:225px;
	top: 73px;
	width:782px;
	height:43px;
}

div#header div#headermenu_wrapper div#headermenu_right {
	float:right;
	background-image:url(Bilder/mainmenu_right.jpg);
	width:11px;
	height:43px;
}

div#header div#headermenu_wrapper ul.headermenu li {
	float:left;
	list-style-type:none;
	height:32px;
	line-height:32px;
	margin:0px;
	padding:0px 8px 0px 8px;
	font-size: 1.2em;
	font-weight:bold;
}

div#header div#headermenu_wrapper ul.headermenu li.active {
	background-color:#737373;
}

div#header div#headermenu_wrapper ul.headermenu li a {
	color:#ffffff;
	line-height:32px;
	border:0px;
}

div#header div#headermenu_wrapper ul.headermenu li a:hover {
	color:#737373;
}

div#header div#headermenu_wrapper ul.headermenu li.active a, div#header div#headermenu_wrapper ul.headermenu li.active a:hover {
	color:#f16723;
}

ul#languagemenu {
	float:right;
	margin-right:15px;
}

div#content_wrapper {
	margin:0 auto;
	width:987px;
	padding:8px 0px 0px 20px;
}

div#content_wrapper div#introtext {
	position:absolute;
	float:left;
	width:290px;
	height:190px;
	margin:35px 0px 0px 30px;
	z-index:30;
}

div#content_wrapper div#introimage {
	position:absolute;
	background-image:url(Bilder/homepage_bg.jpg);
	width:397px;
	height:204px;
	margin-left:269px;
	margin-top:50px;
	z-index:20;
}

div.box_start_news {
	background-image:url(Bilder/box_bg_start_1-3.jpg);
	width:306px;
	float:left;
	margin:0px 0px 10px 660px;
}

div.box_start_1-3 {
	background-image:url(Bilder/box_bg_start_1-3.jpg);
	width:306px;
	float:left;
	margin:0px 10px 10px 10px;
}

div.box_start_2-3 {
	background-image:url(Bilder/box_bg_start_2-3.jpg);
	width:631px;
	float:left;
	margin:0px 10px 10px 10px;
}

div.box {
	background-image:url(Bilder/box_bg_content.jpg);
	width:775px;
	float:left;
	margin:0px 10px 10px 191Px;
}

div.box_icon_info {
	float:right;
	background-image:url(Bilder/boxicon_info.jpg);
	height:37px;
	width:19px;
	margin-top:6px;
}

div.box_start_1-3 div.box_content, div.box_start_2-3 div.box_content {
	overflow:hidden;
	height:210px;
}

div.box_start_news div.box_content {
	overflow:hidden;
	height:190px;
}

div.box_start_news div.box_news_archive_link {
	height:20px;
	line-height:20px;
	padding:0px 20px 0px 20px;
	text-align:right;
}

div.box_start_news div.box_news_archive_link p {
	text-align:right;
}

span.news-date {
	font-style:italic;
}

div.box div.box_content {
	min-height:530px;
}

div.box_icon_note {
	float:right;
	background-image:url(Bilder/boxicon_note.jpg);
	height:37px;
	width:19px;
	margin-top:6px;
}

div.box_header {
	height:43px;
	background-image:url(Bilder/box_header_bg.jpg);
}

div.box_header div.box_header_left {
	float:left;
	background-image:url(Bilder/box_header_left.jpg);
	height:43px;
	width:20px;
}

div.box_header div.box_header_right {
	float:right;
	background-image:url(Bilder/box_header_right.jpg);
	height:43px;
	width:20px;
}

div.box_header h1 {
	display:inline;
	line-height:53px;
}

div.box_footer {
	height:18px;
	background:url(Bilder/box_footer_bg.jpg) repeat-x bottom left;
}

div.box_footer div.box_footer_left {
	float:left;
	background-image:url(Bilder/box_footer_left.jpg);
	height:18px;
	width:20px;
}

div.box_footer div.box_footer_right {
	float:right;
	background-image:url(Bilder/box_footer_right.jpg);
	height:18px;
	width:20px;
}

div.box_content {
	padding:5px 20px 0px 20px;
	overflow:hidden;
}

div#submenu_wrapper {
	background:url(Bilder/submenu_bg.jpg) repeat-y;
	width:193px;
	position:absolute;
	margin-top:10px;
	margin-left:4px;
}

div#submenu_wrapper h1 {
	margin-left:4px;
	margin-top:10px;
	margin-bottom:8px;
}

div#submenu_wrapper h1 a {
	color: #737373;
	border:0px;
}

div#submenu_top {
	background:url(Bilder/submenu_top.jpg) no-repeat;
	width:193px;
	height:6px;
}

div#submenu_bottom {
	background:url(Bilder/submenu_bottom.jpg) no-repeat;
	width:193px;
	height:6px;
}

ul#submenu ul {
	margin-bottom: 0px;
}

ul#submenu li {
	list-style-type:none;
	margin-left:20px;
}

ul#submenu li ul li {
	list-style-type:square;
	margin-left:20px;
}

ul#submenu li a, ul#submenu li.active ul li a {
	border:0px;
	color: #aaaaaa;
	font-weight:normal;
}

ul#submenu li.active a, ul#submenu li.active a:hover, ul#submenu li.active ul li.active a, ul#submenu li.active ul li.active a:hover {
	color: #f16723;
	font-weight:bold;
}


ul#submenu li a:hover, ul#submenu li.active ul li a:hover {
	color: #737373;
	font-weight:normal;
}

#footer {
	text-align:center;
	margin:0 auto;
}


.contentimage a {
	border:0px;
}

table.styledtable {
	border-collapse:collapse;
	border-color: #737373;
}


table.styledtable tr td, table.styledtable tr th  {
	padding:2px;
	border: 1px solid  #737373;
}

table.styledtable tr th  {
	background-color: #737373;
	color: #ffffff;
	border-color: #737373;
}

table.styledtable tr td  {
	background-color: #e6e6e6;
	color: #737373;
	border-color: #737373;
}

.align-right {
	text-align:right;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.float-right {
	float:right;
}

.float-left {
	float:left;
}

table.align-center {margin-left:auto; margin-right:auto;}

a.anchorlink {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	line-height:0px;
	display:block;
}


DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin-bottom:8px}

/* Show only to IE PC \*/
* html .roundedboxhead h2 {height: 1%;} /* For IE 5 PC */

div.roundedbox_1_3 {
	width: 245px;
	background: url(Bilder/roundedbox_body_r.gif) no-repeat bottom right;
	font-size: 100%;
	float:left;
	margin-bottom:5px;
}
div.roundedbox_1_2 {
	width: 367px;
	background: url(Bilder/roundedbox_body_r.gif) no-repeat bottom right;
	font-size: 100%;
	float:left;
	margin-bottom:5px;
}
div.roundedbox_1_1 {
	background: url(Bilder/roundedbox_body_r.gif) no-repeat bottom right;
	font-size: 100%;
	margin-bottom:5px;
}
div.roundedboxhead {
	background: url(Bilder/roundedbox_head_r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	height:30px;
}
div.roundedboxhead  h2 {
	background: url(Bilder/roundedbox_head_l.gif) no-repeat top left;
	margin: 0;
	padding: 8px 20px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1em; 
	line-height: 23px;
}
div.roundedboxbody {
	background: url(Bilder/roundedbox_body_l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 20px 5px;
}




a.download_button_big_de {
	width:191px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	background:url(Bilder/button_download_big_de.png) top left no-repeat;
	border:0px;
}

a.download_button_big_en {
	width:191px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	background:url(Bilder/button_download_big_en.png) top left no-repeat;
	border:0px;
}

a.download_button_small {
	width:117px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	background:url(Bilder/button_download_small.png) top left no-repeat;
	border:0px;
}

.button {
	height:24px;
	line-height:24px;
	background:url(images/button_bg.jpg) repeat-x;	
	font-weight:bold;
	cursor:pointer;
	border:1px solid #666699;
	text-align:center;
	padding:0px 10px 0px 10px;
}

.error {
	color: red;
	font-size: 0.8em;
	font-weight:bold;
}