/* Standard Styles */

html, body, div, p, td, a, input, textarea, select {
    font-family: Verdana, Arial, sans-serif;
    font-size:10px;
    color:#777;
    line-height:15px;
}

html, body {
    background-color: #232323;
    margin:0;
    padding:0;
    overflow:auto;
}

html {  
    background-image:url(../images/bg.jpg);
    background-repeat:repeat-x;
    background-position:0px 0px;
    height: 100%

}

body {

    background-image:url(../images/bg.gif);
    background-repeat:repeat-x;
    background-position:0px 0px;
    height: 100%;

}

h1 {
    font-size: 13px;
    color: #5BAC26;
    font-weight: 100;
    text-transform: uppercase;
}

h2 {
    font-size: 10px;
/*   color: #5BAC26; */
    color: white;
    text-transform: uppercase;
    font-weight: 100;
/*    font-style: italic;*/
    padding-left: 10px;
}

h3 {
    font-size: 10px;
    color: #777;
    font-weight: 100;
    font-style: italic;
}

img {
    border: 3px solid #999;
}

form {
    margin:0px;
    padding:0px;
}

textarea {
    height: 350px;
    width: 70px;
    background-color: #171717;
    border: 1px solid #777;
}

input {
        background-color: #171717;
        border: 1px solid #777;
}

input.sbmt {
        background-color: transparent;
        border: none;
}

a {
    color: #5BAC26;
    text-decoration:none;
}

a:hover {
    color: #5BAC26;
    text-decoration:underline;
}


/* good old clearfix - remember to use conditional comment for ie6 with .clearfix {height:1px;} */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




/* news bzw. teaser */

.artikelliste {
 padding: 0px 10px 10px 30px;
}

.news_headline {
 padding: 10px 0px 0px 0px;
/* text-transform: uppercase;
 font-style: none;*/
 color: white;
}


/* navigation */

#navigation {
height: 60px; 
}

#navigation_left {
background-image:url('../images/header_bg.gif');
height: 55px;
float: left;
width: 320px;
margin-left: 25px;
}

#navigation_right {
float: left;
}

#navigation_lang {
float: right;
margin-top: 27px;
margin-right: 20px;
}

/* Level 1 */
#navigation ul {
    margin:0;
    padding:0;
float: right;
}

#navigation ul li {
    margin:0;
    padding: 0;
    list-style-type:none;
float: left;
padding-right: 15px;
margin-top: 25px;
}

#navigation ul li a {
    /*width:220px;*/
    margin:0 0 0 0;
    padding:0 0 0 10px;
    font-size:14px;
    color:#fff;
    text-decoration:none;
float: left;
text-transform: uppercase;
}

#navigation ul li a:hover, #navigation ul li.active a {
    color:#5BAC26;
}

#metaNavigation a{
    color: #454545;
    text-transform: uppercase;
}

#metaNavigation a:hover {
    color: #5BAC26;
    text-transform: uppercase;
}

/* GD_Headerimage */

#gd_headerimage {
 margin: 0px 0px 0px 25px;
 height: 411px;
 width: 900px;
 border: 3px solid #171717;
}

.gd_headerimage_img {
 border: 0px;
}

/*
#flash_header {
        position:absolute;
 margin: 0px 0px 0px 25px;
 border: 3px solid #171717;
        width:900px;
        height:411px;
        z-index:1;
}*/

#flash_header {
 margin: 0px 0px 0px 25px;
 width: 900px;
 height: 411px;
 border: 3px solid #171717;
}

/* container */

#outerContainer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    width: 950px;
    border: 1px #000 solid;
    background-color: #212121;

}

#content{
margin: 25px 15px 15px 25px;
width: 906px;
/*float: center;*/
}

#content_content {
    min-height: 142px;
    width: 565px;
    padding: 5px 10px 10px 10px;
    background-color: #171717;    
    float: right;
}

#clearer {
    clear: both;
}

#content_image {
    width: 285px;
    border: 0px solid #999;
    float: left;
}

#video {
    border: 3px solid red;
}

#content img {
    border: 2px solid #ccc;
    margin-bottom: 30px;
}


/* footer */

#footerContainer {
background-image:url('../images/footer_bg.gif');
background-repeat: no-repeat;
height: 155px;
width: 950px;
margin:0;
clear: both;
}

#footerContentLeft {
float: left;
text-align:right;
width: 315px;
padding-top: 60px;
color: #454545;
}

#footerContentRight {
color: #454545;
float: left;
margin-left: 328px;
width: 275px;
padding-top: 50px;
line-height: 27px;
}

.footerlink {
color: #454545;
}
