/* @override http://www.hannahildenbrand.de/css/basic.css */

body {
	background-color: #fff;
	color: black;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 28px;
	margin-left: 30px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: black;
}

a:hover {
}

#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
	color: black;
}

#wrapper {
	width: 950px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

/* @group header */

header {
	padding-bottom: 20px;
	display: block;
}

header h1, header h2 {
	font-weight: normal;
	font-style: normal;
	display: inline;
}

header h1 {
	text-transform: lowercase;
	font-size: 24px;
	margin-right: 10px;
}

header h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
}

/* @end */

/* @group nav */

#main li {
	display: inline;
	margin-right: 10px;
}

#main li.margin {
	margin-left: 20px;
}

nav.pointed li {
	padding-top: 5px;
	background: url(../img/Linie_Off.png) no-repeat;
}

nav.pointed li.active, nav.pointed li:hover {
	background: url(../img/Linie_On.png) no-repeat;
}

.separated li {
	display: inline;
}

.separated li a {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}

.separated li a:hover, .separated li.active {
	font-weight: bold;
}

.separated li:first-child:after {
	/*content: "|";*/
}

#paginate {
	position: absolute;
	left: 700px;
	top: 510px;
}

#paginate li a {
	width: 30px;
	text-decoration: none;
}

#paginate li a.prev, #paginate li a.next  {
	text-decoration: none;
}

#lang li a {
	width: 13px;
}

#lang {
	position: absolute;
	top: 7px;
	left: 700px;
}

#sub {
	display: block;
	position: absolute;
	top: 74px;
	left: 700px;
}

#sub li {
	margin-bottom: 10px;
}

/* @end */

#content {
	display: block;
	margin-top: 20px;
}

#picture:hover {
	cursor: pointer;
}

.index #picture:hover {
	cursor: default;
}

article {
	width: 460px;
	display: block;
	padding-top: 5px;
	background: url(../img/Linie_On.png) repeat-x;
	position: absolute;
	top: 510px;
	left: 0;
}

.info article {
	position: absolute;
	background-image: none;
	top: 70px;
	padding-top: 8px;
}

.line {
	background: url(../img/Linie_On.png) repeat-x;
	height: 1px;
	position: relative;
	width: 460px;
	margin-top: 8px;
	margin-bottom: 8px;
}
