@charset "utf-8";
/*stylesheet for aktuell*/
/**********************************+

        Allgemeines
        
************************************/
@font-face {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    src: local('ABeeZee'), local('ABeeZee-Regular'), url(http://themes.googleusercontent.com/static/fonts/abeezee/v1/m_J3nYLkIiGqm2wAiy01kg.woff) format('woff');
}

*{
    color:#BEBEBE;
    padding:0px;
}

body{
    font-family: "ABeeZee", sans-serif;
    width:100%;
    background-color:#303030;
    margin:0px;
}

a{
    text-decoration: none;
}
.required {
    color: #303030;
}
.field_title {
    font-size: 12px;
    width: 100px;
    vertical-align: top;
    text-align:right;
}
.textfield {
    font-size: 12px;
    width: 200px;
}
.textarea {
    font-size: 12px;
    width: 90%;
    height: 100px;
}
.field_heading {
    font-size: 12px;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding-top: 10px;
    color: #666666;
}
.select {
    font-size: 12px;
}
.checkbox_label {
    font-size: 11px;
    cursor: pointer;
}
.radio_label {
    font-size: 11px;
    cursor: pointer;
}
.email {
    font-size: 12px;
    width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
    display:none;
}
/****************************************
                             
                                 Header
                                 
****************************************/
#head{
    z-index: 2;
    position: fixed;
    top: 0;
    font-weight: bold;
    font-size:45px;
    padding:10px 0 0 10px;
    border:0;
    margin:0;
    line-height: 31px;
    border-bottom:1px solid #BEBEBE;
    width:100%;
    background-color:#303030;
}
/***************************************
                        
                        Content
                        
***************************************/
#content-wrap {
/*    margin-top: 32px;
    padding-bottom: 100px;
    padding: 100px;
    margin:20px 120px auto 120px;*/
    text-align:left;
    
    position: absolute;
    width: 100%;
    height: 100%;
}
#img-list{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
}
#img-list ul {
    width:80px;
    content:80px;
    padding:40px 20px 60px 20px;
    margin:50px 5px 50px 0px;
    list-style:none;
}

#img-list li {
    padding:5px 0;
}

#main-content {
    width: 100%;
    height:100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

#main-content .csc-default {
    width:auto;
    padding:auto;
    border:0;
    padding: 100px;
}


#main-content .center {
    width: 100%;
    height: 100%;
    text-align: center;
}

#main-content .vertical-center {
    width: 100%;
    height:100%;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    padding: 0;
}

#img-thumbs {
    position: absolute;
    right: 0;
    top: 90px;
    width: 120px;
    text-align: center;
}

#img-thumbs iframe, #img-thumbs img {
    z-index: 1;
    margin: 5px 0;
    cursor: pointer;    
}

#img-thumbs .overlay {
    z-index: 2;
    display: inline-block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;    
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

#mailform fieldset{
    border:none;
}
#mailform label{
    width:80px;
    display:inline-block;
	margin:4px 0;
}
#mailform textarea{
    height:200px;
    width:450px;
	font-family: "ABeeZee", sans-serif;
	font-size:12px;
	color:#303030;
	vertical-align:top;
	margin:6px 0;
}

.csc-textpic-caption{
	font-size:12px;
	padding-top:10px;
}
#mailformname{
	color:#303030;
}
#mailformemail{
	color:#303030;
}
#mailformformtype_mail{
	width:80px;
	font-size:15px;
	font-weight:400;
	border:solid 1px #BEBEBE;
	background-color:#303030;
	margin-top:14px;
	margin-left:85px;
}
.subtitle{
	font-size:12px;
	padding-left:285px;
	margin-top:7px;
}
/*******************************************
                                        
                                        Footer
                                        
*******************************************/
#foot {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top:0;
    border-top:1px solid #bebebe;
    background-color: #303030;

}

#menu ul.level-1 {
    margin: 5px 10px 7px 15px;
}

#menu ul.level-1 li {
    display:inline-block;

}
#menu ul.level-1 li span{
    text-align:center;	
    display:inline-block;
    border: 1px solid #bebebe;
    width:80px;
    margin: 0 2px;
}

#menu ul.level-2 {
    display:inline;
    margin-right: 12px;
}

#menu ul.level-2 li {
    display:inline-block;

}
#menu ul.level-2 li span{
    text-align:center;	
    display:inline;
    border: none;
    margin: 0 8px;
    font-size: 13px;
}

#imprint {
    font-size:12px;
    width:80px;
    margin:-25px 0px 0px auto;
    position:fixed;
    right:0;
}
