html {
    margin: 0 ;
    padding: 0;
    border: 0;
    background-color: #E6E6E6;
}
/* ------------------------------------
     Layout: 
     - einspaltig, feste Breiten
   ------------------------------------ */
body {
    background-color: #E6E6E6;
    width: 1024px;
    margin: 0 auto;
    padding: 0;
		font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal; 
    color: #333333; 
    line-height:140%;
    /* IE 5 zentrieren */
    text-align: center;
    /* IE - Ebenen: 
    CSS workaround fuer IE 5/6/7?? 
    nur so werden Ebenen als 
    position: relative dargestellt */
    position: relative;
   
}

 a:link {
    color: #0000ff; 
    text-decoration:underline;
    font-weight: normal;
}
 a:hover { 
    color: #701C1C; 
    text-decoration:none;
    font-weight: normal;
}
 

#h1 {
    font-size:   1.2em;
    margin: 0px;
}

#h2 {
    font-size:   1.1em; 
    margin: 0px;      
}

#h3 {
    font-size:  1em;
    margin: 0px;
}

#f {
    width: 920px;
    margin: 0 auto;
    background-color: #CCD0DC;
    border: 4px solid #fff;
    text-align: left;
    background:url(images/bg_frame.gif) repeat;
    background-repeat: repeat-y;
    background-position: -0px 0px;
}
#frameShadow {
    width: 920px;
    margin: 0 auto;
    
    background-color: #CCD0DC;
    border: 4px solid #fff;
    text-align: left;
    background:url(images/bg_frame.gif) repeat;
    background-repeat: repeat-y;
    background-position: -0px 0px;  
}
/* ------------------------------------
   Header
   ------------------------------------ */
#header {
    width: 100%;
    height: 115px;
    background-color: #E6E6E6;
    padding-bottom: 1px;
    padding-top: 5px;
}

#flaggennavi {
    margin: 0;
    width: 100%;
    height: 27px;
    padding: 0 0 0 0;
	text-align: center;
	background-color: #E6E6E6;
    clear: both;

}
#flaggennavi1 {
    margin: 0;
	margin-top: 10px;
    width: 100%;
    height: 27px;
    padding: 0 0 0 0;
	text-align: center;
	background-color: #E6E6E6;
    clear: both;

}

#flag1,flag2 {
    width: 40px;
    height: 25px;
    margin: 0 auto;
    border: 1px solid #fff;   
    float: left;
	margin-left: 1.7em;
}



#content {
    width: 100%;
    height: 100%;
    text-align:center; 
    padding-top:0px;  
    border:0px solid #000;     
    padding-bottom:0px;
    background-color: #E6E6E6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
    font-weight: normal; 
    color: #333333; 
    clear: both;
}

#content1 {
    height: 100%;
    background-color: #E6E6E6;
    clear: both;
}

#info {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #7a7a7a;
}  

#infotext {
    margin: 0 auto;
    width: 75%;
    height: 100%;
    text-align: justify;
    padding: 0px;
    color: #333333;
}  

#logo {
    clear: both;
    position: relative;
    top: 0px;
    left: 258px;
    width: 345px;
    height: 104px;
}  

#hoverpage {
    margin-top: 20px;
}

/*------------------------------------
  Footer
  -----------------------------------*/
#footer {
    
    background-color: #E6E6E6;
    width: 100%;
    height: 100%;
    font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #000;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #fff;    
}

#footer1 {
    
    background-color: #E6E6E6;
    width: 920px;
    height: 100%;
    font-family: Tahoma,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #000;
    border-style: solid;
    border-width: 4px 0px 0px 0px;
    border-color: #fff;    
}
