/*
  Author:   PST
  Date:     2007-07-24
  Updated:  2007-07-24
  Name:     screen.css
 
  Style Index
 
  $0 - Imported Styles
  $1 - Common Elements
  $2 - Language Selector
  $3 - Container
  $4 - Header
  $5 - Subnavigation
  $6 - Content
  $7 - Footer
 
*/

/* $0 - Imported Styles ////////////////////////////////////////////////////// */

    @import url(reset.css);
    
/* $1 - Common Elements ////////////////////////////////////////////////////// */    

html {
    overflow-y:scroll;
}

body {
    background: #FFF url(../images/page_bg.jpg) top repeat-x;
    font-size: 11px;
    font-family: sans-serif;
    margin: 0 0 30px 0;
}


.hor_bar {
    border-left: 20px solid #002B70;
    height: 12px;
    padding: 5px 0 3px 5px;
    clear: left;
    background: url(../images/part_bg.gif) repeat-x;    
}

.hor_bar h2 {
    color: #FFF;
    font-weight: bold;
    margin:0;
}

#main .hor_bar h2 {
    margin: 0 15px 0 11px;
    float: left;
}

#newsticker {
    color:#fff;
    letter-spacing:0.1em;
    padding: 0 20px;
}

#newsticker a {
    color: #fff;
    text-decoration:none;
}

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

ul, ol {
    margin: 0 0 15px 0;
}

a {
    color: #002B70;
}

a:hover {
    text-decoration:none;
}

/* $2 - Language Selector //////////////////////////////////////////////////// */    

#lang_select {
    width: 996px;
    margin: 50px auto 0 auto;    
    list-style: none;
}

#lang_select li {
    float: right;
    text-transform: uppercase;
    margin: 5px 5px;
    font-size: 10px;
}

#lang_select li a {
    color: #fff;
    text-decoration: none;
}
    
/* $3 - Container //////////////////////////////////////////////////////////// */    

#container {
    width: 994px;
    clear: both;
    background: #FFF;
    margin: 0 auto 50px auto;
    border: 1px solid #BFC0C2;
    position: relative;
}

/* $4 - Header /////////////////////////////////////////////////////////////// */    

#header {
    border-bottom: 1px solid #BFC0C2;
    background: #FFF url(../images/header_bg_2.jpg) top right no-repeat;
    height: 92px;    
    width: 994px;
}

#header img {
    margin: 10px 0 0 17px;
}

/* $5 - Navi ///////////////////////////////////////////////////////////////// */        

#navi {
    width: 710px;
    margin:0 -2px 0 0;
    background: url(../images/navi_bg.jpg) repeat-x;
    height:25px;
    border-bottom: 1px solid #C0C0C0;
}

#navi li {
    float: left;
    text-transform: uppercase;
}

#navi li a {
    text-decoration: none;
    color: #333;
    text-align: center;
    display: block;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;    
    padding: 8px 19px 2px 20px;
    margin-bottom:-1px;
    height: 15px;
}

#navi li a:hover, #navi li a.current, #navi li a.current:hover {
    color: #002B70;
    background: url(../images/nav_hover_bg.gif) repeat-x;
}

#navi li a.current {
    color:#333;
    font-weight:bold;
}

/* $5 - Main ///////////////////////////////////////////////////////////////// */ 

#inter1 {
    background: #E7E7E7 url(../images/marginal_bg.jpg) top repeat-x;
}

#inter2 {
    background: url(../images/main_bg.gif) repeat-y;   
    width:994px;
}

#inter3 {
    background: url(../images/main_grafik_2.jpg) 533px top no-repeat;
}

/* $5 - Main ///////////////////////////////////////////////////////////////// */        

#main {     
    width: 709px; 
    border-right: 1px solid #BFC0C2; 
    padding:0 0 1px 0;
}

h1 {
    clear: left;
    color: #002D6F;
    font-weight:bold;
    font-size:15px;
    margin:25px 0 10px 0;
}

h2 {
    clear: left;
    color: #002D6F;
    font-weight:bold;
    font-size:12px;
    margin:25px 0 10px 0;
}

p {
    line-height: 130%;
    margin: 0 0 10px 0;
    width:600px;
}

#content {
    margin: 29px 37px;
    padding:0 0 0 0;    
    line-height:130%;
    font-size:12px;
}

#breadcrumb {
    color: #9D9D9D;
    font-size: 10px; 
    margin: 0 0 30px -5px;
}

#breadcrumb a {
    margin: 0 5px;
    color: #9D9D9D;
    text-decoration: none;    
}

/* $5 - Marginal ///////////////////////////////////////////////////////////// */        

#marginal {
    float: right; /* 
    position: absolute;
    right: 0;*/
    width: 284px;
    margin-left:-7px;
    /*border-left: 1px solid #BFC0C2; */
}

#marginal .part {
    padding: 15px 25px;
}

p span.adr_label {
    display: block;
    float: left;
    width: 45px;
}

#marginal h3 {
    margin: 0 0 5px 0;
    font-weight:bold;
    font-size:11px;
}

#marginal p {
    width: 215px;
    margin: 5px 0 20px 0;
}

#marginal .logos p {
    text-align:center;
}

#buttons {
    border-bottom: 1px solid #C0C0C0;
    background: url(../images/navi_bg.jpg) repeat-x;
    text-align: right;
    height: 14px;
    padding: 7px 0 4px 0;
}

#buttons a {
    margin: 0 15px 0 0; 
}

/* $5 - Footer /////////////////////////////////////////////////////////////// */        

#footer {
    clear: both;
    border-top: 1px solid #BFC0C2;
    height: 26px;
    background: #FFF url(../images/footer_bg.jpg) bottom repeat-x;
}

#footer address {
    margin: 10px;
    width:780px;
    color: #8A8A8A;
    text-transform: uppercase;
    font-style: normal;
    font-size: 9px;   
    float:left;    
}

#footer address span {
    padding: 0 5px 0 0;
    margin: 0 0 0 5px;
    border-right: 1px solid #8A8A8A;
    word-spacing:2px;
}

#footer address span.last {
    border: none;
}

#footer div {
    float: right;
    width: 90px;
    border-left: 1px solid #BFC0C2;
    text-align: center;
    padding:7px 0;
}

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

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

#footer div a {
    color: #424242;
    text-transform:uppercase;
    font-size:11px;
}

/* $5 - Contact Form /////////////////////////////////////////////////////// */

form {
width:350px;
}

label {
width:100px;
display:block;
float:left;
clear:left;
}

input,textarea {
width:240px;
border:1px solid #002B70;
font-size:11px;
margin:0 0 2px 0;
}

textarea {
margin:0 0 10px 0;
font-family: sans-serif;
}

input.narrow {
width:40px;
margin-right:2px;
}

input.medium {
width:196px;
}

.reset_button {
width:97px;
background:#002B70;
color:#fff;
}

.submit_button {
width:243px;
background:#002B70;
color:#fff;
}

/* ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ##  ## */

.video_overview h2
{
  clear:none;
  margin-top:0;
}

.video_overview .video_item
{
  clear:left;
  padding-bottom:15px;
  border-bottom:1px solid #000;
  margin-bottom:25px;
  overflow:hidden;
}

.video_overview .video_item_last
{
  border-bottom:0;
}

.video_overview .preview
{
  text-align:center;
  float:left;
  margin-right:20px;
}

.video_overview .preview img
{
  border:1px solid #002c70;
  margin-bottom:5px;
}

.video_overview .preview .popuplink img
{
  border:none;
  margin-bottom:0;
  vertical-align:middle;
}
