/* 
	Basis CSS für jbvd.org
	Fassung #2 vom 8.11.2008
	Author: Philipp C. Gérard <philipp.gerard@gestaltgeber.eu>
*/

html, body, h1, h2, h3, h4, h5, p, em, strong, ul, ol, li {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	background-color: white;
}

/* Kopfzeile inkl. Navigation und Suchfeld */

#header {
	background-color: #e8a519;
	width: 100%;
	margin: 0;
	padding: 1em 0 .8em 0;
	color:  white;
}

#headerlogo {
	position: absolute;
	margin: 5px 0 0 30px;
	padding: 0;
}

#header h1 {
	position: absolute;
	padding: 0 0 0 0.7em;
	letter-spacing: -0.06em;
	font: 3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: lowercase;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header p {
	display: none;
}

#navigation {
	margin: 1.5em 0 0 10em;
	padding: .25em 0 1em 2em;
}

#navigation ul li {
	display: inline;
	list-style-type: none;
	margin-right: 20px;
}

#navigation ul li a {
	text-decoration: none;
	opacity: .65;
	color: white;
	font-weight: bold;
}

#navigation ul li a:hover {
	opacity: 1;
}

#navigation .navi-active {
	opacity: 1;
}

#search {
	position: absolute;
	top: 2.7em;
	left: 52.5em;
}

#search input[type="text"] {
	color: #666;
}

/* Inhaltsbereich */

#titel {
	max-width: 63.5em;
	padding: 1.5em 1em 0em 2em;
}


#titel h1 {
	margin: 0 0 .75em 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

#content {
	max-width: 63.5em;
	padding: 0.5em 1em 0em 2em;
}

#content h1 {
	font-size: 1.2em;
	margin: 1em 0 .75em 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 4em 0.7em 0;
	color: #666;
	text-align: justify;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}

#content p a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#content ul, #content ol {
	margin: .5em 0 .5em 1.5em;
	color: #666;
}

#content ol {
	list-style-type: decimal-leading-zero;
	margin-left: 2.2em;
}

#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}


#csc-header p{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}


.csc-mailform {
	border-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.csc-mailform-field {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	font-size: 1em;
	text-align: justify;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	width: 10em;
}


/* Suche */

.searchbox-tmpl-css {
	border: none;

}


.tx-indexedsearch-redMarkup {
	color: black;
}



/* Subelemente (Unternavigationspunkte) */

.subelement {
}

.subelement h3 {
	background: url(../img/arrow-right.png) no-repeat 0 .1em;
	margin: 1em 0 0 0;
	padding: 0 1em .5em 2em;
	opacity: 0.5;
}

.subelement h3:hover {
	opacity: 1;
}

.subelement h3 a {
	text-decoration: none;
	color: #333;
}

.subelement p {
	color: #666;
	margin: 0 0 0 0;
	padding: 0 0 0 2.4em;
}


/* Breadcrumb-Leiste */

#breadcrumb {
	text-decoration: none;
	font-size: 0.8em;
	color: #333;
	opacity: .5;
	margin: 0 0 0 0;
	padding: 1.5em 1em 0em 2.5em;
}

#breadcrumb p a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}


/* Fußelement */

#footer {
	margin: 0 0 0 0;
	border-top:  1px solid #ccc;
}

#footer p {
	font-size: 0.8em;
	color: #999;
	padding: 1em 2em 1em 1.5em;
}

#footer a {
	text-decoration: none;
	color: #333;
	opacity: .65;
}

#footer a:hover {
	opacity: 1;
}



/* Suchanzeige */

.tx-indexedsearch-searchbox fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

.tx-indexedsearch-form label {
	display: none;
}

.tx-indexedsearch-icon {
	display: none;
}

.tx-indexedsearch-res h3 {
	font-size: 1em;
	color: #333;
}

.tx-indexedsearch-res h3 a {
	color: #333;
	text-decoration: none;
}

.tx-indexedsearch-result-number {
	display: none;
}

.tx-indexedsearch-percent {
	display: none;
}

.tx-indexedsearch-info {
	display: none;
}

.tx-indexedsearch-redMarkup {
	font-weight: bold;
	font-size: 1em;
	color: #666;
}


/* Ende der CSS-Datei */