/* ----------------------------------------------------------------------------
Print CSS File
Thomas Hengelbrock
Copyright 2009 by Softloop
---------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
Allgemeine Tags und Klassen
---------------------------------------------------------------------------- */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font: 14pt Tahoma, sans-serif;
	color: #000;
	line-height: 1.4em;
}

h1 {
	font: 14pt Tahoma, sans-serif;
	font-weight: bold;
	padding-bottom: 40px;
}

p {
	padding-bottom: 20px;
}

li {
	list-style-type: none;
}

#wrapper {
	padding-top: 45px;
	margin: 0 auto;
	width: 975px;
}

#header {
	height: 70px;
}

#logo {
	float: left;
	padding-bottom: 25px;
	padding-right: 10px;
}

#content {
	overflow: hidden;
}

*html #content {
	height: auto !important;
	height: 320px;
}

#content a {
	color: #707173;
}

#spalte1 {
	width: 800px;
	padding-right: 25px;
	overflow: hidden;
}

#spalte2 {
	width: 800px;
	overflow: hidden;
} 

*html #spalte2 {
	float: left;
}

#navigation {
	display: none;
}

#pagebar {
	display: none;
}

#breadcrumb {
	display: none;
}

#smallnav {
	display: none;
	width: 955px;
	font-family: tahoma, sans-serif;
	padding-left: 20px;
}

#smallnav li {
	float: left;
	padding-right: 10px;
}

#smallnav a {
	color: #707173;
}

#searchWrapper {
	display: none;
	margin-left: 663px;
	width: 230px;
	padding-bottom: 25px;
}
#searchWrapper form {
	position: relative;
	padding-top: 2px;
	overflow: hidden;
}

#searchWrapper input {
	padding-left: 10px;
	background: none;
	height: 20px;
	padding-bottom: 2px;
	padding-right: 27px;
	font-family: tahoma, sans-serif;
	color: #707173;
}

#searchWrapper label {
	color: #FFF;
}

#searchWrapper .submit {
	position: absolute;
	right: -20px;
	color: #fff;
	cursor: pointer;
}

*html #searchWrapper .submit {
	right: -43px;
}

*+html #searchWrapper .submit {
	right: -43px;
}

/* ----------------------------------------------------------------------------
Gaestebuch
---------------------------------------------------------------------------- */


form.a63-form {
	width: 375px;
}

form.a63-form legend {
	padding-top: 5px;
	padding-bottom: 15px;
}

form.a63-form label {
	float: left;
	width: 80px; 
}

form.a63-form input, form.a63-form textarea {
	border: 1px solid;
}

form.a63-form input {
	width: 291px;
	padding-top: 2px;
	padding-bottom: 2px;
}

form.a63-form input.a63-fsubmit {
	width: auto;
}

form.a63-form textarea {
	width: 99%;
}

.a63-entries {
	border-top: 1px solid;
}

ul.a63-pagination {
	border-top: 1px solid;
	padding-top: 2px;	
	width: 100%;
}

ul.a63-pagination li {
	float: left;
	padding-right: 5px;
}

.a63-info {
	font-size: 10px;
}

td.nachricht {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#languagenavi {
	display: none;
}
