* {
	margin: 0;
	padding: 0;
}

html {
height: 100.1%;
}

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(images/bg.jpg);
	color: #444;
	font: normal 62.5% "Georgia",sans-serif;
	margin: 0;
}

p {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0px 5px 0px;
}


	
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img.left {
	margin: 0 18px 10px 0;
	border: 2px solid #4E93CF;
	}
a img.left {
	margin: 0px 12px 10px 0px;
	border: 2px solid #4E93CF;
}

a img {
	border: 2px solid #4E93CF;
	margin: 0px 12px 10px 0px;
	}
a img:hover {
	border: 2px solid #2B3280;
	margin: 0px 12px 10px 0px;
	}
.divider {
	background: url(images/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
	clear:both;
}


.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.spacer {
	background: transparent;
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}

.top {
	background: url(images/bgmauer2.gif) no-repeat 0 -4%;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #0F2660 url(images/header.jpg) no-repeat;
	color: #FFC;
	font-size: 1.4em;
	height: 150px;
	padding-right: 270px;
}


.headerframe {
	background: #334127 url(images/headerframe.gif) repeat-x;
	clear: both;
	height: 12px;
}


.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 10px;
	text-decoration: none;
}
.navigation a:hover,.navigation #active {
	color: #2C3111;
}


.content {
	background: url(images/bgmauer.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}


.article {clear: both;}

.article images {border: 1px dashed #8A6;}

.article .title {
	color: #445044;
	font: normal 2em serif;
}

.article .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
}

.article .subtitle {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 15px 4px;
}

.article .text {
	clear: both;
}


.footer {
	background: url(images/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #5192CE;
	text-decoration: none;
}

.footer a:hover {
	color: #2C3281;
	text-decoration: underline;
}

.button {
  font-family      : Verdana, Arial, Helvetica, Times,serif;
  font-weight      : bold;
  font-size        : 11px;
  color            : #FFFFFF;
  border           : 1px solid;
  border-color     : #6A6A6A;
  background: url(images/button-1.gif) repeat;
  background-color       : #2C3281;
  padding          : 2px 2px 3px 2px;
  margin-top       : 2px;
}
.button:hover {
  font-family      : Verdana, Arial, Helvetica, Times,serif;
  font-weight      : bold;
  font-size        : 11px;
  color            : #FFFFFF;
  border           : 1px solid;
  border-color     : #6A6A6A;
  background: url(images/button-2.gif) repeat;
  background-color       : #2C3281;
  padding          : 2px 2px 3px 2px;
  margin-top       : 2px;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, Times,serif;
  font-size        : 11px;
  color            : #333333;
  background       : #FFFFFF;
  padding          : 2px;
  border           : 1px solid;
  border-color     : #6A6A6A;
}
.inputbox:focus {
  font-family      : Verdana, Arial, Helvetica, Times,serif;
  font-size        : 11px;
  color            : #000000;
  background       : #E4F4FF;
  padding          : 2px;
  border           : 1px solid;
  border-color     : #6A6A6A;
}

a.gaestebuch {
	border: 2px solid #11265d;
	background: #11265d;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 200px;
	float: right;
	margin: 0px 0px 0px 30px;
	padding: 2px 4px 5px 4px;
	font-size: 15px;
	}
a.gaestebuch:hover {
	border: 2px solid #36C;
	background: #36C;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	width: 200px;
	float: right;
	margin: 0px 0px 0px 30px;
	padding: 2px 4px 5px 4px;
	font-size: 15px;
	}
