 -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.625 * 16px = 10px) */
body { 
  font-size: 62.5%;
  color: #000; 
  font-family: "Verdana", "Tahoma", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: rgb(40,40,40); }

h1, div.tt_news h1,
#content div.csc-header h1.csc-firstHeader { 
font-size: 25px; 
font-family: "Arial", "Verdana", "Helvetica Neue"; 
line-height: 1.0em; 
margin-bottom: 0.5em; 
font-weight:bold;
color:#004151;
}
.tx-ratings-text h1 {
color: white!important;
}

h2 { color:#004151; text-decoration:none; font-size: 18px; line-height: 1em; margin-bottom: 0.75em; font-weight:bold;}
h3 { color:#000000; font-size: 15px; line-height: 1em; margin-bottom: 1em; font-weight:bold;}
h4 { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; height: 1.25em; }
h5 {
    color:#004151;
    font-family: "Helvetica Neue","Arial","Verdana";
    font-size:1.6em;
    font-weight:bold;
    line-height:1em;
    margin-bottom:0.5em;
}

.rounded-white-box h1 {
  font-size: 25px !important;
  font-weight: bold !important;
}

.rounded-white-box-new h2 {
  font-size: 25px !important;
  font-weight: bold !important;
  margin-bottom:0.5em !important;
}

.rounded-white-box h2 {
  font-size: 18px !important;
  font-weight: bold !important;
}
.rounded-white-box h3 {
  font-size: 19.5px !important;
  font-weight: bold !important;
}

.rounded-white-box h4 {
  font-size: 24px !important;
}
.rounded-white-box h5 {
  font-size: 25px !important;
}
/*h5 { display:inline; font-family: "Tahoma", "Verdana", "Helvetica Neue"; font-size: 1.1em; padding:0 4px 0 4px;}*/
h6 { font-size: 1.5em; line-height: 2.5em}

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.csc-frame ul{
list-style-image: url('/fileadmin/templates_kss/main/img/greyarrow.png');
}

.csc-frame li{
font-size:1.2em;
margin:0 0 0 5px;
}

/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.0em; font-size:1.2em; line-height:1.4em}
p img       { 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 ,
a:hover h2    { color: #000; text-decoration: underline;}
a           { color: #000; text-decoration: underline; }
h1 a, h2 a, h3 a, h4 a{
text-decoration:none;
}

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; }
sub         {font-size: 70%; }
abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { 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 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

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; background: #C3D9FF; }
th          { padding: 4px 10px 4px 5px; }
td          { 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; }

/* FORM TEMP */


.csc-mailform-field input,
.csc-mailform-field textarea{
border:1px solid grey;
width:70%;
}

.csc-mailform-field label{
display:block;
float:left;
font-size:1.2em;
width:20%;
}

.csc-mailform-field{
margin:10px;
}

#content .csc-mailform-submit{
width:auto;
float:right;
margin-right:10%;
}

