/*
-----------------------------------------------
G-und-F Screen 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, .print {
	display: none;
}

body {
	color: #fff;
	background: #048 url(../img/background.png) center top repeat-y;
	text-align: center;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, "Helvetica Neue", Helvetica, sans-serif;
	border-top: 5px solid #002d59;
}

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:focus, textarea:focus {
	background: #f8ffbe;
}

.input {
	width: 175px;
}

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

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

h1 a:link, h1 a:visited, h1 a:hover {
	border: none !important;
	display: block;
	width: 500px;
	height: 125px;
	background: transparent url(../img/greb-und-friends.png) left top no-repeat;
	text-indent: -9999px;
}


/* CURRENT LOCATION
----------------------------------------------- */

#bstart #astart a, #bleistungen #aleistungen a, #bgruende #agruende a, #bansprechpartner #aansprechpartner a, #bkontakt #akontakt a, #banfahrt #aanfahrt a, #bimpressum #aimpressum a {
	margin-left: 0;
	width: 206px;
	font-weight: bold;
	cursor: default;
	color: #fff;
	background: transparent url(../img/tabs_act.png) left center no-repeat;
}


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

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#content {
	float: right;
	width: 500px;
	padding-bottom: 25px;
}


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

#navigation {
	float: left;
	width: 215px;
	margin: 185px 0 30px 0;
	font-size: 11px;
}

#navigation li {
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#navigation a {
	letter-spacing: .1em;
}

#navigation a:link, #navigation a:visited {
	margin-left: 15px;
	padding: 7px 0 7px 15px;
	width: 190px;
	display: block;
	border-bottom: none;
	background: transparent url(../img/tabs.png) left center no-repeat;
}

#navigation a:hover {
	margin-left: 10px;
	padding: 7px 0 7px 15px;
	width: 195px;
	display: block;
	border-bottom: none;
	background: transparent url(../img/tabs.png) left center no-repeat;
}


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

#content {
	line-height: 1.75em;
}

h2 {
	margin: 24px 0 0 0;
	font-size: 22px;
	margin-bottom: .875em;
	font-weight: normal;
}

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

h3 {
	font-size: 18px;
	margin-bottom: .875em;
	padding-top: .875em;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
}

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

h4 {
	font-size: 14px;
	margin-bottom: .875em;
}

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

blockquote {
	margin-left: 21px;
}

blockquote div {
	font-family: "Trebuchet MS", Verdana, "Helvetica Neue", Helvetica, sans-serif;
}

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

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

#content blockquote {
	font-style: italic;
}

.person {
	padding-bottom: 10px;
}

.person p {
	padding: 10px 0 0 15px;
}
