* {
	margin:0;
	padding: 0;
}
* html body * {
	overflow:visible;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
html * {
	font-size: 100.01%;
}
body {
    /*font-size: 100.01%;*/ /* (en) Fix for rounding errors when scaling font sizes in older versions of Opera browser */
	background: #dbdbdb url(style_FILES/bg_right.jpg) top left repeat-x;
    text-align: left;
	font-family: 'Trebuchet MS', Arial;
    font-size: 12px;
    /* color: #666666; */
    color: #555555;
	height: 100%;
}

textarea, pre, tt, code {
	font-family: 'Trebuchet MS', Arial;
  }

h1,h2,h3,h4,h5,h6 {
  	font-family: 'Trebuchet MS', Arial;
  	font-weight: normal;
  	color: #555555;
  	margin: 0 0 7px 0;
}

h1 { font-size: 18px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

#header h1 {
    letter-spacing:-2px;
    line-height:24px;
    color:#000;
}
#header span {
	line-height: 32px;
	/*margin-right: 10px;*/
}
#header input {
	width: 96px;
	border: 0;
	padding: 1px;
	color:#555555;
	font-size:11px;
}
#header .submitButton{
	width: auto;
}

p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}
ul, ol, dl {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 0 1em 2em;
}

option { padding-left: 0.4em; }
/*  text formatting */
blockquote {
	margin: 0 0 1em 1.5em;
	font-style:italic;
}

strong {
	font-weight: bold;
}
em {
	font-style:italic;
}

acronym, abbr {
    letter-spacing: .07em;
    border-bottom: .1em dashed #c00;
    cursor: help;
}
fieldset, img {
	border: 0 solid;
}
input, textarea {
	font-family: 'Trebuchet MS', Arial;
}


 /* External Links  */
a {
	color: #555555;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	color: #1b62a6;
	text-decoration: none;
}

div#col1 p.bodytext a, div#col1 p.bodytext a:visited, div#col1 p.bodytext a:hover,
div#col2 a, div#col2 a:visited, div#col2 a:hover {
	color: #1b62a6;
	text-decoration: underline;
}
#topnav a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#topnav a:focus, #topnav a:hover, #topnav a:active {
	text-decoration: none;
	color: #333 !important;
}
#topnav label {
	font-size : 11px;
	color: #fff;
	line-height: 32px;
}
#topnav .label_over {
	position: absolute;
	top: -1px;
	left: 0;
	color: #555555;
}
#footer a {
	color: #1b62a6;
	font-size: 11px;
	text-decoration: underline;
}
#footer a:focus, #footer a:hover, #footer a:active {
	font-size: 11px;
	text-decoration: underline;
}
/* Tables    */

table {
	width: auto;
	border-collapse: collapse;
	margin-bottom: 0.5em;
}
table.full {
	width: 100%;
}
table.fixed {
	table-layout:fixed;
}

th,td {
	padding: 0;
}
thead th {
	background: #444;
	color: #fff;
}
tbody th {
	background: #ccc;
	color: #333;
}


hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #eee solid;
}

 /* (en) clearfix method for clearing floats */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear {
	clear:both;
}

/* (en) essential for Safari browser !! */
.clearfix { display: block; }

/* (en) overflow method for clearing floats */
.floatbox { overflow:hidden; }

/* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
#ie_clearing { display: none; }

/* (en) classes for invisible elements in the base layout - skip links and hidden content */
.skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
}
/* (en) make skip links visible when using tab navigation */
.skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
}

 /*------------------------------------------------------------------------------------------------------*/

#page_margins {
	text-align:left;
	width: 990px;
	min-height: 100%;
	background: /*#eabe54*/transparent url(style_FILES/yellow_background.jpg) top left no-repeat;
}
#page_margins_content {
	padding-left: 28px; height: 100%;
}

#page_container {
	height: 100%;
	width: 954px;
}

#page {
	/*background: url(style_FILES/bg_transp.png) top left repeat-y;*/
	background: url(style_FILES/shaddows.png) top left repeat-y;
	padding-left: 12px;
	height: 100%;
	min-height: 1024px;
}

/* Main layout elements */

#header, #main, #footer { clear:both; }
#header {
	position:relative;
    color: #000;
	width: 930px;
}

#topnav {
	color: #aaa;
	background: transparent;
}
#header #topnav {
	background: url(style_FILES/bg_meta.jpg) repeat-x top left;
	height: 32px;
}
#header_content{
}
#header_content img{
	float: left;
	margin: 20px 10px 10px 16px;
}

#banner {
	width:930px;
}
#quick_menu {
	width: 260px;
	float: left;
}
#quick_menu a {

}
#quick_menu a img {
	display: block;
}
#flash_content {
	float: right;
	width: 670px;
	/*background: url(style_FILES/flash_default.jpg) top left;*/
	height: 181px;
}
#flash_content img {
	display: block;
}
#main {
	padding: 22px 0 10px 0;
	width: 930px;
}

div.wrap_boxes {
	clear: both;
}

#footer {
	padding: 10px 0;
	margin-left: 260px;
	width: 670px;
	font-size: 11px;
}

/*------------------------------------------------------------------------------------------------------*/

#col1_content, #col2_content, #col3_content { position:relative; }
#col1 {
	float: left;
	width: 260px;
	margin: 0;
}
#col1_content {
	padding: 0;
}

#col2 {
	width: 670px;
	float: right;
	margin: 0;
}
#col2_content {
	padding: 0 28px 0 0;
	min-height: 250px;
	height:auto !important;
	height:250px;
}

#col3 {
	width:235px;
	margin-left: 705px;
	margin-right: 0;
}
#col3_content {
	padding: 0;
}

/*------------------------------------------------------------------------------------------------------*/
.box {
	width: 205px;
	min-height: 156px;
	height:auto !important;
	height:156px;
	background: url(style_FILES/box.jpg) bottom left no-repeat;
	margin-right: 30px;
	float: left;
	position: relative;
}
.box_small {
	width: 172px;
	min-height: 156px;
	height:auto !important;
	height:156px;
	background: url(style_FILES/small_box.jpg) bottom left no-repeat;
	float: left;
	position: relative;
}
.box_content {
	padding: 7px 0 5px 0;
}
.box .box_content {
	background: url(style_FILES/header_border.jpg) left top no-repeat;
}
.box_small .box_content, .box_small_single .box_content {
	padding-top: 7px;
	background: url(style_FILES/header_small_border.jpg) left top no-repeat;
}
.box_small_single {
	background:transparent url(style_FILES/small_box.jpg) no-repeat scroll left bottom!important;
	float:right;
	min-height: 156px;
	height:auto !important;
	height:156px;
	margin-top:4px;
	position:relative;
	width:172px;
}
.box_content p {
	padding: 0 7px;
	margin-bottom: 5px;
}
.box_content .csc-textpic {
	padding: 0 10px 0 7px;
}
.box_content .csc-textpic p {
	padding: 0;
}
.box_content h1 {
	font-size: 14px;
	margin-bottom: 12px;
	padding: 0 7px;
}
.box h1.border_header {
	background: url(style_FILES/header_border.jpg) left bottom no-repeat;
	padding-bottom: 6px;
}
.box_small h1.border_header, .box_small_single h1.border_header {
	background: url(style_FILES/header_small_border.jpg) left bottom no-repeat;
	padding-bottom: 6px;
}
.box_content img {
	float: right;
	margin-right: 7px;
}
.box_content p {
	line-height: 13px;
}
.box_content a {
	text-decoration: underline;
	color: #1b62a6;
}
.yellow_banner {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -13px;
	margin-top: -1px;
}
.metamenu {
	margin-right: 8px !important;
	display: block;
}
.metamenu span {
	float: left;
}
.meta_menu .menu_over {
	position: absolute;
	right: 0;
	top: -1px;
	margin-right: 172px !important;
	/* margin-right: 284px !important;*/
}
.menu_over span {
	float: left;
}
.menu_over a {
	color: #555555 !important;
}
.meta_active a {
	color: #333 !important;
}
#quick_menu a {

}
#quick_menu a img {
	display: block;
}


/*Main Menu*/
#nav {
	margin-top: 93px;
}
#nav_main {
	text-align: right;
	margin-right: 20px;
}
#nav_main ul {
	margin-bottom: 6px;
}
#nav_main ul li {
		list-style-type: none;
		display: inline;
		margin-left: 0;
		color: #555555;
}

#nav_main ul li a {
	padding: 0 8px;
}

#nav_main ul li#current a {
	color: #1b62a6;
	font-weight: bold;
}

#nav_main ul li#last {
	border-right: 0 none;
}
/*Submenu*/
ul#submenu {
	margin-top: 0px;
}
ul#submenu li {
	list-style-type: none;
	margin-left: 30px;
	line-height: 30px;
	padding-left: 18px;
}

ul#submenu li#submenu_level1_active {
	background: url('/fileadmin/images/minibaum.gif') center left no-repeat;
}

ul#submenu li#submenu_level1_active a, ul#submenu li#submenu_level2_active a {
	color: #1b62a6;
	font-weight: bold;
}

ul#submenu li.submenu_level2 {
	margin-left: 50px;
}

.meta_menu {
	float: right;
}
.search_content {
	float: right;
	width: 164px;
	position: relative;
}

.content_print, .content_pdf {
	float: left;
	position: relative;
	xmargin-top: 7px;
}

.content_print .metamenu, .content_pdf .metamenu {
	position: absolute;
	left: 0px;
	top: 0px;
	xborder: 1px solid green;
}

.content_print .menu_over, .content_pdf .menu_over {
	position: absolute;
	left: 0px;
	top: -1px;
	xborder: 1px solid red;
}

.content_pdf {
	margin-left: 91px;
	width: 120px;
}

/*div#col2_content div.csc-textpic-imagewrap{
	margin-left: 10px!important;

}*/
div#col2_content dd.csc-textpic-caption {
	margin-top: 4px;

}


sup, sub {
	font-size: 10px;
}

h1.border_header {
	padding-bottom: 5px;
}
.csc-textpic-caption {
	font-size: 11px;
}

.contenttable {
	background-color: #CDD2E9;
	width: 440px;
}

.contenttable td {
	padding: 5px;
	border-bottom: 5px solid white;
}

.contenttable .td-1, .contenttable .td-2, .contenttable .td-3, .contenttable .td-4, .contenttable .td-5 {
	text-align: right;
}

div.filelinks {
	width: 430px;
}

.even {
	xbackground-color: white;
	xpadding: 5px;
}
.odd {
	xbackground-color: #CDD2E9;
	xpadding: 5px;
}
.alignright {
	xfloat: right;
}

div.filelinks span {
	xbackground-color: #CDD2E9;
	margin-bottom: 5px;
	xpadding: 5px;
}

div.filelinks span a {
	color: #555555 !important;
	padding-right: 5px;
}

div.filelinks img {
	margin: 0 5px 0 0;
}

div.filelinks a, div.filelinks a:active, div.filelinks a:visited {
	color: #1b62a6;
	text-decoration: none;
}

div#col1 p.bodytext {
	text-align: center;
}

div#col2 a.round_button {
	text-decoration: none;
	font-size: 11px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
	border-color: #bbb;
	color: #464646;
	line-height: 1.2em;
	-webkit-border-radius: 10px;
	padding: 4px 10px;
	background: #F2F2F2 url(/fileadmin/images/white-grad.png) repeat-x scroll left top;
}

div#col2 a.round_button:hover {
	color: #000;
	border-color: #666666;
}


/* tt_news ------------------------------------------------------------------------------------------------------ */

div#col2 .tx-ttnews-browsebox td {
	padding: 5px;
}

div#col2 .tx-ttnews-browsebox td a {
	text-decoration: none;
}

div#col2 .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

div#col2 p.news-single-author {
	display: none;
}

div#col2 div.news-latest-container {
	xpadding-top: 20px;
	clear: both;
}

div#col2 div.news-latest-container h2{
	display: none;
}

div#col2 div.news-latest-item p.bodytext {
	display: none;
}

div#col2 div.news-latest-item p.bodytext {
	display: none;
}

div#col2 div.news-latest-item div.news-latest-morelink {
	display: none;
}

div#col2 div.news-latest-item span.news-latest-date a {
	text-decoration: none;
	color: #555555;
	width: 55px;
	display: block;
	float: left;
}

div#col2 div.news-latest-item h3 {
	font-size: 12px;
	float: left;
}

div#col2 div.news-latest-item hr.clearer {
	clear: both;
}

div#col2 div.news-latest-gotoarchive {
	display: none;
}

div#col2 div.news-single-item div.news-single-backlink {
	display: none;
}

/* From big_box.css ------------------------------------------------------------------------------------------------------ */
div.big_box {
	float: left;
	width: 440px;
}

div.box_right {
	float: right;
	width: 172px;
}




DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 1px solid #999999;
}

#popup_content, #popup_footer {
	padding: 20px;
}

#popup_footer {
	text-align: center;
}
