@media all
{
/* ######################################################################################################
** # Standard-Vorgaben ##################################################################################
** ######################################################################################################
** 

/* ### �berschriften, Flie�texte ###################################################################### */

body { 
color: #333333; font-size:12px; font-family:Helvetica, Arial, sans-serif; 
background-color: #596A72;
}

h1,h2,h3,h4 { font-weight:normal;}
h1,h2,h3,h4 { display:block; font-weight:bold;}

h1 {
	font-size:24px; 
    color: #feb300;
	text-transform: uppercase;
}

h2 { font-size:14px; margin-bottom:12pt; color:#7d95a9; border-bottom:1px solid; }

h3 {font-size:13px;padding:0;margin:0;}
h4 {font-size: 1.0em; color: #127350; margin:0.4em 0 0.3em 0; 
text-transform: uppercase;
border-bottom: 1px #127350 solid; padding-top: 1em;}

#pagetitle h1 {
	margin:0;
	padding:0;
	color:#003b6a;
	font-weight:bold;
	font-size:15px;
}
#startcontent h1 {
	margin:0;
	padding:0;
	padding-top:10px;
	color:#003b6a;
	font-weight:bold;
	font-size:20px;
}

#startcontent h2 {
	margin:0;
	margin-top:3px;
	padding:0;
	color:#003b6a;
	font-weight:bold;
	font-size:16px;
}



h1 a {text-decoration:none;font-size:12px;}





p,ul,dd,dt { line-height: 1.5em;}
p { line-height:16px; margin: 0 0 1em 0; }

dd {
	margin-bottom: 0;
}


strong,b { font-weight: bold; }
em,i { font-style:italic; }
pre, code {	font-family: "Courier New", Courier, monospace; }


acronym, abbr {
	border-bottom: 1px dashed #c00;
	cursor: help;
}

p.csc-caption {
	color: #7d9aa9;
	font-weight: bold;
	text-align: right;
}


/* ### Auszeichnung lokaler und Externer Links ######################################################## */

/* #main a, a em.file {color: #1e6289; text-decoration:none;} */
/*#main a:hover {background-color: #eef; text-decoration:underline;}*/

/*menue der Unterseiten*/
#main ul.csc-menu-1 {margin:0;padding:0;list-style:none;}
#main ul.csc-menu-1 li{padding-left:0;margin-left:0;}
#main ul.csc-menu-1 li a {color:#000;}


#main a {
	color:#7C95A9;
	font-weight: bold;
	text-decoration:underline;
} 

#main a:hover {
	text-decoration:none;
}

#main a[href^="http:"], #main a[href^="https:"]
{
	padding-left:0;
	background-image:none;
}

#main a.imagelink {
	padding-left: 0;
	background: transparent;
}

/*
 * Css styled content ...
 */
table.imgtext-table {
	/* margin-left: 0.5em; */
}

/* ######################################################################################################
** ### Formulare & Tabellen #############################################################################
** ######################################################################################################
*/

table { border-collapse:collapse; margin-bottom: 0.5em; }
table tr th { 
	font-weight: bold; 
	color:#999999;
}
table tr td { padding: 0.4em; }


form {
	/* overflow:hidden; */
}

/* FORMULARE */

.formular_small {
  margin: 4px;
  padding: 4px;
	background-color: #F9F9F9;
	vertical-align: middle;
	border: 1px #CCC solid;
}


.formular_small label.left {
	vertical-align: middle;
	font-size: 0.9em;
	font-weight: 200;
}

.formular_small input[type=text], select {
	min-width: 60px;
}



/*
.formular_small input.right, select.right {
  float: left;
  width: auto;
  clear: both;
}
*/



input.right, select.right {
  float: left;
  width: auto;
  clear: both;
  margin-left: 5.3em;
  margin-right: .3em;
}

input[type=checkbox].right,
  input[type=radio].right,
  input[type=submit].right {
  margin-left: 6.3em;
}

form br {
  clear: both;
}

label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
  cursor: pointer;
}

legend {
  display:block;
  font-weight:bold;
  font-size: 1.0em;
  color: #fff;
  background-color: #900;
  margin:0.2em 0 0 0;
  padding: 0.3em;
  margin-top: 1em;
}


/* #############################
** ### Mail-Formular ###########
** #############################
*/
form fieldset {border:1px solid #ccc; padding:1em; background:#fafafa;}
/*form fieldset span.csc-mailform-radio fieldset {margin:1em 2em 1em 1em;}*/
form fieldset span.csc-mailform-radio fieldset input {width:auto; margin:0 0.3em 0 0; border:0;}
fieldset.csc-mailform .csc-mailform-field .csc-mailform-radio label {float:none; text-align: left; line-height: 1.5em;}
.csc-mailform-field {clear:both; margin-bottom:0.8em;}
fieldset.csc-mailform .csc-mailform-field label {width:10em; float:left; text-align:right; background:#fafafa; padding:2px 10px 2px 2px;}
fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field select, fieldset.csc-mailform .csc-mailform-field textarea {width:20em;}
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check,
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-radio { float: left; width:auto; border:0; margin-top:0.2em;}
fieldset.csc-mailform .csc-mailform-field textarea {font-size:1em;}
fieldset.csc-mailform label span {color:red;}
input#mailformformtype_mail {margin-left:11em; background:#fafafa; cursor:pointer; width: auto;}
input#mailformformtype_mail:hover {background:#f0f0f0;}
.csc-mailform-field select {margin-left:0; border:1px #ccc solid; background:#fafafa; color:#777;}

fieldset.csc-mailform .csc-mailform-field input.csc-mailform-submit {
	width: auto;
	margin-left: 10em;
}

.csc-mailform-field legend {
	display: none;
}

.csc-mailform-field fieldset {
	border: 0;
	padding: 2px 0 0 0;
	margin: 0;
}

/* Tooltip */

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: none;
}

a.tooltip:hover {
background: transparent;
z-index: 100;
}

a.tooltip p {
display: none;
text-decoration: none;
}

a.tooltip:hover p {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 200px;
z-index: 100;
color: #2f3c45;
background: #ededed url(../images/infobox-background.png) repeat-x left top;
border-color: #cfcfcf;
padding: 16px 8px 16px 8px;
font-style: inherit;
text-align: left;
}

.floatleft {
	float: left;
}

#main .sortlink {
	float: left;
	padding-right: 18px;
}

#main .sortlink a {
	text-decoration: none;
	color: #CCCCCC;	
	font-weight: normal;
}

.red {
	color: #AA0000;
	border-bottom: 0;
}

/*
 * Download Bereich
 */
h5.csc-firstHeader {
	background:#FBFBFB url(../images/newsteaser-header.gif) repeat-x scroll center top;
	color:#829099;
	font-size:12pt;
	height:28px;
	padding-left:4px;
	padding-top:10px;
	text-transform:uppercase;
}

table.filelist {
	width:100%;
	border-collapse:inherit;
	border:1px solid #CCCCCC;
	background:#F3F3F3 url(../images/newsteaser-background.png) repeat-x scroll 0 0;
	color: #829099;
	
}

table.filelist tbody {
	/* background:transparent url(../images/downloadbox-gradient.png) repeat-x scroll left top; */
	border: 1px solid #C7C7C7;
}

.tx-damfrontend-pi1 .csc-header-n2 h1 {
	background:transparent url(../images/newsteaser-header.gif) repeat-x scroll left top;
	text-transform: uppercase;	
}

.tx-damfrontend-pi1-login {
	font-size: 0.9em;
	font-weight: normal;
	position: relative;
	top: 0;
	margin-top: 10px;
	border: 2px solid #127350;
	padding: 5px;
}

#main table.filelist a, table.filelist a {
	color: #829099;
	font-weight: normal;
}


table.file_singleView {
	border-collapse: separate;
	background:#F3F3F3 url(../images/newsteaser-background.png) repeat-x scroll 0 0;
	border: 1px solid #cccccc;
	width: 100%;
}


table.file_singleView tr th {
	font-size: 13px;
	text-decoration: none;
	background:#FBFBFB url(../images/newsteaser-header.png) repeat-x scroll center top;	
	border: 1px #ccc solid;
	padding-left:4px;
	padding-top: 12px;
	padding-bottom: 12px;
}

#main table.file_singleView tr th a, table.file_singleView tr th a {
	text-decoration: none;
	color:#829099;
	font-weight: normal;
}

#main table.file_singleView tr td.title {
	vertical-align: top;
	font-weight: bolder;
}

/*
 * Downloadbox Startseite
 */
#main #col2_content .csc-header {
	padding-top: 5px !important;
}

#main #col2_content .csc-header h5 {
	background:#FBFBFB url(../images/newsteaser-header.gif) repeat-x scroll center top;
	color:#969FA4;
	font-size:12pt;
	height:28px;
	padding-left:4px;
	padding-top:10px;
	text-transform:uppercase;
}

#main #col2_content table.csc-uploads, #main #col2_content .csc-textpic, #main #col2_content .csc-textpic-text,
#main #col2_content .csc-frame-frame2, #main .csc-frame-frame1 {
	background: #f3f3f3 url(../images/newsteaser-background.png) repeat-x scroll center top;
	border: 1px solid #CCCCCC;
	border-top: 0;
}

#main #col3_content .csc-frame-frame1 {
	padding: 10px 20px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#main #col2_content .csc-frame-frame2 {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#main .csc-frame-frame1 .csc-textpic, #main .csc-frame-frame1 .csc-textpic-text, #main .csc-frame-frame1 {
	background-image: none;
	background-color: white;
}

#main #col2_content .csc-frame-frame2 .csc-textpic {
	border: 0;
}

#main #col2_content .csc-frame-frame2 .csc-textpic-text {
	background-image: none;
	border: 0;
}

#main #col2_content .csc-textpic .csc-textpic-text {
	border: 0;
	padding: 0;	
}

#main #col2_content table.csc-uploads {
	width: 100%;
}

#main a.greyBgLink {
	background-image: url(../images/greyBgLink.gif);
	padding: 2px 19px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-position: top left;
}

#main a.arrow-no-text {
	background-image: url(../images/newsteaser-more-button.gif);
	padding: 2px 19px;
	color: white;
	text-decoration: none;
	font-weight: normal;
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 200px;
	font-size: 0;
	padding-top: 21px;
}

#col2_content .csc-textpic, #col2_content .csc-textpic-text {
	padding: 10px;	
	overflow: hidden;
}

#col2_content p.align-right {
	margin-bottom: 0;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

#col3_innen li, #col2 li {
	list-style-type: none;
	list-style-image: url(../images/bullet.gif);
}

/*
 * Downloadbox Tooltip
 */
.tx-damfrontend-pi1 {
	margin-bottom: 40px;	
}

.tx-damfrontend-pi1-download-icon {
	position: relative;
}

#main table.filelist a span {
	right: -9999em;
	width: 140px;
	height: 50px;	
	background: #ededed url(../images/infobox-background.png) repeat-x left top;
	color: #13714f;
	position: absolute;
	top: 15px;	
	border: 1px solid #beccd7;
	padding: 6px;
	display: block;
	line-height:normal;
	margin:0;
	font-size: 10px;
	font-weight:normal;	
}

#main table.filelist a:hover span {
	right: 0;
}

* html #main table.filelist a:hover span {
	right: 5px;
}

.tx-srfeuserregister-pi1 h4 {
	color: #333;
	border-bottom: 0;
	text-transform: none;
}

.tx-damfrontend-pi2 {
	padding-bottom: 30px;
}

.ddl_file_description {
	margin-bottom: 2px;
}

.ddl_description {
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}

.tx-srfeuserregister-pi1 p {
	padding-left: 0;
	padding-right: 0;
}

span.redFont, p.redFont {
	color: #C00000;
	font-weight: bold;
}

#togglenewsticker {
	display: none;
}

#wt_twitter_newsticker {
	border: 0;
	background-image: none;
}

#main .wttwitter_feed {
	font-weight: bold;
}

}

#main #col3_content .csc-frame-indent6633 {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px 20px 0 20px;  
  background: url("../images/newsteaser-background.png") repeat-x scroll center top #F3F3F3;
}

#main #col3_content .csc-frame-indent6633 img {
  margin: -20px;
}
