/* Global
----------------------------------------------------------------------------------- */

@import url("rte.css");
@import url("search.css");
@import url("form.css");
@import url("ttnews.css");
@import url("danewslettersubscription.css");
@import url("galleriffic.custom.css");
@import url("jcarousel.css");
@import url("nyroModal.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border:0 none;
    font-family:inherit;
    font-size:100%;
    font-style:inherit;
    font-weight:inherit;
    margin:0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:0;
    padding:0;
}

html * {
    font-size: 100.01%;
}

html {
    background: #555555 url(../img/bg.gif) repeat-x top left;
}

body {
    font-size: 77.33%;
    font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
    color: #555555;
}




#center {
  position:absolute;
  height:510px; 
  width:990px;
  margin:-250px 0px 0px -495px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 0px;
  overflow: hidden;
}





 h1,h2,h3,h4,h5,h6 { 
    font-weight: bold; 
    margin: 0.5em 0 0.25em 0;
}

h1 { 
    font-size: 200%; 
} 

h2 { 
    font-size: 140%; 
}

h3 { 
    font-size: 120%;
}                    

h4 { 
    font-size: 110%;
}                 

h5 { 
    font-size: 100%; 
}                 

h6 { 
    font-size: 100%; 
    font-style: italic;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

p {
    margin: 0 0 1em;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

tr, td p {
    margin: 0;
    padding: 0;
}

caption {
    padding: 3px;
    text-align: left;
}

tr, td {
    text-align: left;
    vertical-align: top;
}

ul {
    margin: 0 0 0 15px;
}



/* Macht die gepunktete Linie um geklickte Links unsichtbar
----------------------------------------------------------------------------------- */

a:focus {
    outline: none;
    text-decoration: underline;
}

/* Links 
----------------------------------------------------------------------------------- */

/* --- Haupt-Navigation --- */

a.mainnavstd:link, a.mainnavstd:visited, a.mainnavstd:active {
    color: #ffffff;
    padding: 3px 5px 4px 5px;  
    text-decoration: none;
}

a.mainnavstd:hover, a.mainnavstd:focus {

}

a.mainnavact:link, a.mainnavact:visited, a.mainnavact:active, a.mainnavact:hover, a.mainnavact:focus {
    padding: 3px 5px 6px 5px;  
    text-decoration: none;
}

/* --- Sub-Navigation --- */

a.subnavstd:link, a.subnavstd:visited, a.subnavstd:active {
    color: #c8c8c8;
    text-decoration: none;
}

a.subnavstd:hover, a.subnavstd:focus {
    color: #c8c8c8;
    text-decoration: none;
}

a.subnavact:link, a.subnavact:visited, a.subnavact:active, a.subnavact:hover, a.subnavact:focus {
    color: #ffffff;
    text-decoration: none;
}

/* --- Footer-Navigation --- */

a.footernavstd:link, a.footernavstd:visited, a.footernavstd:active {
    color: #ffffff;
    float: left;
    padding: 0;
    text-decoration: none;
}

a.footernavstd:hover, a.footernavstd:focus {
    color: #ffffff;
    text-decoration: none;
}

a.footernavact:link, a.footernavact:visited, a.footernavact:active, a.footernavact:hover, a.footernavact:focus {
    font-weight: bold;
    float: left;
    padding: 0;
    text-decoration: none;
}


/* Layoutelemente (IDs)
----------------------------------------------------------------------------------- */

#siteshadow {
    width: 964px;
    background: url(../img/shadow.png) no-repeat bottom left;
    padding: 0 20px 12px 10px;
}

#sitecontainer {
    width: 972px;
    margin: 0 auto;
    border: 1px solid #ffffff;
    background: #ffffff url(../img/corner-topright.gif) no-repeat top right;
}


#headercontainer {
    height: 120px;
    width: 961px;
    background: #ffffff;
    border: 1px solid white;
}

#header {
    margin: 0 auto;
    
}

#search {
    float: right;   
}

#logo {
    float: left;
    width: 352px;
}

#searchbox {
    width: 263px;
    height: 30px;
    margin: 15px 15px 0 0; 
}

#searchboxsearch {
    color: #000000;
}

#searchbox #searchboxsearch {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}

#searchbox #searchboxgo {
    float: right;
    margin: 0;
}

#info {
    float: right;   
}

#language {
    float: right;   
}

#navigation {
    margin: 0 auto;
    padding: 10px 10px 0 0;
    float: right;
}

#mainnavigation {
    width: 200px;
    text-align: right;
    font-size: 115%;
}

#mainnavigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;       
}

#mainnavigation li {
    margin: 0px;
    padding: 0 5px 0 5px;
}

#subnavigation {
    font-size: 140%;
    float: right;
    margin: 0 10px 0 0;
}

#subnavigation a {
    margin: 0px;
    padding: 0 2px 0 0;
}

#contentcontainer {
    height: 450px;
    background: #ffffff;
    line-height: 130%;
    padding: 20px;
    background: url(../img/corner-bottomleft.gif) no-repeat bottom left;
}

#contentcontainercarousel {
    color: #000000;
    height: 62px;
    background: #ffffff;
    padding: 0;
    overflow: hidden;
}

#contentcontainerfooter {
    height: 110px;
    background: #888888;
    padding: 20px;
}

#contentcontainer ol {
    margin: 0px 20px; 
    padding: 10px 20px 10px 20px;
}

#full {
    margin: 0 auto;
}

#half {
    margin: 0 auto;
}

#halfleft {
    float: left;
    width: 450px;
}

#halfright {
    float: right;
    width: 450px;
    padding: 0 0 0 20px;
}

#third {
    margin: 0 auto;
}

#twothird {
    float: left;
    width: 550px;
}

#onethird {
    float: right;
    width: 300px;
}

#fullbottom {
    padding: 0;
}

#fullbottomleft {
    float: left;
    width: 450px;
}

#fullbottomright {
    float: right;
    width: 450px;
    padding: 0 0 0 20px;
}


#fullbottomright .bodytext {
    margin: 0;
}

#footer {   
    float: right;
}

#footer a {
}

#footer ul {
    list-style-type: none;
}




/* Layoutelemente (Klassen)
----------------------------------------------------------------------------------- */

.clearer {
    clear: both;
}

.bodytext {
    margin: 0 0 10px 0;
}

.imgnoborder div.csc-textpic img {
    border: 0;
}

.contenttable .bodytext {
    margin: 0;
}


/* 
----------------------------------------
Partner 
----------------------------------------
*/

.partnerBoxContainer {
    position: relative;
    padding: 30px 0 0 0;
}

.partnerBox {
    position: relative;
    margin: 0 0 10px 0;
}

.partnerBoxLogo {
    position: relative;
    top: 0;
    left: 10px;
    width: 300px;
    height: 90px;
}


.partnerBoxDescription {
    position: absolute;
    top: 0;
    left: 320px;
    width: 550px;
    height: 90px;
}

.partnerBoxDescription h2 {
    margin: 10px 0 0 0;
}