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

h1, h2, h3 {
	line-height: 130%;
}

h1 {
	font-size: 130%;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 0.7em;
	letter-spacing: 0.1em;
}

div.textboxNowrapLeft h1 {
	margin-top: 0;
}

h1 span {
	display: block;
	color: #555;
	font-size: 40%;
}

h2 {
	font-size: 140%;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 0.7em;
}

h2 span {
	display: block;
	color: #555;
	font-size: 60%;
}

div.contentBox h2 {
	margin-top: 0;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	font-weight: bold;
	margin-bottom: 0.7em;
	color: #d05e0c;
}

p { margin-bottom: 1em; }

a, a:link, a:visited {
	text-decoration: underline;
	color: #f5f5f5;
}

a:hover, a:focus { color: #000; }
a:active { position: relative; top: 1px; }

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

span.required { color: #c00; }

/* Text mit Bildern
************************************************/

div.textboxInnerLeft div.textboxImage {
	float: left;
	margin-right: 1em;
}

div.textboxInnerRight div.textboxImage {
	float: right;
	margin-left: 1em;
}

div.textboxNowrapLeft {
	padding-left: 375px;
}

div.textboxNowrapLeft div.csc-textpic-text {
	padding-top: 0.5em;
}

div.textboxNowrapLeft div.textboxImage {
	float: left;
	margin-left: -375px;
	width: 355px;
	overflow: hidden;
}

div.textboxNowrapLeft div.textboxImage img, div.textboxNowrapRight div.textboxImage img { margin-bottom: 1em; }

div.textboxNowrapRight {
	padding-right: 135px;
}

div.textboxNowrapRight div.textboxImage {
	float: right;
	width: 120px;
	overflow: hidden;
}

div.textboxAboveLeft div.textboxImage, div.textboxAboveCenter div.textboxImage, div.textboxAboveRight div.textboxImage {
	/*margin-bottom: 1em;*/
	display: block;
	float: none;
}

div.textboxAboveCenter div.textboxImage { text-align: center; }
div.textboxAboveRight div.textboxImage { text-align: right; }

div.textboxBelowLeft div.textboxImage, div.textboxBelowCenter div.textboxImage, div.textboxBelowRight div.textboxImage {
	margin-top: 1em;
	display: block;
	float: none;
}

div.textboxBelowCenter div.textboxImage { text-align: center; }
div.textboxBelowRight div.textboxImage { text-align: right; }

/* Galerie
************************************************/

ul.gallery {
	width: 850px;
	list-style: none;
}

ul.gallery li {
	float: left;
	width: 181px;
	height: 150px;
	overflow: hidden;
	margin-left: 0 !important;
	margin-bottom: 5px;
}

ul.gallery li a {
	display: block;
	width: 174px;
	height: 120px;
	overflow: hidden;
	text-align: center;
	background: #111;
}

ul.gallery li a img {
	/*
	width: 174px;
	height: 120px;
	*/
}

ul.gallery li div.galleryTitle {
	color: #555;
	font-size: 85%;
	font-style: italic;
}

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

label {
	display: block;
	font-size: 85%;
	color: #d05e0c;
	color: #777;
}

label.inline {
	display: inline;
	font-size: 100%;
	color: #eee;
}

input.form, textarea.form {
	width: 699px;
	background-color: #222;
	padding: 5px 8px;
	border: 1px solid #555;
	color: #eee;
}

input.var50, textarea.var50 {
	width: 336px;
}

input.error, textarea.error {
	border: 1px solid #eee;
	background-color: #b00;
}

input.form:hover, input.form:focus {
	border-color: #aaa;
}

input.plz { width: 7em; }
input.ort { width: 31em; margin-left: 1em; }

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

/* Lists
************************************************/

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

#content ul.error {
	margin-bottom: 2em;
	list-style: none;
}

#content ul.error li {
	background-color: #b00;
	margin-left: 0;
	margin-bottom: 1px;
	padding: 0.5em 1em;
	color: #f5f5f5;
}

#content ul.error li:last-child {
	border-bottom: none;
}

/* Buttons
************************************************/

input.primaryButton, button.primaryButton, a.primaryButton, span.primaryButton a {
	padding: 0.4em 1.5em;
	border: 1px solid #777;
	background-color: #555;
	color: #eee;
	text-decoration: none;
	font-size: 85%;
}

input.primaryButton:hover, button.primaryButton:hover, a.primaryButton:hover, span.primaryButton a:hover,
input.primaryButton:focus, button.primaryButton:focus, a.primaryButton:focus, span.primaryButton a:focus {
	cursor: pointer;
	background-color: #444;
}

/* NewsList
************************************************/


#content ul.newsList {
	list-style: none;
	width: 730px;
}

#content ul.newsList li {
	float: left;
	width: 325px;
	min-height: 150px;
	background-color: #555;
	margin-right: 7px;
	margin-bottom: 7px;
	padding: 15px;
}

ul.newsList h2 { margin-top: 0; }

ul.newsList h2 a {
	text-decoration: none;
}

ul.newsList h2 span, div.newsContent h1 span {
	float: right;
	width: 20em;
	text-align: right;
}

div.newsListImage {
	float: left;
	margin: 0 0 1em 0;
}

div.newsListImage img {
	margin-right: 1em;
}

div.newsListContent {
}

div.newsContent div.R {
	text-align: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

p.newsTeaser {
	font-size: 110%;
	color: #777;
}


div.contentBox ul.newsList {
	margin-bottom: 1em;
}

div.contentBox ul.newsList li {
	list-style: none;
	margin-bottom: 0.5em;
}

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

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

form p.L { margin-right: 8px; }

.R {
	float: right;
	margin-left: 1em;
}

.clear { clear: both; }

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

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

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

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