html {
    width: 100%;
    height: 100%
}

body {
    min-width: 1250px;
    margin: 0;
    padding: 0;
    background-color: #EFF8FB;
    color: #ffffff;
    font-family: Arial;
    font-size: 11pt;
    line-height: 13pt;
    min-height: 100%;
    height: 100%
}

#outer-space {
    margin: 0 auto;
    overflow: hidden;
    background-image: url(/images/bg.png);
    min-height: 100%;
    background-repeat: no-repeat;
    background-position: 20px 160px;
}



#header {
    background-color: #76C9E0;
    height: 160px;
    padding-left: 20px;
    
} 

#header2 {
    background-color: #91D2E5;
    height: 160px;
    padding-left: 20px;
    
} 




#container {
    margin-left: 20px; 
    min-height: 700px;
    width: 1250px;
}
   

#logo {
    margin-left: 78px;
    width: 220px;
    height: 160px;
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    float: left;
}
#logo2 {
    margin-left: 78px;
    width: 220px;
    height: 160px;
    background-image: url(/images/logo2.gif);
    background-repeat: no-repeat;
    float: left;
}
#language {
    width: 120px;
    float: left;
    padding: 140px 0 0 600px;
}
#toolbar {      
    width: 800px;
    height: 30px;
}

   

/* -- NAVI -- */

#nav {
    width: 183px;
    float: left;
}

        
#subnav {
    width: 132px;
    float: left;
}

#print-header {
	display:none;
}
#print-footer {
	display:none;
}
        
        
        
 
#inner-content {
    width: 818px;
    float: left;
    color: #000000;
}


#frame-middle {
	padding: 0 10px 0 1px;
	background-image: url("/images/frame_middle.png");
	background-position: 0 0;
	background-repeat: repeat-y;
}

#frame-inner {
	background-image: url("/images/bg_inner_light.gif");
	background-position: -184px 0;
	background-repeat: no-repeat;
	background-color: #F6FCFE;
}

#frame-inner-imprint {
	background-image: url("/images/bg_inner_imprint.gif");
	background-position: -184px 0;
	background-repeat: no-repeat;
	background-color: #9cd8e9;
}

#frame-bottom {
	height: 27px;
	background-image: url("/images/frame_bottom.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#frame-bottom-imprint {
	height: 27px;
/*	background-image: url("/images/frame_bottom_imprint.png"); */
	background-position: 0 0;
	background-repeat: no-repeat;
}

#content {
    padding: 40px 38px 120px 22px;
    color: #4C4746;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

#content-intro {
    padding: 190px 78px 120px 35px;
    color: #4C4746;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
    color: #222;
}
#content-intro a {
	color: #000;
}

#content-intro h1 {
	padding: 8px 0; 
	display: block;
	font-size: 16px;
}

.blue,
#content a.blue {
	color: #2EABDC;
}

.violett {
	color: #878EC1;
}
.lightgreen {
	color: #93C036;
}


.button-form {
	float: left;
	margin-top: -10px;
	margin-right: 10px;
}
              
.green,
a.green,
#content a.green {
	color: #81bb24;
}


#content a {
	color: #222;
	text-decoration: underline;
}

#content h1 {
	margin: 0 0 22px 0;
	font-size: 15px;
}
   
#content h1 span {
	color: #2EABDC;
}

#content h2 {
	font-weight: bold;
}

#content h2 a {
	color: #333;
}
   
#content h3 {
	font-weight: bold;
}
   

#content p {
	margin-bottom: 20px;
	text-align: justify;
}
   
#content strong {
	font-weight: bold;
}

#content ul {
	margin-left: 30px;
}

#content ul li {
	margin-bottom: 10px;
	list-style-type: circle;
	list-style-position: outside;
}





#content2 {
    height: 700px;
    padding-left: 10px;
    color: #4C4746;
    overflow: hidden;
}
     
   

#newsticker {    
	color: #000000;
    width: 234px;
    height: 560px;
    background-image: url(/images/news_bg.png);
    background-repeat: no-repeat;
    float: left;
    margin-top: 124px;
    font-size: 11px;
}
#newsticker-inner {
    padding-top: 0px;
    padding-left: 8px;
}

#news-click {
    width: 234px;
    height: 80px;
    cursor: pointer;
}
      

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1px; }
.clearfix { display: block; }

 
sup {
      line-height: 0px;
      font-size: 80%;
      vertical-align: super;
}
sub {
      line-height: 0px;
      font-size: 80%;
      vertical-align: sub;
}

#digitalkraft, #digitalkraft a {
	padding-top: 40px;
	font-size: 7pt;
	color: #999;
	text-decoration: none;
}

#download a {
	text-decoration: none;
}
