/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* -------------------------------------------------------------- 

   typography.css
   * Sets up some sensible default typography.
   
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/** MISC **/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 .clearfix {
	display: inline-block;
}
 html[xmlns] .clearfix {
	display: block;
}
 * html .clearfix {
	height: 1%;
}

html{height:100%;}

body {
    height:100%;
    margin-bottom: 1px;
    text-align:center;
    background-color:#bebebe;
    color:#333333;
}

h1,h2,h3,h4,h5 {color:#CC071E;}
h2 { font-size: 1.2em; line-height: 1; margin-bottom: 1em; font-weight:bold }
h3 { font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; }
h4 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h5 { font-size: 1em; font-weight: bold; }


img {border-width:0;}

a {color:#CC071E;}

#container {
    width:958px;
    margin:0px auto;
    background-color:#ffffff;
    text-align:left;
    overflow:hidden;
    }

.mtop-1 {margin-top:1em;}
.mbot-1 {margin-bottom:1em;}
.align-left {text-align:left;}
.align-center {text-align:center;}
.align-right {text-align:right;}
    
    /** equal height hack **/
#left, #right, #middle {
    margin-bottom:-2000px;
    padding-bottom:2000px;
}

/** HEADER **/
#header {position:relative;background:url('style_FILES/bg_top.jpg') top left no-repeat;height:253px}

#service {width:445px;position:absolute;text-align:right}

#login {position:absolute;top:175px;left:70px;}
#login a {text-transform:uppercase;text-decoration:none;color:#58585a;background:url('style_FILES/header_login.png') center left no-repeat;padding:0.2em 1em 0.2em 2em;color:#868686;font-size:0.9em}
#login a#login-nl {background-image:url('style_FILES/header_nl.png');padding-right:4.1em}

ul#service {position:absolute;top:210px;width:548px;text-align:right;}
ul#service, ul#service li {margin:0;padding:0;list-style:none;}
ul#service li  {display:inline}
ul#service li a {font-size:0.9em;text-decoration:none;color:#868686;padding-left:10px;padding-right:5px;background:url('style_FILES/service_dot.png') center left no-repeat;text-transform:uppercase}
ul#service li.first a {background-image:none;}
ul#service li.last a {padding-right:0}

#tx_indexedsearch {position:absolute;left:319px;top:175px;}
#tx_indexedsearch input#stext {height:15px;border:1px solid #cbcbcb;width:206px;vertical-align:bottom;color:#868686} 
#tx_indexedsearch input#simage {vertical-align:bottom}


/** CONTENT **/
#content {background:url('style_FILES/bg_middle.jpg') top left repeat-y;padding:0px 144px 0px 69px;overflow:hidden}

/** LEFT **/
#left {
    width:134px;
    background-color:#cc071e;
    float:left;
    margin-right:35px;
    padding-top:16px;
    border-bottom:1px solid black;border-right:1px solid black;
    }
    
#left ul, #left li {margin:0;padding:0;list-style:none;}
#left li a {color:#fff;font-weight:bold;text-decoration:none;display:block;padding-left:10px;padding-bottom:10px;margin-bottom:10px;text-transform:uppercase}
#left li a:hover, #left li.active a {background:url('style_FILES/left_li_active.gif') bottom left no-repeat}
#left li a:hover li a, #left li.active li a {background-image:none;}
#left li.active a {}
#left li.active ul {margin:0em 1em 2em 2em}
#left li.active li {list-style:disc outside;color:white;}
#left li.active li a {text-transform:none;margin:0;padding:0;font-weight:normal}
#left li.active li.active a {font-weight:bold;}

/** MIDDLE **/
#middle {
    width:310px;
    background-color:transparent;
    float:left;
    margin-right:75px;
    }
    
/** RIGHT **/
#right {
    width:190px;
    background-color:transparent;
    float:left;
    }

#right .csc-frame p {font-size:0.8em;}
    
/** FOOTER **/
#footer {clear:both;background:url('style_FILES/bg_bottom.jpg') bottom left no-repeat;height:133px}

/** tx-kszw-pi1 **/
.tx-kszw-pi1 .issue {border-bottom:1px solid #333333;padding:1em 0 0 0}

p.downloadlink {text-align:right;}

.tx-kszw-pi1 .issue h2 {color:#333333;font-size:1.3em;font-weight:bold}
.tx-kszw-pi1 .issue h2 a {color:#333;text-decoration:none;}
.tx-kszw-pi1 .issue h2 a:hover {text-decoration:underline;}
.tx-kszw-pi1 .issue h3 {color:#333333;font-size:1em;font-weight:normal}
.tx-kszw-pi1 .issue p.ausgabe {color:#CC071E;font-size:1.5em;margin-bottom:0.5em}
.tx-kszw-pi1 .issue p.ausgabe span {color:#333;}
.tx-kszw-pi1 .issue p.downloadlink a {color:#333;text-decoration:none;background:url('style_FILES/download_icon.gif') center right no-repeat;padding-right:20px}
.tx-kszw-pi1 .issue p.downloadlink a:hover {text-decoration:underline}

.tx-kszw-pi1 .articles h3, .tx-kszw-pi1 .articles h2 {color:#333333;font-size:1em;font-weight:bold}
.tx-kszw-pi1 .articles h2 {line-height:140%;}
.tx-kszw-pi1 .articles h2  a {text-decoration:none;color:#333;}
.tx-kszw-pi1 .articles h2  a:hover {text-decoration:underline}
.tx-kszw-pi1 .articles h3 {font-weight:normal;}

.tx-kszw-pi1 .article {border-bottom:1px solid #333333;padding:1em 0 0 0}
.tx-kszw-pi1 .last {border-width:0;}

.tx-kszw-pi1 .single h2, .tx-kszw-pi1 .single h3 {line-height:1.4em;}
.tx-kszw-pi1 .single h3 {color:#333;}

/** tx-indexedsearch **/
legend {display:none;}
.tx-indexedsearch  p, .tx-indexedsearch h3 {margin-bottom:0.4em;}
.tx-indexedsearch h3 span {display:none;}
.tx-indexedsearch h3 span.tx-indexedsearch-title {display:block;}
.tx-indexedsearch-title a {font-size:0.8em;font-weight:bold;color:#CC071E;}
.tx-indexedsearch-percent {display:none;}
.tx-indexedsearch span.tx-indexedsearch-icon {float:left;display:inline;}
span.tx-indexedsearch-sw {font-weight:bold;}
.tx-indexedsearch-whatis {margin:1em 0;}
.tx-indexedsearch-browsebox {margin:1em 0;}
.tx-indexedsearch .tx-indexedsearch-res {margin-bottom:1em;}

/** felogin **/
.tx-felogin-pi1 form {margin-top:1em;}
.tx-felogin-pi1 input#pass {margin-bottom:1em}
.tx-felogin-pi1 label {font-weight:bold;}

/** pagebrowse **/

/** mailformular **/
#mailform .csc-mailform-field {margin-bottom:0.6em;overflow:hidden;}
#mailform .csc-mailform-field label {font-weight:bold;display:block;}
#mailform .csc-mailform-field label span {color:red;display:none}
#mailform .csc-mailform-field input {width:13em;}
#mailform .csc-mailform-field input, #mailform .csc-mailform-field textarea {border:1px solid #000}
#mailformformtype_mail {margin-top:1em;}
