
/* = general
-------------------------------------------------- */
* {
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	padding: 0;
	border: 0;
	margin: 0;
}

body {
	font-size: 1em;
	color: #333;
	background: #fff;
	width: 49.75em;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	margin: 0 auto 2em auto;
}

h2 {
	position: absolute;
	top: -1000em;
}

h3,
legend {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 1em;
}

h4 {
	font-weight: bold;
	margin-bottom: .5em;
}

h5 {
	font-weight: normal;
}

p {
	margin-bottom: 1em;
}

address {
	font-style: normal;
	margin-bottom: 1em;
}

ul {
	margin: 0 0 1em 1.2em;
}

a {
	text-decoration: none;
	color: #173dce;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:focus,
a:active {
	outline: 1px dotted #333;
}

#main {
	position: relative;
	background: #f4f4f4;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	margin: 0 auto;
}

/* clearfix */
#main:after,
#nav:after,
#content:after,
#foot:after {
	content: " ";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
}
/* /general */

/* = skiplinks
-------------------------------------------------- */
#skip {
	list-style: none;
	position: absolute;
}

#skip li a {
	display: block;
	position: relative;
	top: -1000em;
	left: 29.9em;
	white-space: nowrap;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 0 .2em;
}

#skip li a:hover,
#skip li a:focus,
#skip li a:active {
	position: absolute;
	top: 3em;
}

a.jumplink {
	position: absolute;
	right: 53px;
	bottom: 2000em;
}

a.jumplink:hover,
a.jumplink:focus,
a.jumplink:active {
	bottom: 2em;
}

.hide,
ul.jumplinks,
#guestbook-list {
	display: none;
}
/* /skiplinks */

/* = head
-------------------------------------------------- */
#head {
	background: #014693 url(../img/header_home.jpg) no-repeat;
}

#head h1 {
	float: right;
	padding: 87px 48px 81px 0;
}

#head h1 a {
	display: block;
	background: url(../img/logo.png) no-repeat;
	width: 250px;
	height: 80px;
}

#head h1 a:focus img,
#head h1 a:active img {
	display: block;
	position: static;
	background-color: #fff;
}

#head h1 a img {
	position: absolute;
	top: -1000em;
}
/* /head */

/* = navigation
-------------------------------------------------- */
#nav {
	overflow: hidden;
	list-style: none;
	clear: both;
	background: url(../img/elements/nav.png);
	border-bottom: 6px solid #e1e1e1;
	margin: 0 53px;
}

#nav li {
	float: left;
}

#nav li.first {
	background: none;
}

#nav li.last a,
#nav li.last a:hover,
#nav li.last a:focus,
#nav li.last a:active,
#nav li.last strong {
	border: 0;
	margin-right: -.4em;
}

#nav li a,
#nav li strong {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	padding: .5em 1.22em;
}

#nav li a:hover,
#nav li a:focus,
#nav li a:active,
#nav li strong {
	background: #e8b020 url(../img/elements/nav_hover.png) repeat-x left bottom;
	border-right: 1px solid #cfa629;
	margin-right: -1px;
}

#nav li.active a,
#nav li strong {
	background: #fff url(../img/elements/nav_active.png) repeat-x left bottom;
	border-right: 1px solid #cfa629;
	margin-right: -1px;
}

#nav #impressum,
#nav #datenschutz {
	position: absolute;
	bottom: 2em;
	left: 53px;
	background: none;
	margin: 0;
}

#nav #datenschutz {
	left: 8.8em;
	padding-left: .7em;
	border-left: 1px solid #333;
}

#nav #impressum a,
#nav #impressum strong,
#nav #datenschutz a,
#nav #datenschutz strong {
	font-weight: normal;
	text-decoration: none;
	color: #173dce;
	padding: 0;
	margin: -2px 0;
}

#nav #impressum a:hover,
#nav #impressum a:focus,
#nav #impressum a:active,
#nav #datenschutz a:hover,
#nav #datenschutz a:focus,
#nav #datenschutz a:active {
	text-decoration: underline;
	background: none;
	border: 0;
}

#nav #impressum strong,
#nav #datenschutz strong {
	color: #333;
	background: none;
	border: 0;
}
/* /navigation */

/* = content
-------------------------------------------------- */
#content {
	background: url(../img/elements/content.png) repeat-y 100% 0;
	padding: 3.35em 53px 5em 53px;
}

#content #text {
	float: left;
	width: 25em;
	padding-right: 48px;
}

#content #sidebar {
	float: left;
	background: #eaeaea;
	width: 11.4em;
	padding: 0 1.8em 0 1.8em;
}

#content #sidebar img {
	border: 1px solid #999;
}

#content #guestbook {
	list-style: none;
	clear: both;
	margin-left: 0;
}

#content #guestbook li {
	margin: 0 0 2em;
}

#content #guestbook li dfn {
	float: right;
	font-size: 1.125em;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	margin-top: -2px;
}

#content #guestbook li h4 {
	font-weight: normal;
	background: #e8c231 url(../img/icons/user.png) no-repeat 20px 50%;
	padding: 4px 19px 4px 48px;
	margin: 0;
}

#content #guestbook li .entry {
	background: #eee url(../img/elements/guestbook_entry.png) no-repeat;
	padding: 20px 18px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px;
	margin: 0;
}

#content ul.images {
	list-style: none;
	margin-left: 0;
}
/* /content */

/* = form
-------------------------------------------------- */
#content form fieldset {
	margin-bottom: 1em;
}

#content form fieldset i {
	font-style: normal;
}

#content form fieldset input,
#content form fieldset textarea {
	color: #333;
	width: 12.1em;
	padding: 2px;
	border: 1px solid #c3c3c3;
}

#content form fieldset textarea {
	overflow: auto;
	width: 24.35em;
	height: 10em;
}

#content form fieldset input:hover,
#content form fieldset input:focus,
#content form fieldset input:active,
#content form fieldset textarea:hover,
#content form fieldset textarea:focus,
#content form fieldset textarea:active {
	background: #fff0c1;
	border-color: #000;
}

#content form fieldset .checkbox {
	cursor: pointer;
}

#content form fieldset input.checkbox {
	width: auto;
	padding: 0;
	border: 0;
}

#content form fieldset button {
	cursor: pointer;
	float: right;
}

#content a.button {
	float: right;
	text-decoration: none;
	color: #333;
	margin-bottom: 2em;
}

#content a.button,
#content form fieldset button b {
	display: block;
	font-weight: normal;
	background: url(../img/elements/button.png) no-repeat right center;
	padding-right: 26px;
}

#content a.button span,
#content form fieldset button span {
	display: block;
	background: url(../img/elements/button.png) no-repeat left center;
	padding: 5px 0 6px 10px;
}

#content form fieldset .error {
	color: #f00;
}

#content #errors {
	list-style: none;
	margin-left: 0;
}

#content #errors li a {
	display: block;
	color: #f00;
	background: url(../img/icons/error.png) no-repeat;
	padding: 0 0 15px 40px;
}
/* /form */

/* = foot
-------------------------------------------------- */
#foot {
	list-style: none;
	background: #eaeaea url(../img/elements/foot.png) repeat-x;
	padding: 15px 0 4em 45px;
	margin: 0;
}

#foot li,
#foot li a {
	float: left;
}

#foot li {
	margin-right: 38px;
}

#foot #maguro {
	margin-top: 20px;
}
/* /foot */

