/* Bulletlists, general */
UL.csc-bulletlist LI { font-size: 11px; }

/* Bulletlists, specifically */
UL.csc-bulletlist-0 { color: #000000; }
UL.csc-bulletlist-1 { color: #186900; list-style-type : decimal; }
UL.csc-bulletlist-2 { color: #10007B; list-style-position : inside; }
UL.csc-bulletlist-3 { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

/* General element styles: */
/***************************/
div.csc-textpic-clear {line-height: 0;
height:0;}
* { 
font-family: Verdana,Arial,Helvetica,sans-serif;
margin:0;
padding:0;
background-color: transparent;
font-size: 1em;
}

html {
font-size: 100.01%;
}
body { 
color: #5b5b5b;
font-size: 75%;
} 

p {
line-height: 130%;
margin: 0 0 1em 0px; 
}
a { 
color: #6a7374; 
text-decoration: none; 
}
a:hover { 
color: #1c4ba0;
text-decoration: none; 
}
:focus {
outline: 0;
}
a img {
border: none;
}

a.arrowlink {   
background: url(../img/doppelpfeil.gif) no-repeat 0% 50%;
padding-left: 14px;
}
input, textarea, option { 
padding-left: 2px;
}
table {
border-collapse:collapse;
}
td, th { 
vertical-align : top; 
}
pre { 
font-family: monospace; 
}
strong {
font-weight: bold;
}
blockquote {
margin: 0 40px;
}
.small {
font-size: 80%;
}

hr {
visibility: hidden;
}

/* Headers, plain */
/******************/
h1 { 
font-size: 150%;
}
h1 span, h2 span, h3 span { 
font-family: Verdana,Arial,Helvetica,sans-serif;
font-weight: normal;
}
h2 { 
font-size: 120%;
/*color:#1C4BA0;*/
padding-bottom: 5px;
/*border-bottom: 1px solid #848c8d;*/
}
h2.blue { 
color:#1C4BA0;
}
h2.noline { 
border: none;
color:#5B5B5B;
border-bottom: 1px solid #848c8d;
}
h2.blaulinienormal {
font-size: 120%;
color: #1c4ba0;
font-weight: normal;
border-bottom: 1px solid #848c8d;
margin-bottom: 4px;
}
h2.blauliniefett {
font-size: 120%;
color: #1c4ba0;
font-weight: bold;
border-bottom: 1px solid #848c8d;
margin-bottom: 4px;
}
h2.graybg, h3.graybg { 
border: none;
background: #eee;
padding: 1px 3px;
color:#5B5B5B;
font-weight: bold;
}
h2.fett {
font-weight:bold;
}
h2.nichtfett {
font-weight:normal;
}
h3 { 
font-size: 110%;  
}
h4 { 
font-size: 110%; 
}
h5 { 
font-size: 150%;
font-weight: normal;  
}
h6 {
font-size: 120%;
font-weight: normal;
}

h1, h2, h3, h4, h5, h6 { 
margin: 0; 
line-height: 130%;
}
h1.csc-firstHeader, h2.csc-firstHeader, 
h3.csc-firstHeader, h4.csc-firstHeader, 
h5.csc-firstHeader, .news-single-item h1 {
margin-top: 0px; 
}

/* Headers, with link */
h1 a, h2 a, h3 a, h4 a, h5 a {  
text-decoration: none; 
}
h2 a {  
color:#1C4BA0;
}

h1 a:hover, h2 a:hover, 
h3 a:hover, h4 a:hover, 
h5 a:hover { 
text-decoration: underline; 
}

/* Header date */
p.csc-header-date { 
font-size: 90%; 
color: #186900; 
}

/* Subheader, general */
p.csc-subheader { 
background-color: #666; 
}

/* RTE / Bodytext: */
/*******************/
p a { }
.indent {
margin-left:50px;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
.align-justify {
text-align: justify;
}

/* RTE / Bulletlists */
ul, ol { 
padding-left:15px;
margin: 0 0 1em 0px;
}
ul {
list-style: square;
}
li { 
padding-top: 2px;
}
/* RTE / Table styling */
table.contenttable { 
border: none; 
margin: 10px 0px; 
width: 100%;
border-collapse:separate;
border-spacing:0; 
border-bottom: none;
}
table tr td, table tr th { 
padding: 1px 3px;
}

table.contenttable-1 { 
border: 1px #DBDBDB solid; 
margin: 10px 0px; 
width: 100%;
border-collapse:separate;
border-spacing:0; 
border-bottom: none;
}
table.contenttable-1 tr td, table.contenttable-1 tr th { 
padding: 1px 3px;
border-bottom: 1px #DBDBDB solid; 
border-right: 1px #DBDBDB solid;
}
table.contenttable-1 tr td.td-last, table.contenttable-1 tr th.td-last td { 
border-right: none;
}
table.contenttable-1 tr .td-0 { 
width: 60%;
}
table.contenttable-1 tr .td-1, table.contenttable-1 tr .td-2 { 
width: 20%;
}
table.contenttable-1 tr th { 
background-color: #EDEBF1;
}

/* Images */
/**********/

/* Images / Captions */
.csc-textpic-caption { 
font-size: 90%; 
font-weight: bold;
padding-top: 5px;
}
/* Tables, generally */
/*********************/

/* Tables, specifically */

table.contenttable-2 p { 
color: #10007B; 
}
table.contenttable-2 tr td.td-0 { 
background-color: #F5FFAA;
}
table.contenttable-2 tr td.td-0 p { 
font-weight: bold; 
}

table.contenttable-3 p { 
color: #8A0020; 
}
table.contenttable-3 tr td.td-0, 
table.contenttable-3 tr.tr-0 td { 
background-color: #D1D2E4;
}
table.contenttable-3 tr td.td-0 p, 
table.contenttable-3 tr.tr-0 td p { 
font-weight: bold; 
}

/* AB HIER TABELLEN "Technische Daten" */

th.data {
	font-size: 11px;
                text-align: left;
                vertical-align: top;
                background-color: #ebebeb
}
td.data {
	font-size: 10px;
                vertical-align: top;
                background-color: #ebebeb
}

/* BIS HIER TABELLEN "Technische Daten" */


/************************/
/* Filelinks, generally */
/************************/
table.csc-uploads { 
	border: 0; 
	margin-bottom: 2em;
}
table.csc-uploads tr td p { background-color : transparent; }
table.csc-uploads tr td { 
	vertical-align : top; 
	padding: 0.5em; 
}
table.csc-uploads tr.tr-even { background-color: #EDEBF1; }
table.csc-uploads tr.tr-odd { background-color: #D8D7DC; }
table.csc-uploads tr td.csc-uploads-icon { 
	padding: 0.5em 0 0.5em 0.5em; 
	width: 1%; 
	text-align: center; 
}
table.csc-uploads tr td.csc-uploads-fileName { 
	width: 80%; 
}
table.csc-uploads tr td.csc-uploads-fileName p { margin: 0; }
table.csc-uploads tr td.csc-uploads-fileName p a { font-weight: bold; }
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description { margin-top: 0.5em; }
table.csc-uploads tr td.csc-uploads-fileSize {
	 white-space: nowrap; 
	 text-align: right; 
}
/* Various Forms */
/*****************/
input,textarea,select {
background-color:#fff;
}

/* Email, Login and Search forms generally: */
fieldset {
border:0px;
}
form div {
margin: 5px 0;
clear:both;
}

label, 
.radiolabel { 
float:left;
text-align:right;
margin-right: 5%;
width:30%;
}
.csc-mailform-check {width: auto;}
input, textarea{
width: 180px;
} 
select {
width: 186px;
} 
.csc-mailform-submit {
width: auto;
margin-left: 35% !important;
}

/* Search*/
#search input, 
#search label {
float:left;
background: transparent;
}
#search label {width: 40px;color: #1c4ba0;}
#search input#menu-searchfields {
background: #fff;
width: 101px;
margin-right: 5px;
font-size: 95%;
}
.searchsubmit {
width: 20px;
border: none;
}

/* Menu / Sitemap, generally */
/*****************************/
.csc-sitemap ul,.csc-sitemap li {
list-style: none;
margin:0;
padding:0;
}

.csc-sitemap ul li a {
display:block;
padding: 2px 0 2px 10px;
border-bottom:1px solid #9e9e9e;
font-weight: bold;
}

.csc-sitemap ul li a:hover {
color: #010335;
}
.csc-sitemap ul li li a {
padding: 2px 0 2px 40px;
border-bottom:1px solid #c6c6c6;
font-weight:normal;
}

.csc-sitemap ul li li li a {
padding: 2px 0 2px 70px;
border-bottom:1px solid #ddd;
}
.csc-sitemap ul li li li li a {
padding: 2px 0 2px 90px;
border-bottom:1px solid #eee;
}
.csc-sitemap ul li li li li li a {
padding: 2px 0 2px 110px;
}
/* Menu / Sitemap, "Menu of these pages" */
.csc-menu-def p {  }

/* Menu / Sitemap, "Menu of subpages to these pages" */
.csc-menu-1 { }

/* Menu / Sitemap, "Sitemap" */
div.csc-menu-2 { }
div.csc-menu-2 p.csc-sitemap { }
div.csc-menu-2 p.csc-sitemap-level1 { 
margin-left: 20px; 
}
div.csc-menu-2 p.csc-sitemap-level2 { 
margin-left: 40px; 
}
div.csc-menu-2 p.csc-sitemap-level3 { 
margin-left: 60px; 
}
div.csc-menu-2 p.csc-sitemap-level4 { 
margin-left: 80px; 
}
div.csc-menu-2 p.csc-sitemap-level1 a { 
color: #000; 
}
div.csc-menu-2 p.csc-sitemap-level2 a { 
color: #186900; 
}
div.csc-menu-2 p.csc-sitemap-level3 a { 
color: #10007B; 
}
div.csc-menu-2 p.csc-sitemap-level4 a { 
color: #8A0020; 
}

/* Menu / Sitemap, "Section index (pagecontent w/Index checked)" */
.csc-menu-3 { }

/* Menu / Sitemap, "Menu of subpages to these pages (with abstract)" */
.csc-menu-4 dd { 
font-weight: normal;  
margin-top: 0px; 
padding: 0px 2px 2px 20px; 
}

/* Menu / Sitemap, "Recently updated pages" */
div.csc-menu-5 { }

/* Menu / Sitemap, "Related pages (based on keywords)" */
div.csc-menu-6 { }

/* Menu / Sitemap, "Menu of subpages to these pages + sections" */
div.csc-menu-7 { }
div.csc-menu-7 p { 
font-weight: bold; 
}
div.csc-menu-7 p.csc-section a { 
color: #186900; 
}

/* Frames, spacing, link-to-top */
/********************************/
p.csc-linkToTop { 
text-align: right; 
margin: 0;
}
p.csc-linkToTop a { 
background: url(../img/totop_print.gif) no-repeat 0 3px; 
padding-left: 15px;
}
div.csc-frame { 
border: 0px; 
}
div.csc-frame-invisible {}
div.csc-frame-rulerBefore { 
border-top: 1px solid #848c8d; 
margin-top:1em;
padding-top:1em;
}
div.csc-frame-rulerAfter { 
border-bottom: 1px solid #848c8d;  
margin:0 0 4px;
padding-bottom: 4px;
}

p.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; }
p.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; }

div.csc-frame-frame1 { 
/*background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; */
}
div.csc-frame-frame2 {  
padding-left: 30px;
}
div.csc-frame-frame1, div.csc-frame-frame2 {  
margin-bottom: 20px;
float: left;
}
div.csc-frame-frame1, div.frame21 {  
width: 210px;
}
div.csc-frame-frame1 h2, div.csc-frame-frame2 h2 {  
margin:0 0 4px 0;
font-weight: normal;
}
#right div.csc-frame-frame1, #right div.csc-frame-frame2 {
width: 170px;
float:none;
margin-left:0;
}
div.csc-frame-frame1 .csc-textpic-text, div.csc-frame-frame2 .csc-textpic-text {  
margin:0;
background: #eee;
padding: 0 10px 10px 10px;
}
div.csc-frame-frame1 p, div.csc-frame-frame2 p {  
margin:0;
padding: 10px 0 0 0;
}
div.csc-frame-frame1 div.csc-textpic-center div.csc-textpic-imagewrap, 
div.csc-frame-frame2 div.csc-textpic-center div.csc-textpic-imagewrap {
margin-bottom: 4px;
}
.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
font-size: 90%; 
font-weight: bold;
}
.news-latest-container hr.clearer, .news-list-container hr.clearer, .news-list2-container hr.clearer, .news-list3-container hr.clearer, .news-single-item hr.cl-left, .news-single-item hr.cl-right {
border:medium none;
clear:right;
height:1px;
margin:0;
padding:0;
}
.news-list2-container hr.clearer, .news-list3-container hr.clearer {
clear:both;
}
.news-single-item hr.cl-left {
clear:left;
}
.news-latest-container {
padding:10px;
}
.news-latest-gotoarchive {
background-color:#F3F3F3;
margin:3px;
padding:3px;
}
.news-latest-container h2 {
margin:0;
padding:0 0 2px;
}
.news-latest-item {
margin:0;
padding:3px;
}
.news-latest-item img {
border:medium none;
float:left;
margin:0 5px 5px 0;
}
.news-latest-category img {
border:medium none;
float:none;
margin:0;
}
.news-latest-item > p {
margin:0;
padding:0;
}
.news-list-container {
padding:0 0 10px 0;
}
.news-list-item {
padding:0 0 10px;
}
.news-list-item h2 {
margin:0 0 1em 0;
}
.news-list-date {
display:block;
float:right;
padding-left:10px;
}
.news-list-imgcaption {
padding:3px 3px 0 0;
}
.news-list-container img {
border:medium none;
float:right;
margin:0 2px 5px 5px;
}
.news-list-category img {
border:medium none;
float:none;
margin:0;
}
.news-list-morelink {
padding-left:5px;
}
.news-list2-container, .news-list3-container {
padding:0 0 10px;
}
.news-list2-container, .news-list3-container {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E5E5E5 none repeat scroll 0 0;
}
.news-list3-item, .list2-subdiv-hdr {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#F1F1F1 none repeat scroll 0 0;
}
.news-list2-container .hdr-left, .news-list2-container .hdr-right, .news-list3-container .list3-left, .news-list3-container .list3-right {
float:left;
padding:5px;
width:48%;
}
.news-list2-container .sub-left, .news-list2-container .sub-middle, .news-list2-container .sub-right {
float:left;
padding:5px;
width:31%;
}
.news-list3-item {
padding:5px;
}
.news-list3-item, .list3-subdiv, .list2-subdiv {
border-top:5px solid #FFFFFF;
}
.news-list2-container img {
border:medium none;
float:right;
margin:0 2px 5px 5px;
}
.news-list3-container img {
border:medium none;
float:left;
margin:0 5px 5px 2px;
}
.news-list-browse {
margin-bottom:20px;
text-align:center;
}
.activeLinkWrap {
font-weight:bold;
}
.disabledLinkWrap {
color:#999999;
}
.disabledLinkWrap, .browseLinksWrap a, .activeLinkWrap {
padding:0 1px;
}
.news-single-item {
margin-bottom:5px;
padding:5px;
}
.news-single-img {
float:right;
margin:10px 0 0 10px;
padding:0;
}
.news-single-img img {
border:medium none;
}
.news-single-imgcaption {
margin:0;
padding:1px 0 3px;
}
.news-single-rightbox {
clear:both;
float:right;
text-align:right;
width:160px;
}
.news-single-backlink {
padding:10px;
}
.news-single-additional-info {
clear:both;
margin-top:15px;
padding:0;
border-top: 1px solid #848c8d; 
}
.news-single-related, .news-single-files, .news-single-links {
margin:0 0 3px;
}
.news-single-related dd, .news-single-links dd, .news-single-files dd {
margin-left:20px;
}
.news-single-related dt, .news-single-links dt, .news-single-files dt {
font-weight:bold;
margin-left:0;
}
.news-single-files dd a {
padding:0 3px;
}
.sv-img-big img, .sv-img-small img {
border:medium none;
}
.sv-img-big {
float:right;
padding:10px 0 2px 10px;
}
.sv-img-small-wrapper {
padding:15px 0;
}
.sv-img-small {
float:left;
padding:0 10px 10px 0;
}
.news-amenu-container {
margin-left:10px;
padding:0;
width:165px;
}
.news-amenu-container li {
padding-bottom:1px;
}
.news-amenu-container li:hover {
background-color:#F3F3F3;
}
.news-amenu-container ul {
list-style-type:none;
margin:5px 0 0;
padding:0;
}
.news-amenu-item-year {
background-color:#F3F3F3;
font-weight:bold;
margin-top:10px;
padding:2px;
}
.amenu-act {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
font-weight:bold;
}
.news-catmenu {
padding:10px;
}
.alphabet {
color:#003399;
font-size:120%;
font-weight:bold;
padding-top:20px;
}
.letter {
color:#003399;
font-size:125%;
font-weight:bold;
padding-top:20px;
}
.catchword {
font-weight:bold;
padding-top:10px;
}
.tx-sgglossary-pi1 table form table {margin-left: 20px;
