body {
        background-color: #f4d575;
        background-image: url(background.png);
        background-repeat: repeat-x;
        background-position: center top;
	color: #333333;
}

.logo {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -380px;
	top: 15px;
}

.page {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -380px;
	top: 65px;
}

.title-font {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #ff9900;
}

.text1-font {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.9em;
	font-style: normal;
	color: #333333;
}

.text1-font a {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.9em;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.text1-font a:hover {
	color: #ff9900;
}

.text2-font {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.8em;
	font-style: normal;
	color: #333333;
}

.foot-font {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.8em;
	font-style: normal;
	color: #333333;
}

.menu {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -335px;
	top: 73px;
}
 
.menu a {
	font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover {
	color: #f4d575;
	font-weight: bold;
}

.menu-font {
	font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 1.0em;
	font-style: normal;
	color: #ffffff;
} 

#kontakt_form {
        margin: 0px;
        padding: 0px;
        position: absolute;
	width: 783px;
        top: 0px;
        left: 0px;
        font-family: 'trebuchet ms', trebuchet, verdana;
        color: #657C90;
	background-color:#b68932; 
	layer-background-color:#b68932;
}

input[type=text] { 
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.8em;
        left: 8em;
        color: #969696;
        background-color: white;
        height: 23px;
        border-width:0px;
        padding: 5px;
} 
input[type=checkbox] {
        width: 20px;
        height: 20px;
        vertical-align: middle;
}
select {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.8em;
        width: 60px; 
        color: #969696;
        background-color: white;
        height: 23px;
        border-width:0px;
}
textarea {
        font-family: 'trebuchet ms', trebuchet, verdana;
        font-size: 0.8em;
        width: 345px;
        color: #969696;
        background-color: white;
        height: 111px;
        border-width:0px;
        padding: 5px;
}
.commit:link, .commit:active, .commit:visited {
        color: #ffffff; 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 14px; 
        font-weight: bold; 
        text-decoration: none;
        vertical-align: text-top;
}
.commit:hover {
        color: #666666;
}
