html, body, div, span, p, h1, h2, h3, h4, h5, h6, ul, ol, li, a, table, thead, tfoot, tbody, th, td, form, fieldset, legend, button, input, textarea, label, pre, em, hr, address {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	background: transparent;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { 
  display: inline-table;
}

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

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

html, body {
	background: #fff url('bg.gif') left top repeat-x;
}

body {
	color: #444;
	font-size: .75em;
	line-height: 1;
	text-align: center;
}
input, select, textarea {
	color: #444;
}

:focus {
	outline: 0;
}

a {
	color: #e60000;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
/*	vertical-align: middle; */
	border: 0;
}

#siteholder {
	display: block;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: left;
	width: 999px;
}

#header {
	margin: 0 0 20px 0;
	border-bottom: 3px solid #535353;
}

#header h1 {
	background: transparent url('spd_logo.gif') right bottom no-repeat;
	font-size: 3.2em;
	font-weight: bold;
	padding: 70px 10px 5px;
}

#header h1 a {
	color: #535353;
}

#header h1 a:hover, #header h1 a:focus {
	text-decoration: none;
}

#header h2 {
	font-size: .95em;
	font-weight: normal;
	padding: 8px 10px;
}

#header h1 a  span{
  font-weight: normal;
	font-size: 0.28em;
  padding-left: 5px;
}

#header h2, #footer,
.content_box {
	border-top: 3px solid #535353;
	display: block;
}

/*#header h2, #footer,  */
.content_box h3, .news_entry, .arrow_down, .dot, #nav_sub li, #nav_sub li ul {
	/* background: transparent url('dot.gif') left bottom repeat-x; */
	border-bottom: 1px dotted #505050;
	padding: 8px 10px;
}


#footer {
	background: transparent url('dot.gif') left bottom repeat-x;  
	padding: 80px 10px;
}

* html #footer  {
	background: none !important;
	border-bottom: 1px dotted #505050;
}

#nav_main {
	overflow: hidden;
	width: 999px;
}

#nav_main .wrap {
	margin-left: -1px;
	width: 1000px;
}

#nav_main ul {
	list-style: none;
}

#nav_main li, #nav_main li a,
#nav_main li span {
	display: block;
	float: left;
	width: 99px;
}

#nav_main li {
	padding-left: 1px;
}

#nav_main li a, #nav_main li span {
	background: #535353;
	color: #fff;
	padding: 5px 0;
	text-align: center;
}

#nav_main li a:hover, #nav_main li a:focus,
#nav_main .act a, #nav_main .act span,
#nav_main .act a:hover, #nav_main .act a:focus {
	background: #e60000;
	text-decoration: none;
}

#breadcrumbs {
	font-size: .95em;
	padding: 20px 10px 15px;
}

#breadcrumbs a {
	color: #535353;
}

#tease_img {
	border: 1px solid #4b4845;
	border-left: 0;
	border-right: 0;
}

#middle {
	padding: 20px 0 30px;
}

#col_left,
#col_right {
	width: 240px
}

#col_left {
	float: left;
	padding-right: 10px;
}

#nav_sub {
	list-style: none;
	padding-top: .4em;
}

#nav_sub li {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}

#nav_sub li li {
	background: transparent;
	font-weight: normal;
	padding-left: 0;
	text-transform: none;
	border: 0;
}

#nav_sub li ul {
/*	background-position: left top; */
	border-bottom: 0;
	border-top: 1px dotted #505050;
	list-style: none;
}

#nav_sub li a, #nav_sub li span {
	color: #525252;
	display: block;
	padding: 6px 10px;
}

#nav_sub li ul li {
	background: transparent url('square.gif') left 9px no-repeat;
	padding-left: 17px;
}

#nav_sub li ul li a, #nav_sub li ul li span {
	padding-left: 0;
}

#nav_sub .act a, #nav_sub .act span,
#nav_sub a:hover, #nav_sub a:focus,
#nav_sub .act ul li a:hover, #nav_sub .act ul li a:focus,
#nav_sub .act ul li.act a {
	color: #e60000;
	text-decoration: none;
}

#nav_sub .act ul li a {
	color: #525252;
}

#col_middle {
	float: left;
	width: 500px;
}

#middle .two_rows {	
	width: 750px;
}


#col_middle a {
	text-decoration: underline;
}

#col_middle a:hover, #col_middle a:focus {
	text-decoration: none;
}
/*JR*/
#col_middle .content_box .wrap{
		line-height: 180%;
		padding: 0 30px 0 10px;
}
#col_middle h3 {
	padding: 8px 0px;
}
#col_middle h3.head {
	padding: 8px 10px;
}
/*/JR*/
#col_right {
	float: right;
}

#middle h2, #middle h3 {
	text-transform: uppercase;
}

#middle h2 {
	display: block;
	font-size: 1.3em;
	padding: 0 10px 20px;
}

#middle h3, #middle .arrow_down {	
	font-size: 1.1em;
	margin-bottom: 5px;
}

#middle h3, #middle h4 {
	color: #e60000;
}

#middle h4 {
	padding: 5px 0;
}

#middle h4 a {
	font-weight: normal;
	text-decoration: none;
}

/*JR
#middle p {
	line-height: 180%;
	padding: 5px 30px 5px 10px;
}*/
#middle p {
	line-height: 180%;
	padding: 5px 0 5px 0;
}

#col_middle .content_box ul,
#col_middle .content_box ol{
	margin: 0 0 0 20px;
}

#middle .content_box div.img_article{
	float:left; 
	margin: 5px 10px 0 0;
	padding: 0;
}

#middle .content_box span.img_article_subtitle{
	font-size: 0.8em;
	margin: 5px 0 0 0;
	line-height: 120%;
	float:left;
}
/* Bildunterschrift WYSIWIG*/
#middle .content_box h6 {
	font-size: 0.8em;
	margin: 5px 0;
	line-height: 120%;
}

/*/JR*/

#middle .content_wrap {
	color: #4d4d4d;
	display: block;
	padding-top: 20px;
}

#middle .content_box {
	margin-bottom: 20px;
}

#middle .news_entry .img {
	display: block;
}

#middle .news_entry h4{
	line-height: 180%;
	padding: 0 0 5px 0;	
}

#middle .news_entry p {
	padding: 0 0 5px 0;	
}

#middle .img_left .img {
	float: left;
}

#middle .img_left .text {
	margin-left: 130px;
}

#middle .img_right .img {
	float: right;
}

#middle .img_right .text {
	margin-right: 130px;
}

#middle .arrow_down, #middle .arrow_down span {
	display: block;
}

#middle .arrow_down span {
	background: transparent url('arrow_down.gif') right 50% no-repeat;
	height: 1em;
}

/* Page-Array */
#col_middle .pages {

}
#col_middle .pages a.act{
	color: #444;
	text-decoration: none;
}

#col_right {
	text-align: right;
}

#col_right .text_left {
	text-align: left;
}

#col_right .date {
	display: block;
}

#middle .hid_wrap {
	overflow: hidden;
}

#middle .hid_wrap .wrap {
	margin-top: -1px;
}

#middle .news_entry, #col_right .dot {
	/* background-position: left top; */
	border-top: 1px dotted #505050;
	border-bottom: 0;
}

/*JR*/
#middle .news_entry_first {
/*	background: none; */
border: 0;
}
/*/JR*/

#col_right p,
#col_right ul {
	padding-right: 10px;
}

#footer {
	padding: 10px;
}

#footer .footer_nav {
	float: left;
}

#footer .copy {
	float: right;
	text-align: right;
}


/*JR*/
.helper {
	display:none;
}

span.date {
	display: block;
	line-height: 100%;
	margin: 0 0 2px 0;
}

/* Formulare */
legend{
	display: none;
	margin: 0;
	padding: 0;
}

form, fieldset {
	border:0;
	padding:0;
	margin:0;
}	

.formular input {	
	width: 300px;
	border: 1px solid #505050;
	padding: 2px;
	margin-bottom: 5px;
}	

.formular textarea {	
	width: 300px;
	height: 200px;
	border: 1px solid #505050;
	padding: 2px;
	margin-bottom: 5px;
}	

.formular input.submit {	
	width: auto;
	border: 1px solid #505050;
	background: #ccc;
	margin: 5px 0 0 0;
}	

.formular input.checkbox {	
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
}	

.formular label {	
	display: block;
	margin: 0;
	padding: 0;
}

.error {
	color: #e60000;
}

textarea.error,
input.error {
	border-color: #e60000;
}

/*WYSIWIG H1, H2*/
.content_box  h1,
.content_box  h2 {
	text-transform: none !important;
	display: block !important;
	font-size: 1.2em !important;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

.content_box  h1 {
	color: #e60000 !important;
}

.content_box  h2 {
	color: #444 !important;
}

#col_right .teaser_body {
	line-height: 180%;
	border-top: 1px dotted #505050;
	padding: 5px 10px 0 0;
}

#col_right .teaser_body p{
	padding:0 0 5px 0;
}

#col_right .teaser_body  hr {
	padding: 0;
	margin:5px 0;
	height: 0px;
	border: 0 none;
	border-bottom: 1px dotted #505050;
}


/* Galerien */

#middle .gal_block {
	padding: 0 30px 8px 10px;
	border-bottom: 1px dotted #505050;
}

#middle .gal_pic {
	float: left;
	width: 110px;
	height: 100px;
	margin: 0 5px 5px 0;
	background: #eee;
	text-align: center;
}

