html {
    height: 101%;    
}
/* ------------------------------------
     Layout: 
     - einspaltig, feste Breiten
   ------------------------------------ */
body {
    background-color: #E6E6E6;    
    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 */   
}

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

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

h2 {
    font-size:   1.5em; 
    
	color: #000;
}

#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 auto;
    width: 880px;
    height: 27px;
    padding: 0 0 0 40px;
	text-align: center;
	background-color: #E6E6E6;
}
#flaggennavi1 {
    margin: 0;
	margin-top: 10px;
    width: 880px;
    height: 27px;
    padding: 0 0 0 40px;
	text-align: center;
	background-color: #E6E6E6;
    clear: both;
}

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



#content {
    width: 100%;
    height: 100%;
    text-align:center; 
    padding-top:0px;  
    border:0px solid #000;     
    padding-bottom:0px;
    background-color: #E6E6E6;    
    font-size: 12px;     
    color: #333333; 
    clear: both;
}

#content1 {
    height: 100%;
    background-color: #E6E6E6;
    clear: both;
}
p  {
	margin: 0;
	padding: 0 0 12px 0;
	}
#info {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 10px;
    color: #7a7a7a;
	clear: both;
}  

#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 {    
    width: 100%;
    height: 100%;   
    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;    
}
