/* @override http://www.pawelke.com/gudrun/ee/css/basic.css
	http://kulturblogg.de/css/basic.css */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #323232;
}

p {
	padding-bottom: 12px;
}

h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
	font-size: 23px;
}

a:link, a:visited {
	color: #b1b1b1;
	text-decoration: none;
}

a:hover {
	color: #323232;
}

em {
	font-style: italic;
}

#navigation a.active {
	color: #323232;
	font-weight: normal;
	font-style: normal;
}

.telephone {
	color: #323232;
	font-size: 22px;
	display: none;
}

#top {
	font-size: 23px;
	line-height: 25px;
	text-transform: lowercase;
}

#navigation {
	position: absolute;
	top: 30px;
	left: 755px;
}

#title {
	color: #b1b1b1;
	position: absolute;
	top: 30px;
	left: 40px;
	width: 280px;
}

/* @group menu */

#menu {
	position: absolute;
	top: 145px;
	left: 30px;
	font-size: 23px;
	text-transform: lowercase;
	z-index: 1;
}

#menu ul li {
	border: 1px dashed #b1b1b1;
	padding: 15px 10px;
	margin-bottom: 15px;
	width: 300px;
}

#menu ul li.active {
	border: 1px dashed #323232;
	border-right-style: none;
	width: 315px;
	background-color: #fff;
}

#menu ul li.active a {
	color: #323232;
	font-weight: normal;
	font-style: normal;
}

/* @end */

#content {
	position: absolute;
	top: 145px;
	left: 307px;
	border: 1px dashed #323232;
	font-size: 12px;
	line-height: 14px;
	padding: 20px 15px 20px 12px;
	min-height: 573px;
	margin-bottom: 30px;
}

#image {
	width: 365px;
	min-height: 573px;
	float: left;
	margin-right: 12px;
}

#image img {
	cursor: pointer;
}

.pagination {
	text-align: right;
	font-size: 13px;
	margin-top: 4px;
}

#text h2 {
	margin-bottom: 12px;
}

#text h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

#text {
	cursor: pointer;
}

#text a, #image a {
	color: #333;
	text-decoration: underline;
}