body {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:13px;
    line-height: 20px;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: #97ADBB url(../images/gsoa-background-small.jpg) repeat-y center;
}
h2 {
    font-weight:normal;
    margin-bottom:0px;
    margin-top:10px;
    font-size:24px;
    color: #b21333;
}
p { margin: 8px 0 8px 0;}
#wrapper {
    width: 1237px;
    margin: 0 auto;
    background: url(../images/gsoa-background-small.jpg) repeat-y center;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -619px;
}
#wrapper2 {
    width: 1237px;
    margin: 0 auto;
    background: url(../images/gsoa-background-big.jpg) no-repeat center top;
}
#wrapper-inner {
    width: 950px;
    margin:0 auto;
    text-align: left;
}
#header-bg {
    width: 950px;
    height: 254px;
    float:left;
    clear:both;
}
#navi {
    margin:20px 0px 0px 10px;
    height:51px;
    width: 950px;
    float:left;
    clear:both;
    background-image: url(../images/navi_hr.gif);
    background-repeat:no-repeat;
    background-position:bottom left;

}
#navi .tab {
    margin-right: 10px;
    float:left;
}
#navi .tab .tab-right {
    height: 44px;
    width: 9px;
    float: left;
}
#navi .active .tab-right {
    background: url(../images/nav_tab_right.gif);
}
#navi .tab .tab-main {
    height: 44px;
    background-repeat: repeat-x;
    padding: 10px 0 5px 5px;
    float: left;
    color: black;
}
#navi .active .tab-main {
    background: url(../images/nav_tab_bg.gif);
    color:white;
    background-repeat: repeat-x;
}
#navi .active .tab-main a, #navi .active .tab-main a:hover, #navi .active .tab-main a:visited {
    color:white;
}
#navi .tab .tab-left {
    height: 44px;
    width: 9px;
    float: left;
}
#navi .active .tab-left {
    background: url(../images/nav_tab_left.gif);
}

#navi a, #navi a:hover, #navi a:visited {
    color:black;
    text-decoration:none;
    font-size:24px;
    margin-right:25px;
    margin-left:15px;
}

#navi a:hover {text-decoration:underline;}

#navi .active a {color:white;}


#main {
    padding-left: 15px;
    padding-top:22px;
    float:left;
    width: 675px;
    margin-right:10px;
}
#main a, #main a:visited, #main a:active,
.richtext a, .richtext a:visited, .richtext a:active {
    color: #b21333;
    text-decoration: none;
}
#main a:hover, richtext .a:hover {
    text-decoration: underline;
}

.article .body a, .article .body a:visited, .article .body a:active  {
    color: #b21333;
    text-decoration: none;
}
.article .body a:hover {
    text-decoration: underline;
}
#main img {
    margin:5px 15px 5px 0px;
}
#side {
    float:left;
    width: 235px;
}
#main .content {
    width:660px;
}
#subnavi_header {
    margin: 10px 0 5px 10px;
}

#footer {
    clear:both;
    width: 100%;
    background-color:#e0e0e0;
    height:150px;
    padding: 0 0 0 20px;
    margin: 20px 0 -8px -12px;
}
#footer .left {
    margin-top:20px;
    width: 400px;
}
#footer .left .left {
    width: 120px;
}
#footer .right {
    float:left;
    width: 450px;
    margin-left:50px;
}
#footer .right .right {
    margin:20px 0px 10px 0px;
    text-align:center;
}

#side .box {
    width:225px;
    margin-bottom:5px;
    position:relative;
    border: 4px solid #e0e0e0;
}


#main .box {
    width:655px;
    height: 245px;
    margin-bottom:5px;
    position:relative;
    border: 4px solid #e0e0e0;
}

#side .box .head {
    width:225px;
    height:25px;
    background: url(../images/box_header.jpg);
    background-repeat: repeat-x;
}
#side .box .head span {
    color: white;
    background:none;
    padding: 4px 0 0 8px;
    font-size:14px;
}


.box_tl, .box_tr, .box_bl, .box_br {
    background-repeat:no-repeat;
    position:absolute;
    width:10px; height:10px;
    z-index: 25;
}

.box_tl {
    background-image:url('../images/box_tl.png');
    top:-4px; left: -4px;
}
.box_tr {
    background-image:url('../images/box_tr.png');
    top:-4px; right: -6px;
}
.box_bl {
    background-image:url('../images/box_bl.png');
    bottom:-6px; left: -4px;
}
.box_br {
    background-image:url('../images/box_br.png');
    bottom:-6px; right: -6px;
}

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.arrow { margin: 4px 8px 0 0; cursor:pointer;}
span.big {color:black; font-size:20px;}

.archive {background-color: #b0c7d7; width:225px;}
.archive .entry { padding-left: 10px;}
.archive .active { background-color: #9aacbb; }
.archive div span { font-weight: normal;}
.archive div.active span { font-weight: bold; }
.archive div .body { padding:0px 0px 2px 10px; }
.archive div span { margin-top:3px; }
.archive a { text-decoration:none; color:black; }

.archive a {display:block;}
.archive a:hover {text-decoration:underline;}

input { margin-top:5px;}
input.unterschrift {
    background: url(../images/button_unterschrift.gif);
    color: white;
    font-size:20px;
    width: 136px;
    height: 37px;
    border: 0px;
    margin-bottom: 5px;
}

.article .navi {
    margin:20px 0px 0px 0px;
    padding-left: 100px;
    height:25px;
    width: 570px;
    border-bottom: 1px solid black;
}
.article .navi .tab {
    margin-right: 0px;
    height:50px;
    float:left;
    cursor: pointer;
}
.article .navi .tab .tab-left {
    height: 25px;
    width: 6px;
    float: left;
    background: url(../images/beitrag_tab_left.gif);
}
.article .navi .tab .tab-right {
    height: 25px;
    width: 6px;
    float: left;
    background: url(../images/beitrag_tab_right.gif);
}
.article .navi .tab .tab-main {
    background-repeat: repeat-x;
    padding: 4px 5px 3px 5px;
    height:18px;
    float: left;
    background: url(../images/beitrag_tab_bg.gif);
}
.article-tab a, .article-tab a:visited, .article-tab a:active {
    color:white;
    text-decoration:none;
    font-size:14px;
}

.news div {
    padding:5px 5px 5px 0;
}
.news .head {
    height:40px;
    border-bottom:1px solid black;
    position:relative;
}
.news .head .tabs {
    position:absolute;
    top:18px;
    right:10px;
}
.news .head .tabs span {
    color:black;
    cursor: pointer;
    padding: 0 5px 0 5px;
    border-left: 1px solid white;
    border-right: 1px solid white;

}
.news .head .tabs span.active {
    color:#ae1a2d;
    border: 1px solid black;
    border-bottom: 1px solid white;
}
.head_category {
    font-size:12px;
    color:black;
}
.head_heading {
    font-size:18px;
    color:#ae1a2d;
    font-weight: bold;
    line-height: 1.0em;
}
.head_additional {
    font-size:12px;
    color:black;
}

.special {
    float:left;
    clear:both;
}


.special .head {
    padding-left:270px;
}
.special .head .tab {
    float: left;

}
.special .head .tab .tab-left {
    height: 28px; width: 5px;
    float: left;
}
.special_navi span {
    text-decoration:none;
    color:black;
    font-size:14px;
}
.special .head .tab .tab-main {
    height: 24px;
    line-height:18px;
    float: left;
    cursor:pointer;
    padding:4px 4px 0px 4px;
}
.special .head .tab .tab-right {
    height: 28px; width: 5px;
    float: left;
}
.special .head .active {
    background-color:#e0e0e0;
}
.special .head .active .tab-left {
    background: url(../images/special_tab_left.gif);
}
.special .head .active .tab-main {
    background: url(../images/special_tab_main.gif);
}
.special .head .active .tab-right {
    background: url(../images/special_tab_right.gif);
}
#main .box img {
    border:none;
    border-right: 4px solid #e0e0e0;
    margin:0px; padding:0px;
}
.special .box_images {
    position:absolute;
    border:none;
    border-right: 4px solid #e0e0e0;
    top:0px;
    left:0px;
}
.special .body {
    position:absolute;
    top:0px;
    left:237px;
    width:418px;

}
.special_top {
    float:left;
    clear:both;
    width: 418px;
    height:5px;
    background: url(../images/special_top.gif);
}
.special_top_with_text {
    float:left;
    clear:both;
    width: 418px;
    height:28px;
    line-height:18px;
    background: url(../images/special_top_with_text.gif);
    color: white;
    font-size:14px;
}

.special_top_with_text div {
    margin: 4px 0px 2px 20px;
}
.special_content {
    float:left;
    clear:both;
    width: 418px;
    height:235px;
    background: url(../images/special_bg.gif);
}
.special_content_with_text {
    float:left;
    clear:both;
    width: 418px;
    height:213px;
    background: url(../images/special_bg.gif);
}
.special_content p, .special_content_with_text p {
    margin-left:20px;
}

.special_bottom {
    position:absolute;
    top:240px;
    left:237px;
    width: 418px;
    height:5px;
    line-height:4px;
    background-color: #e0e0e0;
    background: url(../images/special_bottom.gif);
}

.special_content a, .special_content a:active, .special_content a:visited {
    color: #ae1a2d;
    text-decoration: none;
}
.article a, .article a:active, .article a:visited {
    color: #ae1a2d;
    text-decoration: none;
}
p.article_ref {
    margin: 0 0 0 0;
    width:398;
    padding: 8px 0px 8px 15px;
    line-height:1.3em;
    margin-left:5px;
    cursor:pointer;
    white-space: nowrap;
    overflow: hidden;
}
.article_ref.active {
    background-color:white;
}
.special_content .edition {
    color:#666;
    margin-left:15px;
}

#main_header {
    margin-top:7px;
}
hr { margin-right:10px;}
.link_list_special { padding-top:45px;}
.hidden {display:none;}
.videocontent {clear:both; margin-top:15px; margin-left:130px;}

#subfooter {
    background-color:#e0e0e0;
    background-image: url(../images/subfooter_top.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width:555px;
    height:100px;
    margin:25px 0px 0px 40px;
    padding:10px 10px 0px 10px;
    clear:both;
}
#subfooter img {
    border:0px;
}
#subfooter p {
    margin-top:0px;
}
#subfooter .left {
    width: 280px;
}
hr.subfooter {
    margin-top:0px;
    margin-bottom:20px;
}
#subfooter img {
    margin:3px 5px 0px 0px;
}
label {
    font-weight:normal;
    font-size:12px;
}


table#form th {
    text-align:left;
}
.invalid th {
	color: #d00;
}
.error{
	color: #d00;
}
.invalid th {
	font-weight:bold;
}
table#form .invalid input, table#form .invalid textarea {
	border-left: 4px solid #d00;
	width:296px;
}


a img {
    border: none;
}

#footer a {
    text-decoration: none;
    color: #000;
}

html body #footer a:hover {
    text-decoration: underline;
}


.archive div .body {
    display: none;
}

.archive .body .mark {
    font-style: italic;
}

.radio ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.radio li {
    margin: 0;
    padding: 0;
}
