﻿html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
}

body {
	background-color: #fefbdd;
	text-align: center;
}

* {
	font-size: 13px;
	font-family: verdana, tahoma, arial;
	color: #941a1d;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

p {
	margin: 0px;
}

#maindiv {
	width: 100%;
	min-height: 100%;
	/* needed for IE 6? height: 100%; */

	padding: 0;
	margin: 0;
	text-align: left;

	background-image: url(../images/site/menubg.jpg);
	background-repeat: repeat-y;
	background-position: left 74px;
	background-color: #fff7ad;
}



#menubar {
	width: 201px;
	float: left;
}

#menulogo {
	width: 201px;
	height: 236px;

	background-image: url(../images/site/logo.jpg);
	background-repeat: no-repeat;
}

#headerandcontentbar {
	margin-left: 201px;
}


#headerfotobanner {
	height: 182px;

	background-image: url(../images/site/fotos.jpg);
	background-repeat: repeat-x;
	background-position: 0px 21px;
}

#headermenu {
	height: 45px;
	text-align: center;

	background-image: url(../images/site/mainmenu_bg.gif);

	padding-left: 50px;
	padding-right: 50px;
}

#headermenu a {
	font-family: Palatino Linotype, tahoma, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;

	margin-left: 5px;
	margin-right: 5px;
	line-height: 21px;
	text-decoration: none;
}

#headermenu a span {
	white-space: nowrap;
}

#headerjooske {
	position: absolute;
	top: 283px;
	right: 0px;

	width: 101px;
	height: 160px;

	background-image: url(../images/site/jooske.jpg);
	background-repeat: no-repeat;
}

#menucontent {
	float: left;
	width: 201px;
	text-align: left;
	margin-left: 6px;
	margin-top: 14px;
}

#menucontent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menucontent ul li {

}


#menucontent ul li a {
	font-family: Palatino Linotype, tahoma, verdana, arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #341111;
	line-height: 30px;
}

#menucontent ul li a:hover {
	text-decoration: underline;
}


#menucontent ul li ul {
	margin-left: 17px;
	margin-top: 4px;
	list-style: url(../images/site/menusub.gif);
}

#menucontent ul li ul li a {
	font-weight: normal;
	text-decoration: none;
	line-height: 15px;
}



#content {
	margin-top: 10px;
	margin-left: 29px;
	margin-right: 175px;
	text-align: left;
	min-height: 100%;
	height: 100%;
}

#content h1 {
	padding-top: 20px;
	padding-bottom: 10px;
}



div.tablerow {
	clear: both;
}

div.tablerow span.label {
	float: left;
	width: 175px;
	text-align: left;
}

div.tablerow span.formw {
	float: left;
	width: 300px;
	text-align: left;
}


.input_text_small {
	width: 150px;
	border: 1px solid #62220f;
	background-color: #fefdf1;
}

.input_text_large {
	width: 300px;
	border: 1px solid #62220f;
	background-color: #fefdf1;
}
.input_textarea_large 
{
	width: 300px;
	height: 100px;
	border: 1px solid #62220f;
	background-color: #fefdf1;
}

.input_button_small {
	border: 1px solid #941a1d;
	margin: 0px;
	padding: 0px;
	width: 107px;
	height: 19px;
	font-weight: bold;
	background-color: #fefbdd;
}

.input_button {
	border: 1px solid #941a1d;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 33px;
	font-weight: bold;
	background-color: #fefbdd;
}

.input_list {
	border: 1px solid #62220f;
	width: 300px;
}

.input_text_orderstep_small {
	width: 60px;
	border: 1px solid black;
}

.input_text_orderstep_normal {
	width: 200px;
	border: 1px solid black;
}

.input_text_orderstep_large, .input_list_orderstep_large {
	width: 268px;
	border: 1px solid black;
}

.clear {
	clear: both;
}

.alignright {
	text-align: right;
}