/* Replace with better stylesheet */

body{
	background-color: #827256;
	margin: 0px;
}

a img{
	border: none;
}

div#main{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div#header{
	float: left;
	width: 960px;
	height: 162px;
	background-color: #F8F9F2;
	background-image: url("../images/headerBg.gif");
}

img#logo{
	display: block;
	float: left;
}

div#topMenu{
	float: right;
	width: 300px;
	margin-top: 110px;
}

div#headerRechts{
	background-image: url("../images/headerRechts.gif");
	width: 36px;
	float: right;
	height: 162px;
}

div#content{
	float: left;
	width: 960px;
	background-image: url("../images/contentBg.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F8F7F0;
}

div#footer{
	float: left;
	background-image: url("../images/footerBg.gif");
	height: 100px;
	padding-left: 77px;
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #E2DACA;
	line-height: 100px;
	text-decoration: none;
	width: 883px;
}

div#saxLink{
	float: right;
	margin-right: 25px;
	margin-top: 25px;
	line-height: 0px;
}

div#footer a{
	font-size: 11px;
	font-family: Trebuchet MS;
	color: #E2DACA;
	line-height: 100px;
	text-decoration: none;
}

td.leftSide{
	width: 52px;
	background-image: url("../images/bgLinks.gif");
}

td.rightSide{
	width: 52px;
	background-image: url("../images/bgRechts.gif");
}

td.content{
	padding-top: 30px;
	font-family: Trebuchet MS;
	color: #6d5533;
	line-height: 25px;
	font-size: 13px;
	width: 856px;
	background-image: url(../images/bgContentBottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

td.content td{
	font-family: Trebuchet MS;
	color: #6d5533;
	line-height: 25px;
	font-size: 13px;
}

td.content a{
	color: #be2026;
	text-decoration: none;
}

div.textHome{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}

div.leftHome{
	float: left;
	width: 360px;
}
div.rightHome{
	float: right;
	width: 350px;
	margin-right: 20px;
}

div#menu{
	float: left;
	width: 300px;
}

div.text{
	float: right;
	width: 460px;
	margin-right: 20px;
	padding-top: 4px;
}

div.newsitem{
	float: left;
	padding-left: 10px;
	margin-top: 25px;
}

/* menushit: */

ul{
	margin: 0px;
	padding-left: 25px;
	list-style-type: none;
	width: 280px;
}

li{
	width: 270px;
}

a.menuItem:link, a.menuItem:active, a.menuItem:visited{
	color: #6d5533;
}

a.menuItem:hover{
	color: #be2026;
}

a.menuItemA:link, a.menuItemA:active, a.menuItemA:visited{
	color: #be2026;
	padding-left: 20px;
	background-image: url("../images/linkIcon.gif");
	background-position: left center;
	background-repeat: no-repeat;
}

/* contactformulier */

input.contact{
	width: 270px;
	margin-left: 20px;
}

