/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	border:0px;
	background-image:url(../images/background_bg.png);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
}

#header_wrap
{
	height:129px;
	text-align:left;
	width:930px;
	margin-left:auto;
	margin-right:auto;
}
#header_logo_left
{
	float:left;
	padding-top:15px;
}

#header_right
{
	float:right;
	padding-right:12px;
	text-align:right;
}
#header_logo_right
{
	padding-top:16px;
}

#header_menu
{
	padding:19px 0px 0px 0px;
	color:#999999;
	line-height:22px;
}

#middle_center
{
	width:905px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	clear:both;
}

/* Content Right */
#content_right {
    width:675px;
    float:right;
}
#content_right_inner {
    padding: 10px 0px 4px 25px;
    background-color: #ffffff;
}
#content_right_inner ul, #content_center ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 20px;
}
#content_right_inner li, #content_center li {
    margin: 0;
    list-style-image: url(../images/bullet_square_blue.gif);
    background-position: .2em .4em;
}
#content_right_inner img {
    border: 0;
}
.content_right_header {
    font-size:18px;
    line-height:22px;
    color:#666666;
}


#content_menu {
	height:26px;
	clear:both;
	line-height:26px;
}
#content_image {
	clear:both;
	height:278px;
}

.box_wrap {
	width:295px;
	float:left;
}
.box_wrap_separ {
	width:10px;
	float:left;
}
.box_title {
	border:1px solid #f0570c;
	background-color:#f4dac8;
	line-height:26px;
	height:26px;
	padding-left:10px;
	font-weight:bold;
}

.box_inner_wrap
{
	border:1px solid #dadada;
	height:324px;
}
.box_inner
{
	padding:9px 11px 0px 10px;
}
.box_text
{
	padding-top:5px;
}

#content_clear
{
	clear:both;
	height:33px;
}

#footer {
	clear:both;
	text-align:center;
	border-top:1px solid #d5d5d5;
	padding-top:16px;
	line-height:16px;
	color:#999999;
}

/* image arrow lists */
ul.list_arrow
{
	margin:2px 0px 2px 9px;
	padding-left:9px;
}

ul.list_arrow li
{
	list-style-image:url(fileadmin/template/images/list_arrow.png);
}

ul.list_blue
{
	margin:2px 0px 2px 9px;
	padding-left:9px;
}

ul.list_blue li
{
	list-style-image:url(fileadmin/template/images/list_blue.png);
}

/* grey menu */
ul.menu_grey
{
	float:right;
	list-style-type:none;
	float:right;
	margin:0px;
	padding:0px;
}
ul.menu_grey li
{
	color:#999999;
	display:block;
	float:left;
	margin:0 6px 0 8px;
}
ul.menu_grey li a
{
	color:#999999;
	display:block;
	float:left;
	text-decoration:none;
}

/* links */
/* grey menu span */
.grey_link a
{
	color:#999999;
	margin:0px 3px;
	text-decoration:none;
}
.grey_link a:hover
{
	color:#999999;
	margin:0px 3px;
	text-decoration:underline;
}

#content_all {
    width:905px;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    /* background-image: url(../images/leftcolumn_bg.png); */
    /* background-color:#f3f3f3; */
}


#content_menu
{
    clear:both;
    height:26px;
    background-image:url(../images/menu_main_bg.png);
    background-repeat:repeat-x;
    background-color: #d2d4d6;
    /* Hack to correct Cycle-Index-Problem on Main Page */
    position: relative;
    z-index: 80;
}

#content_left {
    width:220px;
    float:left;
    /* background-color:#f3f3f3; */
    min-height:325px;
    /* height:325px; */
    font-size:11px;
    line-height:17px;
    padding:0px 4px 0px 2px;
}
#content_left h5 {				/* Headline Ÿber Subnavi */
	background-color:#ffffff;
	margin-top: 18px;
	padding-left:10px;
	line-height:23px;
	clear: none;
}

/* Links */
a {
	color: #00aeef;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Headlines */
h1 {
    color:#f2510b;
    font-size:19px;
    line-height: 23px;
    font-weight:normal;
    margin: 0 0 2px 0;
}

h1.csc-firstHeader {
    padding: 0;
    margin-top:12px;
}

h3 {
	color: #004a80;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
h3 a {
    color: #004A80 !important;
    text-decoration: none;
}
h3 a:hover {
    text-decoration: underline;
}
h4 {
	font-size: 11px;
	color: #004a80;
	margin: 0;
	padding: 0;
}
h6 {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #000000;
}


.csc-firstHeader {
    color: #7d7d7d;
}

.csc-header-n2 h1 {
    margin-bottom:20px !important;
}

.csc-default > .csc-header h5 {
	margin-bottom: 5px; 
}
.csc-header h5 {			/* Headline Ÿber Subnavi */
    font-size: 11px;
    padding-top:0px;
    margin-bottom:0px;
    color: #333333;
    border-bottom:1px solid #004a80;
}
.csc-subheader {
	color:#f2510b;
    font-size:19px;
    line-height: 23px;
    font-weight:normal;
    margin: 0 0 20px 0;
}

/* Linkpfeile */
a.download {
    color: #00aeef;
    text-decoration: none;
}
a.download:hover {
    color: #004A80;
    text-decoration: underline;
}

a.mail {
    color: #00aeef;
    text-decoration: none;
}
a.mail:hover {
    color: #004A80;
    text-decoration: underline;
}

a.link_arrow_back  {                                                                                                                                                                                                                   
    display:inline-block;                                                                                                                                                                                                                   
    background-image:url(../images/arrow_cyan_left.gif);                                                                                                                                                                                    
    padding-left:15px;                                                                                                                                                                                                                      
    background-repeat:no-repeat;                                                                                                                                                                                                            
    background-position:center left;                                                                                                                                                                                                        
    border:0px;                                                                                                                                                                                                                             
    color: #00bcf2;                                                                                                                                                                                                                         
    font-weight: bold;                                                                                                                                                                                                                      
    font-size: 11px;                                                                                                                                                                                                                        
    text-decoration: none;                                                                                                                                                                                                                  
}        
a.link_arrow_back:hover {
    text-decoration: underline;
}
a.link_arrow_next, div.link_arrow_next a, .mail, .external-link-new-window, .download {                                                                                                                                                                                                                        
    display:inline-block;                                                                                                                                                                                                                   
    background-image:url(../images/arrow_cyan_right.gif);                                                                                                                                                                                    
    padding-left:15px;                                                                                                                                                                                                                      
    background-repeat:no-repeat;                                                                                                                                                                                                            
    background-position:center left;                                                                                                                                                                                                        
    border:0px;                                                                                                                                                                                                                             
    color: #00bcf2;                                                                                                                                                                                                                         
    font-weight: normal;                                                                                                                                                                                                                      
    text-decoration: none;                                                                                                                                                                                                                  
}                                                                                                                                                                                                                                           
a.link_arrow_next:hover, div.link_arrow_next a:hover {                                                                                                                                                                                                                   
    text-decoration: underline;
    color: #004A80;                                                                                                                                                                                                             
}


/* sonstige Typoanpassungen */
p {
	margin: 0 0 15px 0;
	padding: 0;
}

p.align-left {
	padding: 0;
	margin: 0;
}
p.align-left b {
	color: #00bcf2;
}

.csc-textpic-text p {
	margin: 0;
	padding: 0;
}
	
.csc-textpic-caption {	/* Bildunterschrift rechts */
	line-height:14px;
	font-size: 10px;
	padding: 3px;
}

.cyan {
    color: #00aeef;
}

#content_right p.bodytext b {
	color: #00bcf2;
}

.csc-frame-frame2 {		/* Liste Historie */
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 12px !important;
	padding-bottom:12px !important;
}
.detail {				/* Historie Jahreszahl */
	color:#004A80;
}

/* Frames / Rahmen */
DIV.csc-frame { border: 0px; }
DIV.csc-frame-invisible {}
DIV.csc-frame-rulerBefore { border-top: 1px solid #d7d7d7; }
DIV.csc-frame-rulerAfter { border-bottom: 1px solid #d7d7d7; padding: 0px 0 0 0; margin: 0 0 10px 0; }
DIV.csc-frame-indent { padding-left: 100px; }
DIV.csc-frame-indent3366 { padding-left: 33%; }
DIV.csc-frame-indent6633 { padding-right: 33%; }
DIV.csc-frame-frame1 { 		/* Rahmen fŸr Linke Seite, z.B. Ansprechpartner */
	background-color: #f2f2f2; 
	padding: 5px; 
}
DIV.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #d7d7d7; }

/* Startseite */
#startbox_2column {		/* Startseite Box 2 Spalten */
    float: left;
    width: 560px;
    height: 230px;
    padding: 20px 20px 0 20px;
    border: 1px solid #d2d2d2;
    background-image: url(../images/box_big_background.png);
    background-repeat: repeat-x;
}
#startbox_right {		/* Startseite Box rechts */
    float: right;
    width: 295px;
    height: 360px;
    background: #ffffff;
}
#startbox_right .startbox_body {
    padding: 10px;
    height: 310px;
    border: 1px solid #d2d2d2;
}
#startbox_bottom {
	float:left;
	background: #ffffff;
	width: 600px;
	height: 100px;
	margin: 10px 0 20px 0;
}
#startbox_bottom .startbox_body {
	padding: 10px;
	height: auto;
	border: 1px solid #d2d2d2;
}
.startbox_header {
    background-color: #f4dac8;
    border: 1px solid #f0570c;
    font-weight: bold;
    padding:5px 10px;
    height: 20px;
}

/* Sitemap */
.tx-flseositemap-pi1 .deep0 {
	font-weight: bold;
}
.tx-flseositemap-pi1 .deep1 {
	font-weight: normal;
}
/* Suche */
.search_label {
	width: 90px;
}

.tx-flseositemap-pi1 .last {
	border: 0px;
}
.browsebox li {
	padding: 0 10px 0 0;
}
/* Breadcrumb */
#location {
    height:22px;
    /* line-height:24px; */
    padding-top: 5px;
    clear:both;
    font-size:11px;
    color:#6a6a6a;
    border-bottom: 1px dotted #7d7d7d;
    background-color: #ffffff;
}

.location_item {
    line-height:24px;
    padding-left:14px;
    float:left;
    color:#6a6a6a;
}
#location_separator {
	height:1px;
	background-image:url(../images/location_separator_bg.png);
	background-repeat:repeat-x;
	clear:both;
}

#location a:link {
	color:#6a6a6a;
	text-decoration:none;
}
#location a:active {
	color:#6a6a6a;
	text-decoration:none;
}
#location a:visited {
	color:#6a6a6a;
	text-decoration:none;
}
#location a:hover {
	color:#6a6a6a;
	text-decoration:underline;
}
