/* Typo
************************************************/

a, a.link, a.active, a.visited {
	text-decoration: underline;
	color: #002f6d;
}

a:hover, a:focus {
	color: #d96f2b;
	outline: none;
}

#content h1, #content h2, #content h3, caption, #sidebarRight h2 {
	font-family: Georgia, "Times New Roman", serif;
	color: #002f6d;
	font-weight: normal;
	line-height: 130%;
}

#content h2 {
	font-size: 180%;
	margin-bottom: 0.5em;
	line-height: 115%;
}

#content h3 {
	font-size: 150%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

#sidebarRight h3 {
	font-size: 130%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

#content h4, caption {
	font-size: 120%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

p { margin-bottom: 1em; }

.noMargin { margin-bottom: 0 !important; }

:lang(de) { quotes: "\201E" "\201D" "\201A" "\2019"; }
:lang(de-de) { quotes: "\00BB" "\00AB" "\203A" "\2039"; }
q:before { content: open-quote; }
q:after { content: close-quote; }

.small {
	font-size: 85%;
	line-height: 120%;
}

.r { text-align: right; }

sub, sup { font-size: 80%; }

/* Forms
************************************************/

fieldset p.clearfix { margin-bottom: 1em; }

label {
	font-size: 85%;
	vertical-align: top;
}

p.clearfix label {
	float: left;
	display: block;
	width: 140px;
	/*color: #666;*/
	font-size: 90%;
}

p.clearfix label.inline {
	float: none;
	display: inline;
}

p.clearfix span {
	float: left;
	display: block;
	width: 250px;
}

p.labelWidth { padding-left: 140px; }

input.form, textarea.form, select.form {
	background-color: #fff;
	color: #002f6d;
	border: 1px solid #d96f2b;
	border-right-color: #f7d2a5;
	border-left-color: #f7d2a5;
	width: 240px;
	padding: 0.1em 0.3em;
}

input.form:focus, textarea.form:focus {
	background-color: #fff5e2;
}

input.plz { width: 50px; }
input.ort { width: 170px; margin-left: 10px; }

input.button {
	color: #fff;
	background-color: #d96f2b;
	padding: 0.1em 0.5em;
	border: 1px solid #9c3d00;
}

input.button:hover, input.button:focus {
	background-color: #9c3d00;
	cursor: pointer;
}

select.form {
	width: 247px;
	padding: 0;
}

select optgroup {
	padding: 0.2em 0.5em;
	color: #777;
}

select optgroup option {
	padding: 0.2em 0.5em 0 1em;
	color: #002f6d;
}

fieldset {
	background-color: #fde6be;
	border: 1px solid #f7d2a5;
	padding: 0.8em 0.7em;
	margin-bottom: 1.5em;
}

fieldset legend {
	padding: 0 0.5em;
	font-weight: normal;
	color: #d96f2b;
	font-weight: bold;
	font-size: 110%;
}

fieldset fieldset {
	background-color: #ffefcf;
	border: none;
	border-bottom: 1px solid #f7d2a5;
}

fieldset fieldset legend {
	font-weight: normal;
	color: #002f6d;
	margin: 0;
	padding: 0;
}

p.checkbox { padding-left: 18px; }
p.labelWidthCheckbox { padding-left: 158px; }

p.checkbox span.checkbox, p.labelWidthCheckbox span.checkbox {
	display: block;
	float: left;
	margin-left: -18px;
	width: 18px;
}

/* Floatings
************************************************/

.L {
	float: left;
	width: 45%;
	margin-right: 1em;
}

.R {
	float: right;
	width: 45%;
	margin-left: 1em;
	text-align: right;
}

/* Tables
************************************************/

table {
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 1.5em;
	caption-side: top;
}

caption {
	text-align: left;
	border-bottom: 1px solid #d96f2b;
	padding-bottom: 0.2em;
	margin: 0 !important;
}

td, th {
	padding: 0.2em 0.5em;
	border-bottom: 1px solid #d96f2b;
}

tr.tr-even td { background: #f7d2a5; }

td.td-last { text-align: right !important; }

/* Slideshow
************************************************/

#slideshowImages { display: none; }

#slideshowStage {
	height: 150px;
	width: 200px;
	overflow: hidden;
	margin-bottom: 1.5em;
}

#slideshowStage table td {
	text-align: left;
	padding: 0;
}

#slideshowStagedis {
	display: none;
	height: 0;
}

/* Startseite
**************************************************/

p.startTeaser {
	line-height: 50%;
}

p.startTeaser span {
	display: block;
	padding: 0.4em 0.6em 0.5em 0.6em;
	background-color: #002F6D;
	color: #FFCC55;
	line-height: 120%;
}

/* clearfix
************************************************/

/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after, #mainNavi ul:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix, #mainNavi ul {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix, * html #mainNavi ul {
	height: 1%;
}

.clearfix, #mainNavi ul {
	display: block;
}
/* End hide from IE-mac */
