@charset "UTF-8";
/* CSS Document */

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body { background-color:#000;
       background-image: url("../img/bg/big/start/01.jpg");
       background-repeat: no-repeat;
       background-size: cover;
       font-family: Verdana, Helvetica, Arial;
       color: #444;
       font-size: 75% !important;
}

a {
    text-decoration: none;
    color: #555;

}

a:hover {
    color: #000;
    /*text-decoration: underline;*/
    /*background-image: url("../img/icons/underline.png");
    background-repeat: repeat-x;*/
}

.menuepoint a:hover, .text-box a:hover{
    background-image: url("../img/icons/underline.png");
    background-repeat: repeat-x;
}

#background1 {
	overflow:hidden;
	width:100%;
	/*height:600px;*/
    height: 100%;
    position:fixed;
    top:0px;
    left:0px;
	}
#background2 {
	overflow:hidden;
	width:100%;
	/*height:600px;*/
    height: 100%;
	position:fixed;
	top:0px;
	left:0px;
	}

/*#headerimg2 {
	position:absolute;
	top: 0px;
	left: 0px;}*/

#content {
	position:relative;
	width: 510px;
	top: 0px;
	left:100px;
	background-image:url(../img/bg/bg_div.png);
    background-repeat: no-repeat;
	background-position:bottom left;
    text-align: center;
    padding-bottom: 40px;
    z-index: 80;
	}

#news {
    position:absolute;
    width: 510px;
    top: 0px;
    left:153px;
    background-image:url(../img/bg/bg_div_news.png);
    background-repeat: no-repeat;
    background-position:bottom left;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 55px;
    font-size: 120%;
}

.link_news{
    color: #215c69;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}

.menuepoint {
    max-width: 120px;
}

#navigation {
    position:absolute;
	background-image:url(../img/bg/bg2_div.png);
    background-repeat: no-repeat;
    background-position:bottom left;
	width:510px;
	height:52px;
    left:100px;
    z-index: 91;
	}

#navigation1, #navigation2, #navigation3, #navigation4 {
    position:absolute;
    background-image:url(../img/bg/bg3_div.png);
    background-repeat: no-repeat;
    background-position:bottom left;
    width:510px;
    height:95px;
    top:-110px;
    left:100px;
    z-index: 90;
    display: none;
}

.active_nav {
    display: block !important;
    top: 0px !important;
}

.active_nav_fade {
    display: block !important;
    top: -110px !important;
}

#navi_item {
    padding-top: 10px;
	height:25px;
    display: inline;
    float: left;
}

.navi_item2 {
    padding-top: 50px;
    height:25px;
    display: inline;
    float: left;
}

#navi_item div, .navi_item2 div {
    float: left;
}

.spacer {
    float:left;
    width: 42px !important;
}

#navi_table2 {
    /*height:25px;*/
    vertical-align:middle;
    /*top: 70px;*/
}
	
.active {
	/*background-image:url(../img/bg/bg_navi_active.png);
	background-repeat:repeat-x;
	background-position:bottom;*/
    color: #000 !important;
    /*text-decoration: underline;*/
    background-image: url("../img/icons/underline.png");
    background-repeat: repeat-x;
	}
	
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.text-box {
    text-align: left;
    margin-left: 35px;
    margin-right: 35px;
}

.text-box p {
    padding-bottom: 10px;
}

.text-box ul {
    padding-left: 15px;
    list-style-image: url("../img/icons/ul.gif");
    /*list-style-position: inside;*/
}

.buttonhome {
    border: none;
}

.buttonhome :hover {
    border: none;
    background-image: none !important;
    background-color: red;
    background: none;
}

.buttonhome img {
    border: none;
}

.buttonhome img:hover {
    border: none;
    background-image: none !important;
}

.ebox{
    min-height: 6px;
    margin-bottom: 2px;
    margin-top: 2px;
    /*height: 6px;
    border: 1px;
    border-style: solid;
    border-color: #ffffff;*/
}

.cke {
    border: 1px;
    border-style: solid;
    border-color: #ffffff;
}

.my-class {
    background:transparent url("../img/icons/pfeil.png") no-repeat 0 center !important;
    display: inline-block; /* create a block element behaving like an inline element */
    vertical-align: bottom;
    text-indent: 1.6em; /* move the inner text outside of the link */
    overflow: hidden; /* prevent text visibility */
    /*width: 200px;  image width */
    /*height: 16px;  image height */
    color: #215c69;
}

.my-class a:hover {
    background-image: url("../img/icons/underline.png");
    background-repeat: repeat-x;
}

@media screen and (max-device-width: 480px){
    body{
        -webkit-text-size-adjust: none;
    }
}
