/* CommonLayout */

html {
	font-size: 11px;
	font-family: Arial;
	line-height: 1.5em;
	color: #4C1B1B;
}

body {
	font-size: 11px;
	font-family: Arial;
	line-height: 1.5em;
	color: #4C1B1B;
}

body {
	margin: 0px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, Arial;
	font-weight: normal;
}

h1 {
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #bab49c;
	font-size: 12px;
	letter-spacing: 0.5em;
}

h2 {
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 20px;
}

a {
	color: #a08f7b;
	text-decoration: none;
}

a:hover {
	color: #4C1B1B;
}

/* Pagelayout */

html {
	background-color: #FCFAE1;
}

#pageWrap {
	width: 900px;
	margin: auto;
	padding-top: 177px;
}

#contentBox {
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: hidden;
}

#header {
	height: 18px;
	border-bottom: 10px solid #4C1B1B;
	background-image: url('img/wuh_logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	/*overflow: hidden;*/
	padding: 20px 0px;
}

#mainMenu {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	float: right;
	height: 18px;
}

#mainMenu li {
	display: inline;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 1.5em;
	font-size: 14px;
	font-family: Georgia, Times, Arial;
	background-image: url('img/brown-circle.gif');
	background-repeat: no-repeat;
}

#mainMenu li.firstItem {
	background-image: none;
}

#mainMenu a {
	color: #4C1B1B;
}

#mainMenu a:hover, #mainMenu a.act {
	text-decoration: underline;
}

#pageContent {
	width: 670px;
	margin-right: 20px;
	float: left;

}

#content {
	padding-left: 55px;
}

#contentWrap {
	border-top: 4px solid #EBE3CC;
	margin-top: -10px;
}

.news-catmenu a h1 {
	color: #4C1B1B;
}

#serviceContent {
	float: left;
	width: 210px;
}

#serviceContent a {
	white-space: nowrap;
}

#serviceContent ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer {
	padding-top: 40px;
	background-image: url('img/borderbottom.gif');
	background-position: 0px 20px;
	background-repeat: no-repeat;
	text-align: right;
	font-family: Georgia, Times, Arial;
}


a.toTop {
	display: block;
	background-image: url('img/totop.gif');
	background-repeat: no-repeat;
	height: 13px;
	font-size: 10px;
	color: #FCFAE1;
	margin-left: -55px;
}

/* TypoStyles */
div.news-list-item hr.clearer, div.news-single-item hr.clearer, div.topLink hr.clearer {
	border: 0px; /* Für Firefox und Opera */
	border-top: dotted 1px #bab49c;
	border-bottom: transparent 1px;
	height: 1px;
}

div.news-latest-container ul {
	margin-top: 16px !important;
}

div.topLink {
	text-align: right;
	font-size: 10px;
	line-height: 1em;
}
