body {
	margin:0;
	padding:0;
	text-align:center;
	color:#29303b;
	line-height:1.5em;
}

blockquote {
	font-style:italic;
	padding:0 32px;
	line-height:1.6;
	margin-top:0;
	margin-right:0;
	margin-bottom:.6em;
	margin-left:0;
}

p {
margin:0;
padding:0;
}

dt {
	font-weight: bold;
}

dd {
	margin : 0 1em 0 1em;
}

abbr, acronym {
	cursor:help;
	font-style:normal;
}
	
code {
	font-size: 90%;
	white-space:normal;
	color:#666;
}

hr {display:none;}

img {border:1px solid gray;}

/* Link styles */
a {
	color:#473624;
	font-weight:bold;
	text-decoration:none;
	outline: none;
}

a:visited {
	font-weight:bold;
	color:#473624;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color: #956839;
	text-decoration:none;
}

a:active {
	font-weight:bold;
	color: #956839;
}

a.extern:after {
	content: "\27B9";
}

/* Layout
----------------------------------------------- */
#background-top {
	width:100%;
	height:168px;
	position:relative;
	z-index:0;
}

#background-bot {
	width:100%;
	height:168px;
	margin-top:-85px;
	position:relative;
	z-index:0;
}

#outer-wrapper {
	width:746px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font: normal normal 100% Serif, Georgia, "Times New Roman", Sans-Serif;;
	position:relative;
	top:0; left:0;
	z-index:1;
}

#main-top {
	width:746px;
	height:72px;
	background:url("img/bg_paper_top.png") no-repeat top left;
	margin-top:-85px;
	padding:0px;
	display:block;
}

#main-bot {
	width:746px;
	height:104px;
	background:url("img/bg_paper_bot.png") no-repeat top left;
	padding:0;
	display:block;
}

#wrap2 {
	width:746px;
	background:url("img/bg_paper_mid.png") repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:justify;
	display:block;
}

#wrap3 {
	padding:0 0px;
	width:590px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font: normal normal 225% Serif, Georgia, "Times New Roman", sans-serif;
	text-align: center;
}

h1 a:link {
	text-decoration:none;
	color: #612e00;
}

h1 a:visited {
	text-decoration:none;
	color: #612e00;
}

h1 a:hover {
	border:0;
	text-decoration:none;
	color: #956839;
}

.customheader1 {
	font: normal normal 225% Serif, Georgia, "Times New Roman", sans-serif;
}

.customheader1 span {
	text-align:center;
	font-size: medium;
	font-style:italic;
	top: -2ex;
	position:relative;
}

.title-wrapper {
	text-align:center;
	padding-top: 0ex;
	margin-bottom: 1em;
}

.title-wrapper a {
	text-decoration:none;
}

.description-wrapper {
	font-style:italic;
	text-align:center;
	margin-bottom:2em;
	color: #612e00;
}

.headerlinks {
	width:570px;
	margin-top:0.4em;
	margin-bottom:0.4em;
	margin-right:auto;
	margin-left:auto;
	text-align: right;
}

.kontakt span {
	display: none;
}

.kontakt:hover span {
	display: block;
	position: relative;
	color:#473624;
	top: 0em;
	line-height:1.5em;
}

.ruler {
	background:url("img/divider.gif") no-repeat top left;
	height:3px;
	margin: 0;
	padding: 0;
}

/* Typography :: Main entry
----------------------------------------------- */
.entry {
	width:570px;
	line-height:1.7em;
	margin-top:1.5em;
	margin-bottom:1.5em;
	margin-right:auto;
	margin-left:auto;
}

.date {
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: x-small;
	margin:0;
	padding:0;
}

.entry h2{
	font-weight:normal;
	font-size:140%;
	color:#1b0431;
	margin:1ex 0;
	padding:0;
}

.entry h2 a { 
	color: #1b0431;
}

.entry p {
	margin: 1em 0;
}

.entry ul {
	margin:1em 0;
	padding: 0 1ex;
}

.entry li:before {
	content: "\2740\2007";
}

.entry li {
	list-style:none;
	padding-top: .3em;
	padding-right: 0;
	padding-bottom: .3em;
	padding-left: 0;
	margin:0 1em;
}

.emphasis {
	font-style:italic;
}

.signature {
	font-size:large;
	margin:1.5em 0 0 10px;
}

