body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #f0f0f0;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}
p {
	margin: 0px;
	padding: 0px;
}

ul {
	padding-left: 14px;
}

.newsItem img {
	border: solid 1px #eeeeee;
	margin:0px;
	margin-left: 15px;
	margin-bottom: 5px;
}

.newsItem img.newsOverview {
	border: solid 1px #eeeeee;
	margin-top:5px;
	margin-left:0px;
	margin-right: 15px;
	margin-bottom: 5px;
}


#header {
	height: 100px;
}
#header .logo {
	background-image: url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:center left;
	width: 204px;
	height: 100px;
	float: left;
}
#header .menu {
	margin-right: 20px;
	margin-top: 70px;
	float: right;
}
#header .menu .menuLeft {
	width: 10px;
	height: 30px;
	float: left;
	background-image:url(../images/menuLeft.png);
}
#header .menu .menuRight {
	width: 10px;
	height: 30px;
	float: left;
	background-image:url(../images/menuRight.png);
}
#header .menu .menuMiddle {
	text-transform:uppercase;
	height: 30px;
	line-height: 30px;
	color: #d4b48d;
	font-size: 14px;
	float: left;
	background-image:url(../images/menuMiddle.png);
}
#header .menu .menuMiddle a {
	padding-left: 5px;
	padding-right: 5px;
	text-decoration:none;
	color: #d4b48d;
	font-weight: bold;
}
#header .menu .menuMiddle a:hover {
	color: #333333;
}

.headerImage {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:958px;
	height:201px; 
}


#page {
}
#page .pageTop {
	background-image:url(../images/pageTop.png);
	height: 11px;
	font-size: 1px;
}
#page .pageBottom {
	background-image:url(../images/pageBottom.png);
	height: 11px;
	font-size: 1px;
}
#page .pageMiddle {
	padding-left: 11px;
	padding-right: 11px;
	background-image:url(../images/pageMiddle.png);
	background-repeat:repeat-y;
}
#page .pageMiddle .content {
	position:relative;
	background-image:url(../images/logoBottom.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin-right: -10px;
	/* margin-bottom: -10px; */
}

#page .pageMiddle .content .pageTxt a, #page .pageMiddle .content .pageTxt a:hover {
	color: #996640;
}

#page .pageMiddle .content .submenu {
	float: left;
	width: 170px;
	margin-left: 10px;
	margin-top: 15px;
}
#page .pageMiddle .content .submenu a {
	text-decoration: none;
	width: 168px;
	height: 31px;
	line-height: 31px;
	display:block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #fff;
	background-image:url(../images/submenu.png);
}
#page .pageMiddle .content .submenu a:hover {
	background-image:url(../images/submenu_over.png);
	color: #c18d4e;
}

#page .pageMiddle .content .pageContent {
	width: 730px;
	float: left;
	min-height: 390px;
	margin-top: 15px;
	margin-left: 30px;
}
#page .pageMiddle .content .pageContent .pageTitle, h2 {
	font-weight: bold;
	font-size: 14px;
	color: #c18d4e;
	text-transform:uppercase;
}

h2 {
	font-size: 12px;
	color: #666666;
}
#page .pageMiddle .content .pageContent .pageTxt {
	padding-bottom: 15px;
	padding-top: 10px;
	text-align:justify;
	font-size: 11px;
	line-height: 18px;
	color: #333;
}
#footer {
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #333;
	font-family: Helvetica, Arial, sans-serif;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
input, textarea {
	border: 1px solid #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	margin: 4px;
	padding: 2px;
	width: 200px;
}
textarea {
	width: 300px;
}
.submit {
	background-color: #d4b48d;
	width: 80px;
	color: #fff;
	font-weight: bold;
}

.homeLeft {
	float: left;
	width: 460px;
}
.homeRight {
	float: right;
	width: 230px;
	background-image:url(../images/blockNews.png);
	height: 280px;
	padding: 10px;
}
#homepage .homeRight .pageTxt {
}
.pageMore a {
	color: #996640;
	text-decoration:none;
}
