@charset "UTF-8";


/* Sticky Footer */

html, body, #wrap {height: 100%;}

body > #wrap {
    /*	height: auto;
            min-height: 100%;
            background: url( ../images/bg2.jpg ) 0 0; */
    background-color: #1a2636;
    background: url('http://www.startrek.de/_files/50jahre/bg-2.jpg') center top fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    min-width:100%;
    min-height:100%;
    z-index: -999;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
}

#main {padding-bottom: 125px;}  /* Muss genau so hoch sein wie der Footer */

#foot{
    position: relative;
    margin-top: -125px; /* Negativer Wert der Footer-H�he */
    height: 125px;
    clear:both;
}	
/* */

html,body{
    margin:0;
    padding:0;
    background:black;
    height:100.1%;
    font-family: Arial,Helvetica,Sans-serif;
    font-size: 13px;
}

#content{
    margin:0px;
    margin-bottom: 10px;
}

.scroll {

}

.img-responsive {
    max-height: 124px;
}

.site_width{
    width:1400px;
    margin:0 auto;
}

.content_width{
    width:1056px;
    margin:0 auto;
}

/*
        Der Header
*/

#header{
    background:black;
    border-bottom:2px solid #dedede;
    font-family:Michroma,Arial,Helvetica;
}

#header li#menu_1{
    background: url( ../layout/erde.png ) 0 0 no-repeat;
    padding-left:65px;
}

#header a{
    color:#888888;
}

#header a:hover{
    color:#ffffff;
}

#header .main_menu{
    font-size:14px;
    height:30px;
    text-transform:uppercase;
    padding-top:30px;
    margin-right:40px;
}

#header .sub_menu{
    font-size:11px;
    text-transform:none;
    line-height:1.0;
    padding:4px;
}
/*
        Der Body
*/

#headline{
    background: url( ../layout/background_startseite.png ) 0 0 repeat-x;
    height:120px;
    border-bottom:groove 2px #3c3c3c;
}

#sitehead{
    font-family:Michroma,Arial,Helvetica;
    color:#ffffff;
    font-size:28px;
    word-spacing: 0.3em;
    text-transform:uppercase;
    padding-top:60px;
}

.sitehead2{
    background: none;
    font-family:Michroma,Arial,Helvetica;
    color:#ffffff;
    font-size:20px;
    font-weight: normal;
    text-transform:uppercase;

    position: relative;
    left: -20px;
    top: -10px;
}


/*
        F O O T E R
*/
#foot{
    background:#222;
    border-top:1px solid #666;
    height:125px;
    width:100%;
    font-size: 10px;
    color:#c5c5c5;
}

#foot a{
    text-decoration:none;
    color:#c5c5c5;
}

#foot_top{
    padding:10px 0;
}

#foot_bottom{
    border-top: 1px solid #c5c5c5;
    padding-top:5px;
}

#foot_right{
    width:50%;
    float:left;
    text-align:right;
}

#footer_follow{
    vertical-align:top;
}

#footer_follow a{
    margin: 0 5px;
}

#foot_partner{
    float:left;
    width:50%;
}

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

#foot_legal{
    width:60%;
    float:left;
}

#foot_textlinks{
    width:40%;
    float:right;
    text-align:right;
}


/*
        Algemeine Sachen
*/

h1{
    font-size:16px;
    background:url( ../layout/punkte.png ) 0 center no-repeat;
    padding-left:35px;
    margin-top:0;
    text-align:left;
}

h1 a{color:#000000;}

h2{
    font-size:16px;
    background:url( ../layout/punkte.png ) 0 4px no-repeat;
    padding-left:35px;
    margin-top:0;
    text-align:left;
}
h2 a{color:#000000;}	

h3{
    font-size:15px;
    margin-top:0;
    text-align:left;
}
h3 a{color:#000000;}

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

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

img{
    border:0;
}

#startseite{
    height:408px;
    /*background: url( ../layout/background_startseite.png ) 0 0 repeat-x;*/
    border-bottom:  2px solid rgba(255, 255, 255, 0.2);
}

#home_content{
    margin:25px 0;
}

.magazin_article_image{
    float:right;
}

.episode_img{
    float: right;
    margin: 10px;
}

textarea#iframe_link {
    margin-bottom: 5px;

}

/* overmenu */

#overmenu{
    background: url( ../layout/submenu_main.png ) 0 0 repeat-x;
    padding:0 10px;
    height:43px;
    border: solid 1px black;
    border-top:0;
    font-size:14px;
    text-transform:uppercase;
}

#overmenu_view{
    height:43px;
    overflow:hidden;
    float:left;
}

#controller{
    margin-left:10px;
    width:70px;
    float:left;
}

#overmenu ul{
    margin:0;
    height:43px;
}

#overmenu li{
    line-height:12px;
    float:left;
    margin:15px 0;
    padding:0 10px;
}

#overmenu li.withborder{
    border-right:solid 1.5px #888888;
}

#overmenu li a{color:#888888;}
#overmenu li a:hover,#overmenu li.aktiv a{color:#ffffff;}

.box{
    /*	background: rgba(255, 255, 255, 0.7); */
    background:#CECECE;
    border: solid 1px black;
    padding:20px;
    margin:10px 0 0 0;
}

.box2{
    background: rgba(255, 255, 255, 0.5);
    /* background:#CECECE; */
    border: solid 1px black;
    padding:14px;
    margin:10px 0 0 0;
}

.box_width_2{width:481px;}
.box_width_3{width:292px;}
.box_width_4{width:214px;}

.box_margin{margin-right:10px;}


.imgborder{
    padding: 20px;
    margin-left:20px;
    border: soild 1px #DEDEDE;
    background-color:#DEDEDE;
}

.imgborder_r{
    padding: 20px;
    margin-right:20px;
    border: soild 1px #DEDEDE;
    background-color:#DEDEDE;
}

.rounds{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*
    behavior: url(/_files/css/htc/border-radius.htc);
    zoom: 1;
    z-index: 99;
    position: relative;
    */
}

.fb-like{
    z-index: 100;
}


.border{
    border: solid 1px #DEDEDE;	
    background-color:#DEDEDE;
}

.weiterzu{
    text-align:right;
    padding:19px 0;
}
.weiterzu a{
    color:black;
    font-size:14px;
    font-weight:bold;
    padding:19px 70px;
    background:url(/_files/layout/pfeil_rechts.png) right no-repeat;
}

.imgmargin{
    margin:0 0 20px 20px;
}

.uebersichtgalerie{
    margin:0 14px;
    width:306px;
    height:139px;
    background-color:black;
    background-repeat: no-repeat;
    background-position: center center
}

.uebersichtgalerie2{
    margin:0 14px;
}

.right{float:right;}
.left{float:left;}
.clear{clear:both;}
.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

.form_label{
    width:150px;
    display: block;
    float:left;
    margin-top:5px;
    vertical-align:middle;
}

.form_input{
    margin:5px 0;
    width:185px;
}

.maga{
    width: 200px;
    padding-top: 20px;
    text-align: center;
}

.reload{
    cursor: pointer;
    cursor: hand;
}

.form_textarea{
    width:370px;
}

.galerie_pic{
    margin:6px;
}

/* �berschicht Kinofilme */
.movies_schrift{
    height:130px;
    width:292px;
    background-position: center center;
    background-color:white;
    background-repeat: no-repeat;
}

/* �berschicht Serien */
.serien_schrift{
    height:175px;
    width:292px;
    background-position: center center;
    background-color:white;
    background-repeat: no-repeat;
}

/* ADMIN */
tr.disabled{
    background-color:red;
}

td.center{
    text-align:center;
    vertical-align:center;
}

tr.overeffect:hover{
    background-color:#1598CA;
}

.message{
    text-align:center;
    background-repeat: no-repeat;
    background-position: 15px center;
    padding:30px;
    margin:5px;
}

.message.success{
    background-image:url( /_files/layout/actions/success-icon.png );
    background-color:green;
}

.message.failed{
    background-image:url( /_files/layout/actions/failed-icon.png );
    background-color:red;
}

.article a:link,.article a:visited{
    color: #19B2E3;
}

.article a:link:hover,.article a:visited:hover{
    color: #1599CB;
}

.article a:link h2,.article a:visited h2{
    color: black;
}

.fbShare{
    float: right;
}

.fbLike{
    float: left;
}

.img-responsive {
    max-width: 100%;
}
.row {
    display: block;
    clear: both;
}
.row > .row {
    padding: 0 10px;
}
.frage-label {
    margin: 20px 0px;
    display: block;
    font-weight: bold;
    text-decoration: underline;
}
.control-label {
    width: 100px;
    display: block;
}
.control-form {
    box-sizing: border-box;
    width: 300px;
}
#teilnahme .error {
    display: block;
    clear: both;
}


#impressum-logos {
    text-align: center;
    display: block;
    clear: both;
    float: right;
}
#impressum-logos img {
    display: inline-block;
    margin: 0 auto;
    margin-right: 50px;
}
#logo-trekworld {
    color: #000;
    width: 150px;
    padding-right: 2px;
}
#logo-universal {
    max-width: 200px; 
}
#logo-cbs {
    max-width: 140px;
}
#logo-paramount {
    max-width: 130px;
}

.ulList {
    list-style-type: inherit;
    margin: 5px 0 0 40px;
    padding: 0;
}