body {
  margin: 0px;
  padding: 0px;
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
}


}

p {
	color: #000000;
	font-size: 10pt;
	font-family: courier old, fixed, monospace;
}


h1 {
	font-size: 14pt;
	font-family: courier old, fixed, monospace;
}

h2 {
	font-size: 12pt;
	font-family: courier old, fixed, monospace;
}

h3 {
	font-size: 10pt;
	font-family: courier old, fixed, monospace;
}

td {
	font-size: 10pt;
	font-family: verdana, fixed, monospace;
}

div#container
{
margin-left: 20%;
margin-right: 20%;
min-height: 100%;
width: 600px;
background-color: #FFFFFF;
padding-top: 10px;
padding-left: 10px;
padding-right: 20px;
padding-bottom: 20px;
border: 0px;
border-color: #000000;
border-style: solid;
}

div#topimage
{
margin-left: 0%;
margin-right: 0%;
width: 600px;
height: 200px;
background-color: #000000;
border: 5px;
border-color: #000000;
border-style: solid;
}

div#menycontainer
{
width: 600px;
height: 20px;
background-color: #FFFFFF;
text-align: center;
padding-bottom: 20px;
border-left: 5px;
border-right: 5px;
border-bottom: 5px;
border-color: #000000;
border-style: solid;
}

#menycontainer ul{float: center; margin-left: 0; padding-left: 0; font-size: 80%; margin-top: 12px; }
#menycontainer li{display: inline; float: center; }
#menycontainer ul a{float: center; text-decoration: none;  margin-right: 0.5em; padding: 0.3em 2em;}

#menycontainer a:link{color: #000000; background: #FFFFFF; background-image: url(images/pil.gif); background-repeat: no-repeat;  background-position: 0%50%; background-position-x: 0%; background-position-y: 50%;}
#menycontainer a:visited{color: #000000; background: #FFFFFF; background-image: url(images/pil.gif); background-repeat: no-repeat; background-position: 0%50%; background-position-x: 0%; background-position-y: 50%;}
#menycontainer a:hover{background: #EEEEEE; background-image: url(images/pil.gif); background-repeat: no-repeat; background-position: 10%50%; background-position-x: 10%; background-position-y: 50%;}
#menycontainer a#current{background: #EFEFEF; color: #000000;}

div#text
{
min-width: 500px;
min-height: 400px;
background-color: #FFFFFF;
padding: 10px;
margin-left: 0%;
margin-right: 0%;

}

div#box
{
padding-top: 10px;
padding-bottom: 10px;
padding-left: 3px;
padding-right: 3px;
width: 500px;
height: 70px;
float: center;
background-color: #000000;
border: 2px;
border-color: #FFFFFF;
border-style: dotted;
}


div#kontaktinfo
{
width: 100%;
height: 20px;
background-color: #FFFFFF;
font-size: 80%;
text-align: center;
}

p#box{
color: #FFFFFF;
font-family: courier old, fixed, monospace;
}

#kontaktinfo a:link {color: #000000; text-decoration: none;}
#text a:link {color: #000000; }
#kontaktinfo a:img {border-style: none;}




