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

html,
body					{ margin:0px; padding:0px; height:100%; max-height:100%; overflow:hidden;  }

body 					{ font-family:Arial, Helvetica, sans-serif; font-size:12px; background:#fff url('../images/hg.jpg') repeat-x; color:#fff; }

h1						{ margin:0px; }

i						{ display:none; }

#wrapper 				{ background: url('../images/bg.gif') repeat-y; left:0px;  height:100%; }




#top 					{ width:1100px; height:204px; background: url('../images/header.jpg') no-repeat;}
#bottom 					{ position:fixed; bottom:0px; left:0px; width:100%; height:41px; background: url('../images/footer.gif') repeat-x; text-align:center; }

#side					{ float:left; display:inline; width:205px; height:100%;  background: url('../images/sidetop.jpg') top left no-repeat; }

#content { position:absolute; top:191px; bottom:41px; left:205px; right:0px; }



#hauptmenu                     	{ position:relative; top:-10px;  list-style-type:none; display:block; margin:0px; padding:10px; font-weight:bold; }
#hauptmenu h2			{ margin:0px; margin-top:10px; padding-left:30px; padding-top:5px; background: url('../images/h2.gif') no-repeat; width:186px; height:28px; font-size:13px; color:#0667a0; }
#hauptmenu li                   	{ display:block; }
#hauptmenu a                    	{ display:inline-block; width:186px; height:22px; padding-left:35px; padding-top:6px; }

#hauptmenu a:link ,
#hauptmenu a:active,
#hauptmenu a:visited   	{ background: url('../images/btn.gif') left top no-repeat; color:#0667a0 }
#hauptmenu a:hover       	{ background: url('../images/btn.gif') left bottom no-repeat; }




#fussmenu                     		{ position:relative; top:5px; padding:5px; list-style-type:none; bottom:0px; display:inline;}
#fussmenu li                   	{ display:inline;  }
#fussmenu a                    	{ padding-top:8px; display:inline-block; color:#cebca5; font-size:11px; font-weight:bold; width:121px; height:22px; }
#fussmenu a:link,
#fussmenu a:visited   	{ background: url('../images/btn.jpg') top no-repeat; border:none; color:#556a0c; text-decoration:none;}
#fussmenu a:hover       	{ background: url('../images/btn.jpg') bottom no-repeat; color:#738a23; }

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

.flags					{ margin-left:105px; margin-top:100px; z-index:990; } 

#popitmenu{
position: absolute;
background-color: black;
border:1px solid white;
font: normal 12px Verdana;
line-height: 0px;
visibility: hidden;
z-index:999;
}

#popitmenu a{
text-decoration: none;
padding: 2px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #FFFFFF;
}

.categoryTitle { background:#f00; color:#f00; }
