@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

*:focus
{
	outline: none;
}

:-moz-any-link:focus
{
    outline: none;
}

html
{
    background:url(../images/header_bkg.png) top center repeat-x;
    background-color: #eee;
    height: 100%;  
}

body
{ 
    background:url(../images/right_image.png) top center no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#1e1c1b;
}


#divContainer
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#topLine {
    width: 100%;
    height: 8px;
    background-color: #df3a13;   
}

#contentFullWidth {
    width: 100%;
    height: 100%;
    background: url('../images/header_bkg.png') top left repeat-x;
    background-color: #eee;   
}

#bodyContent {
    width: 988px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: 988px;
    height: 115px;
}

#logo {
    margin-top: 18px;
    float: left;
    margin-left: 5px;   
}

#contactBox {
    width: 200px;
    float: right; 
    margin-top: 20px; 
}

#slideshow {
    width: 988px;
    height: 564px;
    background: url('../images/slideshow_bkg.png') top left no-repeat;
    position: relative;   
}

#shadow {
    position: absolute;
    left: 23px;
    bottom: -54px;
    width: 941px;
    height: 54px;
    background: url('../images/shadow.png') top left no-repeat;   
}

#slideshowHolder {
    width: 674px;
    height: 505px;
    position: absolute;
    top: 12px;
    left: 12px;
    padding-left: 145px;
    padding-right: 145px;
    padding-top: 15px; 
    padding-bottom: 21px;  
}

#slideshowHolder img {
    position: absolute;
    top: 15px;
    left: 145px;   
}

#slideshowButtons {
    width: 92px;
    height: 18px;
    position: absolute;
    bottom: 34px;
    right: 30px;   
}

.slideButton {
    width: 18px;
    height: 18px;
    overflow: hidden;
    background: url('../images/buttons.png') 0px 0px no-repeat;
    float: right;
    margin-left: 5px;
    cursor: pointer;   
}

.activeSlideButton {
    background: url('../images/buttons.png') 0px -18px no-repeat;
    cursor: default;
}

.contactLeftEmail {
    color: #DF3A13;
    font-style: italic;   
}

.contactLeft {
    color: #fff; 
    font-style: italic;  
}

.contactRight {
    color: #fff;   
}

.contactRight a {
    color: #DF3A13;
    text-decoration: none;   
}

.contactRight a:hover {
    text-decoration: underline;   
}

.display_none {
    display: none;   
}

#mainTitle {
    width: 988px;
    font-size: 26px;
    text-align: center;
    color: #e31218;
    margin-top: 50px; 
    position: relative;
    bottom: 10px;  
}

#eclipseButtons {
    width: 988px;
    text-align: center;
    margin-top: 30px;   
}

.delimiterLine {
    width: 988px;
    height: 1px;
    overflow: hidden;
    background-color: #d9dada;
    margin-top: 40px;   
}

#boxes {
    width: 988px;
}

.boxHolder {
    width: 229px;
    float: left;
    margin-right: 24px;
    margin-top: 60px;   
}

.clear_floats {
    clear: both;
    width: 100%;   
}

.boxTitle {
    text-align: center;
    font-size: 16px;
    color: #e31218;
    margin-bottom: 5px;   
}

.boxImage {
    text-align: center;
    margin-bottom: 20px;   
}

.boxOne {
    width: 229px;
    height: 115px;
    background: url('../images/first_box.png') top left no-repeat;   
}

.boxTwo {
    width: 229px;
    height: 115px;
    background: url('../images/second_box.png') top left no-repeat;
    margin-top: 30px;
    position: relative;   
}

.boxTwo a {
    display: block;
    width: 229px;
    height: 115px;    
    position: absolute;
    top: 0px;
    left: 0px;
}

.boxText {
    width: 229px;
    height: 180px;
    margin-top: 30px;
    margin-right: 24px;
    text-align: left;
    float: left; 
    overflow: hidden;
    line-height: 16px;  
}

.boxTextLong {
    width: 482px;
    height: 180px;
    margin-top: 30px;
    text-align: left;
    float: left; 
    overflow: hidden;
    line-height: 16px;      
}

#loginAndLinks {
    width: 988px;
    height: 115px;
    margin-top: 40px;   
}

#loginBox {
    width: 482px;
    height: 125px;
    background: url(../images/login_bkg.png) top left no-repeat;
    float: left;
    color: #6d6d6d;   
}

#loginTitle {
    padding-left: 20px;
    padding-top: 10px;
    font-size: 18px;   
}

.inputField {
    background-color: white;
    border: 1px solid #aeafaf;
    padding: 2px;
    font-size: 12px;
    width: 207px;   
}

#submitLogin {
    border: 1px solid #aeafaf;
    background-color: white;
    cursor: pointer; 
    color: #6d6d6d;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;    
}

#linksBox {
    width: 482px;
    height: 46px;
    background: url(../images/links_bkg.png) top left no-repeat;
    float: right; 
    color: #6d6d6d;  
}

#linksBox ul {
    list-style-type: none;
    margin-top: 13px; 
    margin-left: 60px;  
}

#linksBox ul li {
    float: left;
    font-size: 16px;   
}

#linksBox ul li a {
     color: #6d6d6d;
     text-decoration: none;
     margin-right: 26px;   
}

#linksBox ul li a:hover {
     text-decoration: underline;   
}

.ulLimiter {
     margin-right: 26px;   
}

#eclips128Box {
     width: 988px;
     margin-top: 60px;   
}

.eclips128Text {
     font-size: 21px;
     color: #E31218;
     margin-top: 20px; 
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 305px;  
}

#footerFullWidth {
     width: 100%;
     height: 445px;
     background: url('../images/footer_bkg.png') top left repeat-x;
     margin-top: 30px;   
}

#footer {
     width: 988px;
     height: 445px;
     position: relative;
     margin-left: auto;
     margin-right: auto;
}

#socialNetworks {
     width: 250px;
     height: 294px;
     position: absolute;
     top: 0px;
     left: 0px;  
}

#impressum {
    width: 250px;
    height: 294px;
    position: absolute;
    top: 0px;
    left: 260px;   
}

.footerTitle {
    color: #fff;
    font-size: 20px; 
    margin-top: 50px;  
}

#socialNetworks ul {
    list-style-type: none;
    margin-top: 30px;
    margin-left: 10px;   
}

#socialNetworks ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    background: url(../images/arrow.png) 0px 0px no-repeat;   
}

#socialNetworks ul li a {
    color: #8f929c;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    bottom: 2px;
    text-shadow: 0.1em 0.1em 0.05em #000;   
}

#socialNetworks ul li a:hover {
    text-decoration: underline;   
}

.impressumText {
    margin-top: 30px; 
    color: #fff;
    line-height: 16px;
    font-size: 11px; 
}

#footerLogo {
    width: 250px;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 50px; 
}

#footerLastLine {
    color: #d3d3d3;
    position: absolute;
    top: 338px;
    left: 0px;
    font-size: 11px;
}

#footerLastLine span {
    color: #DF3A13;
}

#footerIcons {
    width: 200px;
    height: 50px;
    position: absolute;
    top: 320px;
    right: 0px;
    text-align: right;
}

#agbBlock {
    line-height: 16px;
    padding-top: 80px; 

}

#agbBlock a {
    color: #6b6a6a;
    text-decoration: none;
}

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

#overlay {
    background: black;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    filter: alpha(opacity=50);
} 

  


/* *** Float containers fix: 
  http://www.csscreator.com/attributes/containedfloat.php *** */  
.clearfix:after { 
    content: ".";  
    display: block;  
    height: 0;  
    clear: both;  
    visibility: hidden; 
    } 
   
.clearfix { 
    display: inline-block; 
    } 
  
/* Hides from IE-mac \*/ 
* html .clearfix { 
    height: 1%; 
    } 
.clearfix { 
    display: block; 
    } 
/* End hide from IE-mac */
