html
{
height:100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5F4C2B;
	line-height: 15px;
	vertical-align:top;
	background-color:#eee7db;
	height:100%;
	margin:auto;
    overflow:auto;
    overflow: -moz-scrollbars-vertical;
}

#wrapper {
	margin:auto;
	height:100%;
	width:750px;
}

#content {
padding:0;
background-color:#FFFFFF;
}

.button{
padding:0;
background-color:#FFFFFF;
background:url(img/button.jpg); background-repeat: repeat-x; background-position:top;
}

.kontakt{
padding:0;
background-color:#FFFFFF;
background:url(img/kontakt.jpg); background-repeat: no-repeat; background-position:top;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

