/*
client:          BayernSPD
version:         1.6
date:            2008-03-17
author:          Michael Eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

/*
							document
*/

body {
	font: 11px/1.5 arial, sans-serif;
	text-align: center;
}

#container {
	text-align: left;
	color: #000;
	background-color: #fff;
}
.hidden,
.pagebar,
h3.hidden,
span.hidden {	display: none;
}


/*
							layout
*/

#header .welcome a, #header .welcome img {display: none;}

#header {display:block; width:85%;}
#content {
	width: 85%;
	margin: 10px 0 0 10px;}

#main {
	margin: 0;
	padding: 0;
}

.pagebar li {
	display: inline;
	list-style: none;
}

.skip,
#content-service,
#archiv,
#rss-feed {
	display: none;
}

#extra {
	display: none;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 6px 0;
	color: #000;
	margin-top: 2em;
}

#footer p {
	margin: 0 0 1em 0;
}

#footer ul {	display: none;
}
/*
							navigation
*/

ul#service-nav,
ul#nav,
ul#secondary-nav-list,
ul#breadcrumb {
	display: none;
}

#header h2.hidden {display:block; clear:both;font-size:14px;color:#000;border-bottom: 1px solid #000;margin: 0 0 20px 0;padding-bottom:5px;}
h1.hidden {
display: block;clear:both;
margin: 0 0 5px 0;font-size: 22px;
}
h1 img.logo_img {vertical-align:middle;
width: 70px;
height: 70px;
margin-right: 20px;}

/*
							navigation secondary
*/

ul#secondary-nav {
	display: none;
}

/*
							content
*/

a:link,
a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
/*	font-weight: bold;*/
}

#main form {display:none;}
h1 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	margin-top: 18px;
}
	
h2 a {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

h2.page-section-label {
	font-size: 16px;
	padding: 3px 12px;
	margin: 0 0 12px -12px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

h3 a:link,
h3 a:visited {
	color: #000;
	text-decoration: none;
}


em {
	font-style: italic;
}

strong {
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color: inherit;
}

ul {
	list-style-type: square;
}

.page-section {
	margin-bottom: 4em;
	margin: 2em 0 4em 0;
	padding: 0;
}

table.termine {
	margin-bottom: 1em;
}

table.termine th,
table.termine td {
	padding: 0 0 1em 0;
}

table.termine th {
	font-weight: bold;
}

table.termine h3,
table.termine p {
	margin: 0 0 0.5em 0;
}

table.termine td.date {
	text-align: center;
	vertical-align: top;
	padding-right: 18px;
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

table.termine .text {
	color: #000;
}

table.termine .data {
	color: #000;
}

.thema.top h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0.7em;
}

table.termine tr,
th,
tr.uneven,
tr.even {
	border-bottom: 1px solid #000;
}

.thema.top .text {
	color: #000;
}

.bildergalerie {
	margin-bottom: 1em;
}

.news-article .bildergalerie img {
	margin: 0 12px 0 0;
}

pre {
    white-space: pre;
}
pre code {
	display: block;
	white-space: pre-wrap;
	font-family: courier, "courier new", monospace;
	font-size: 12px;
	background: #fff;
	padding: 2px 6px;
	overflow: visible;
}


.post-date {
	font-size: 11px;
}

.left_img {
	float: left;
	margin: 0 2em 1em 0;
	}

.post-teaser {
	font-weight: bold;}


/*
	vor ort
*/

.page-navigator.abc {
	display: none;
}

p.jump-to-top {
	display: none;
}

.comment {
	margin-bottom: 2.0em;
}

.comment dt {
	margin-left: 0;
	margin-bottom: 1em;
}

.comment dd {
	margin-left: 12px;
}

.comment .date {
	font-size: 11px;
}

p.success {
	color: #008040;
	background-color: #fff;
	padding: 0.25em 12px;
}

p.error {
	color: #FF4000;
	background-color: #fff;
	padding: 0.25em 12px;
}

.album {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

/*
							forms
*/

form legend {
	display: none;
}

form fieldset {
	border: 0;
	padding: 0;
	margin-bottom: 1em;
}

form input,
form textarea {
	font-family: arial, sans-serif;
	font-size: 1.1em;
}

form input[type="text"], form textarea {
	background-color:#fff;
	display:block;
	margin: 0;
	padding: 1px 0;
	border: 1px solid #ccc;
}

/*
							tables
*/

/*do not remove - this is useful for google cache pages*/
table {
	font-size: 1em;
	line-height: 1.5em;
}

table.termine {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

table.termine th,
table.termine td {
	padding: 0 0 1em 0;
}

table.termine th {
	font-weight: bold;
}

table.termine h3,
table.termine p {
	margin: 0 0 0.5em 0;
}

table.termine td.date {
	text-align: center;
	vertical-align: top;
	width: 100px;
	padding-right: 18px;
	margin: 0;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
}

table.termine .text {
	color: #333;
}

table.termine .data {
	color: #333;
}

table.landesvorstand {
	width: 100%;
}

table.landesvorstand td {
	border-top: 1px solid #808080;
	padding: 0.5em 18px 0 0;
}

table.landesvorstand td.name strong {
	font-size: 13px;
}

table.landesvorstand td ul {
	margin: 0 0 0.5em 1.5em;
	padding-left: 0;	
}

table.landesvorstand td p {
	margin: 0 0 0.5em 0;
}

table.landesvorstand td.name {
	width: 33%;
}

table.pressemitteilungen {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

table.pressemitteilungen td {
	border-top: 1px solid #808080;
	padding: 0.5em 18px 0.5em 0;
}

table.pressemitteilungen td.date {
	white-space: nowrap;
}

table.pressemitteilungen td.last {
	padding-right: 0;
}

table.pressebilder td {
	border-top: 1px solid #808080;
	padding: 0.5em 18px 0.5em 0;
}

table.pressebilder td.pressebild img {
	float: left;
}

table.pressebilder td.last {
	padding-right: 0;
}

