/* CSS Document */
body {
background-color: #E6E6E6;
min-width: 760px;
}

div.wrapper { 
position:relative;
background-image:url(pix/bkg.jpg);
background-repeat:no-repeat;
background-position:center;
width: 800px;
height: 600px;
border-width:0px;
border-style:none;
color:#000000;
/*text-align:center;*/
}

div.left
{
width:520px;
height:530px;
float:left;
border-width:0px;
border-style:none;
}
div.right
{
width:240px;
height:530px;
float:right;
border-width:0px;
border-style:none;
}
div.logo
{
 position:absolute;
 left:0px;
 top:0px;
 width:100px;
 height:100px;
 border-width:0px;
 border-style:solid; 
}
div.kontakt
{
 position:absolute;
 top:156px;
 left:185px;
 width:510px;
 height:410px;
 border-width:1px;
 border-style:none;
 padding:10px;
 text-align:left;
 font-family:Verdana;
 font-size:12px;
}
div.newsbox_BG
{
 position:absolute;
 top:90px;
 left:230px;
 width:400px;
 height:190px;
 border-width:1px;
 border-style:none;
 background-color:#FFFFFF;
 filter:alpha(opacity=40);
 -moz-opacity:0.4;
 opacity: 0.4;
 z-index: 99; 
  padding:10px;
}
div.newsbox_FG
{
 position:absolute;
 top:90px;
 left:230px;
 width:400px;
 height:190px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
 background-color:transparent;
 text-align:left;
 font-family:Verdana;
 font-size:12px;
 padding:10px;
 z-index:101;
 overflow:auto;
}
div.hempicture
{
 position:absolute;
 left:230px;
 top:310px;
 width:420px;
 height:270px;
 border: 1px solid #000000;
}
div.counter
{
 position:absolute;
 left:450px;
 top: 20px;
 width:300px;
 height:40px;
 font-size:14px;
 font-family:Arial;
 font-weight:bold;
 color:#888888;
}
div.content_BG
{
 position:absolute;
 top:120px;
 left:175px;
 width:350px;
 height:410px;
 border-width:1px;
 border-style:none;
 background-color:#FFFFFF;
 filter:alpha(opacity=50);
 -moz-opacity:0.5;
 opacity: 0.5;
 z-index: 99; 
  padding:10px;
}
div.content_FG
{
 position:absolute;
 top:120px;
 left:175px;
 width:350px;
 height:410px;
 border-width:1px;
 border-style:solid;
 border-color:#000000;
 background-color:transparent;
 text-align:left;
 font-family:Verdana;
 font-size:12px;
 padding:10px;
 z-index:101;
 overflow:auto;
}
div.menu
{
 position:absolute;
 left:0px;
 top:100px;
 width:180px;
 height:430px;
 border-width:0px;
 border-style:solid;
}
div.box
{
     border: 1px solid #222222; 
  	 width:	125px;
	 height: 28px;
     position: relative;
}
div.box_BG
{
     background-color:#CCCCCC;
     width: 123px;
     height: 30px;
     position: absolute;
     top: 0px;
     left: 0px;
     filter:alpha(opacity=40);
	 -moz-opacity:0.4;
     opacity: 0.4;
     z-index: 99;
}
div.box_FG
{
	 background-color:transparent;
     width: 123px;
     height: 28px;
     position: relative;
     z-index: 101;
	 text-transform:uppercase;
	 font-family:Arial;
	 font-size:15px;
	 font-weight:bold;
	 color:#FF0000;
}
div.box_FG:hover{
  background-color: #EEEEEE;
}

div.content_inside_header
{
     border: 1px solid #222222; 
  	 width:	100%;
	 height: 20px;
     position: relative;
}
div.content_inside_headerBG
{
     background-color:#CCCCCC;
     width: 100%;
     height: 22px;
     position: absolute;
     top: 0px;
     left: 0px;
     filter:alpha(opacity=40);
	 -moz-opacity:0.4;
     opacity: 0.4;
     z-index: 99;
}
div.content_inside_headerFG
{
	 background-color:transparent;
     width: 100%;
     height: 20px;
     position: relative;
     z-index: 101;
	 font-family:Verdana;
	 font-size:12px;
	 font-weight:bold;
	 text-align:left;
	 color:#FF0000;
}

div.picpanel
{
 position:absolute;
 left:570px;
 top:51px;
 width:170px;
 height:501px;
 border: none; 
}

div.panorama
{
 position:absolute;
 left:30px;
 top:465px;
 width:700px;
 height:106px;
 border: 0px none; 
}

div.address
{
	position:relative;
	left: 10px;
	 background-color:transparent;
}

div.footer
{

 position:absolute;
 left:30px;
 top:590px;
 border:0px none;
 border-top: 1px solid #000000;
 width:700px;
 font-family:Verdana;
 font-size:12px;
}
.spacer
{
 font-size:5px;
}
A
{
 text-decoration:none;
 color:#FF0000;
}
A:visited
{
 text-decoration:none;
 color:#FF0000;
}
