/*
-----------------------------------------------
G-und-F Print Stylesheet

Autor:    Simon Zirkunow
----------------------------------------------- */


/* BASIC SETUP
----------------------------------------------- */

/* resets values for every element */
* {
	margin: 0;
	padding: 0;
}

/* for a better overview, displayed only in old browsers, also just print objects */
hr, .hide {
	display: none;
}

.print {
	display: block;
	width: 5.22cm;
	height: 1.15cm;
	margin: 0 auto 1cm auto;
}

body {
	color: #000;
	background: #fff;
	text-align: left;
	font: 10pt "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0.5cm 1.5cm 0.75cm 1.5cm;
}

img {
	border: none;
}

a:link, a:visited {
	color: #d4e6f7;
	text-decoration: none;
	border-bottom: 1px dotted #d4e6f7;
}

a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

form {
	width: 280px;
	border-right: 1px dotted #fff;
}

.input {
	width: 175px;
}

textarea {
	width: 250px;
	height: 150px;
}

label {
	width: 75px;
	float: left;
}

h1 {
	display: none;
}


/* PAGE ELEMENTS
----------------------------------------------- */

#wrapper {
	width: 100%;
}

#content {
	float: none;
	width: 100%;
}


/* NAVIGATION
----------------------------------------------- */

#navigation {
	display: none;
}


/* CONTENT
----------------------------------------------- */

#content {
	line-height: 1.25em;
}

h2 {
	margin: 10pt 0 0 0;
	font-size: 18pt;
	margin-bottom: .875em;
	font-weight: normal;
}

#bgruende h2 {
	margin-bottom: 2px;
}

h3 {
	font-size: 16pt;
	margin-bottom: .875em;
	padding-top: .875em;
	padding-bottom: 3px;
	font-weight: normal;
	border-bottom: 1px dotted #555;
}

h3 em {
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-style: normal;
}

h4 {
	font-size: 13pt;
	margin-bottom: .875em;
}

#content p {
	margin-bottom: 1.25em;
}

#content ul, #content ol {
	margin-left: 22px;
}

#bleistungen #content li {
	margin-bottom: .875em;
}

#content blockquote {
	font-style: italic;
}

.person {
	width: 500px;
	clear: both;
	padding-bottom: 25px;
}

.person p {
	float: right;
	width: 400px;
	margin-top: -3px;
}

.person img {
	display: block;
	float: left;
}
