/*
    Original Color
    background: #C4D8DF;
    background: RGB(196,216,223);
*/
body {
    background: white url('/fileadmin/theme/background.gif') repeat-x;
}
h1, h2, h3, h4 {
    margin-bottom: 1em;
    font-weight: bold;
}
h1 {
    color: #33CC00;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 150%;
}
h2 {
    color: #0000CC;
    font-size: 125%;
}
h3 {
    font-size: 118%;
}
h4 {
    font-size: 110%;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: blue;
}

a:visited {
    font-weight: normal;
}

a:hover {
    text-decoration: underline;
}
strong, b {
    font-weight: bolder;
}
em, i {
    font-style: italic;
}
li {
    margin-left: 1em;
}
li.normal {
    font-weight: normal;
}
li.current {
    font-weight: normal;
}
p {
    padding-bottom: 1em;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.content-element {
    padding-bottom: 1em;
    clear:both;
}
.contenttable td {
    padding: 5px 15px 0 0;
}
.clearer {
    height: 0;
    font-size: 0;
    line-height: 0;
    clear:both;
}
#doc3 {
    margin:auto;
}
#sitetitle {
    font: bolder 220% 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    color: white;
    text-align:right;
}
#subtitle {
    text-align:right;
    font-style:oblique;
}
#abstract {
    text-align:right;
}
#hd {
    padding: 0;
}
#logo_wrapper {
    padding: 0 10px;
}

#bd {
    overflow: hidden;
}

#yui-main .csc-textpic-image {
 padding-right: 15px;
}

#ft {
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    /* 50 - padding  */
    height: 30px;
    font-size: 92%;
    background: transparent url(/fileadmin/theme/ft.png) no-repeat top left;
    padding: 10px;
}

#global-navigation {
    float:left;
    text-transform: uppercase;
    height: 40px;
    /* 690 minus optische differenz zum balken */
    width: 688px;
    margin-left: 2px;
}

#global-navigation tr {
    height: 40px;
}
#global-navigation td {
    height: 40px;
    text-align:center;
    /* breite des linken bildes */
    padding-left: 5px;
    /* abstand zwischen den tabs*/
    padding-right: 2px;
    margin-right: 2px;
    background: transparent url(/fileadmin/theme/tab_left.png) no-repeat top left;
}

#global-navigation td:hover, #global-navigation td.current, #global-navigation td.active {
    background: transparent url(/fileadmin/theme/tab_active_left.png) no-repeat top left;
}

#global-navigation a {
    font-size: 90%;
    font-weight: normal;
    display: block;
    text-decoration: none;
    height: 20px;
    color:black;
    padding: 20px 5px 0 0;
    background: transparent url(/fileadmin/theme/tab_right.png) no-repeat top right;
}
#global-navigation td a:hover, #global-navigation td a.hovered, #global-navigation td.current a, #global-navigation td.active a {
    color: #00ff33;
    padding: 10px 5px 10px 0;
    background: transparent url(/fileadmin/theme/tab_active_right.png) no-repeat top right;
}

#gn-bar {
    background: url(/fileadmin/theme/gn-bar.png) no-repeat;
    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 92%;
    float:left;
    text-align: right;
    padding: 10px;
    /* 690 - padding */
    width: 670px;
    /* 39 - padding */
    height: 19px;
}
#gn-bar a {
    color: white;
}

#local-navigation .box-bd {
        margin-top: -10px;
}

#local-navigation li {
    margin-top: 10px;
}

#local-navigation a {
    font-size: 93%;
}

#local-navigation li.current a {
    font-weight: bold;
    text-decoration: underline;
}

#local-navigation ul.level1 {
    list-style-image:url(/fileadmin/theme/bullet_orange.gif);
}

#local-navigation ul.level2, #local-navigation ul.level3 {
    list-style-image: none;
}

#special-navigation {
    text-align: right;
}

#special-navigation li {
    float: right;
}

#special-navigation a {
    text-decoration: none;
    color: white;
}

#sidebar {
    width: 255px;
}

#sidebar h2, #newsletter-box h2 {
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 122%;
    color: #006600;
    text-transform: uppercase;
}

#newsletter-box {
    background: transparent url(/fileadmin/theme/newsletter_box.png) no-repeat;
    float: right;
    position: relative;
    top: 10px;
    /* 255 - padding */
    width: 225px;
    padding: 10px 15px 5px 15px;
}
#newsletter-box h2 {
    margin: 0;
}
#newsletter-box input {
    margin: 5px 0 0 0;
}
#newsletter-box input[type=text] {
    width: 160px;
    float: left;
}
#searchbox input[type=submit], #newsletter-box input[type=submit], .gobutton {
    width: 45px;
    text-align: right;
    font-weight: bolder;
    height: 20px;
    color: green;
    border: 0 solid black;
    background: transparent url(/fileadmin/theme/submit-trans.png) no-repeat;
    padding: 0 0 0 15px;
    float: right;
}
#searchbox input[type=text] {
    width: 108px;
    margin: 0 17px 0 10px;
}

#yui-main * {
    position: relative;
}

#yui-main ul {
    padding-left: 10px;
}

#yui-main ul li {
    list-style-image:url(/fileadmin/theme/bullet_blue.gif);
}
#yui-main ol {
    list-style-type: decimal;
    list-style-position: inside;
}

img#latest-rss {
    float:right;
}

.csc-textpic img {
    position:relative;
}

#yui-main .csc-mailform-field {
    padding-bottom: 0.3em;
    clear:both;
}
#yui-main .csc-mailform-field label {
    width: 200px;
    float: left;
    text-align: right;
}
#yui-main .csc-mailform-field input, #yui-main .csc-mailform-field textarea {
    margin-left: 10px;
}
#yui-main .csc-mailform-field input[type=submit]{
    padding: 5px 15px 5px;
    float:right;
}
#yui-main .formtext {
    margin-left: 210px;
}
.required {
    width: 200px;
    float: left;
    text-align: right;
}
#yui-main .required label {
    width: 190px;
    float: none;
}
.requiredstar {
    color: red;
}

/*******
 * NEWS
 *******/

.news-latest-container .bodytext {
    font-size: 93%;
}

.news-latest-container h3 {
    margin:0;
}
.news-latest-container h3 a {
    font-size: 93%;
    font-weight: bold;
    margin:0;
}
.news-latest-container p {
    margin-bottom: 0px;
}
.news-latest-item {
    margin-bottom: 1em;
}
.news-latest-item img {
    float: right;
}
.news-latest-morelink a {
    font-size: 85%;
}
.news-list-item {
    margin-bottom: 2em;
}
.news-list-item img, .news-single-item img {
    float: right;
    margin: 0 0 1em 1em;
}
.news-date {
    font-size: smaller;
    text-align: right;
}
.news-list-morelink {
    text-align: right;
    clear: both;
}

.speziallink {
    background: transparent url(/fileadmin/theme/pfeil_orange.gif) top left no-repeat;
    padding: 2px 0 3px 30px;
    display: block;
}

.box-hd {
    background: transparent url(/fileadmin/theme/box_hd.png) no-repeat top;
    width: 255px;
    height: 10px;
}
.box-bd {
    background: transparent url(/fileadmin/theme/box_bd.png) repeat-y;
    padding: 0 15px 0 15px;
}
.box-ft {
    background: transparent url(/fileadmin/theme/box_ft.png) no-repeat bottom;
    width: 255px;
    height: 15px;
}

.content-hd {
    background: transparent url(/fileadmin/theme/content_hd.png) no-repeat top;
    width: 690px;
    height: 10px;
}
.content-bd {
    background: transparent url(/fileadmin/theme/content_bd.png) repeat-y;
    padding: 0 30px 0 20px;
}
.content-ft {
    background: transparent url(/fileadmin/theme/content_ft.png) no-repeat bottom;
    width: 690px;
    height: 15px;
}
table.personaldata {
    padding: 5px;
}
table.personaldata td {
    padding: 5px;
}
table.personaldata input {
    width: 170px;
}
div.errorbox {
    border: 3px solid red;
    background: #fdd;
    padding: 5px;
    margin-bottom: 1em;
}
div#yui-main div.errorbox li {
    list-style-image: none;
    list-style-type: disc;
}
div.successbox {
    border: 3px solid green;
    background: #dfd;
    padding: 5px;
    margin-bottom: 1em;
}
table.personaldatashow td {
    padding: 5px;
}