body{
margin: 0;
padding: 0;
background: #FF9933;
text-aligh: center;
}

div#box{
background: white;
height:auto;
border: solid red 2px;
margin-top: 0;
margin-bottom: 0;
position: relative;
margin-left: auto;
margin-right: auto;
width: 800px;


	}

h1{

margin-bottom: 0;
font-size: 200%;
letter-spacing: 3px;
text-align: center;
font-weight: bold;
background: white;
}

h2{
margin: 0;

letter-spacing: 1.5 px;
text-align: center;
font-weight: bold;
padding: 0.25em;
background: white;
border-bottom: solid 2px red;
}

h3{
text-align: center;
letter-spacing: 1px;
}

div#main{
background: white;
margin: 1em;
padding: 1em;
line-height: 120%;
font-size: 110%;
height: auto;}

div#nav{
	text-decoration: none;
	list-style-image: url(wij.gif);
	font-size: 110%;
	background: url(lato.jpg) 100%;
	border-bottom: solid 2px red;

	}

div#nav li {
	position: relative;
	

	}
div#nav ul {
	margin: 0;
	padding: 0px 0px 0px 20px;
border-right: sold 2px red;
width: 10em;
	background: #FFE3A2;

	
	}

div#nav ul a{
	display: block;
	text-decoration: none;
	color: black;
	padding: 4px;
	
	}

div#nav ul a:hover {
	background: #FF9933;
}

div#kontakt{
text-align: center;	
}

div#kontakt a{
color: black;}