/*
client:          BayernSPD
version:         1.8
date:            2009-02-03
author:          Michael Eichelsdoerfer
author website:  www.michael-eichelsdoerfer.de
*/

/*
							basics
*/

body {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

*:first-child {
	margin-top: 0;
}

table {
	border-collapse: collapse;
}

th, td {
	text-align: left;
	vertical-align: top;
}

/*
							document
*/

body {
	font: 12px/1.5 arial, sans-serif;
	color: #000;
	background: #f0f0f0;
	background: #f0f0f0 url(img/gradient-background.gif) 0 0 repeat-x fixed;
/*	background: #fff url(img/rauten.gif) -51px -6px;*/
	text-align: center;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 0 18px;
	color: #333;
	background-color: #fff;
}

#top-links {
	width: 900px;
	text-align: right;
	margin: 0 auto;
	padding: 1em 18px 1em 18px;
	font-size: 10px;
}

#top-links p {
	margin: 0;
}

/*
							layout
*/

#header {
	float: left;
	width: 100%;
	background: #fff url(img/header.png) 0 0 no-repeat;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-bottom: 2.1em solid #e9e9e9;
}

#header .welcome {
	float: left;
	text-indent: -9999px;
	font-size: 12px;
	line-height: 12px;
	margin: 18px 0 -7px 0;
	height: 76px;
	width: 100%;
	overflow: hidden;
}

#header .welcome a {
	float: right;
	display: block;
	height: 76px;
	width: 76px;
}

#content {
	float: left;
	width: 100%;
	padding: 0;
}

#main {
	float: left;
	width: 530px;
}

#extra {
	float: right;
	width: 360px;
	color: #333;
}

#footer {
	clear: both;
	font-size: 10px;
	padding: 6px 0;
	color: #333;
}

#footer p {
	margin: 0 0 1em 0;
}

/*
							header
*/

/*
							navigation
*/

ul#nav {
	float: left;
	width: 776px;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	display: inline;
	white-space: nowrap;
}

ul#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	margin: 1px 1px 0 0;
	padding: 3px 12px;
/*	width: 5em;
*/
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

ul#nav a:link,
ul#nav a:visited {
	color: #fff;
	background-color: #e2001a;
}

ul#nav a:focus,
ul#nav a:hover {
	color: #000;
	background-color: #e9e9e9;
}

ul#nav .selected a:link,
ul#nav .selected a:visited {
	color: #000;
	background-color: #e9e9e9;
}

/*
							navigation secondary
*/

ul#secondary-nav {
	clear: left;
	float: left;
	width: 900px;
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	margin-top: -3.5em;
}

ul#secondary-nav li {
	display: inline;
	white-space: nowrap;
}

ul#secondary-nav li a {
	display: block;
	float: left;
	padding: 0.25em 12px;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
	line-height: 18px;
}

ul#secondary-nav a:link,
ul#secondary-nav a:visited {
	color: #e2001a;
	background-color: inherit;
	text-decoration: none;
}

ul#secondary-nav a:focus,
ul#secondary-nav a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

ul#secondary-nav .selected a:link,
ul#secondary-nav .selected a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

/*
							navigation subsection
*/

ul#nav-subsection {
	clear: left;
	float: left;
	width: 900px;
	margin: 1em 0 0.75em 0;
	padding: 0;
	list-style-type: none;
}

ul#nav-subsection li {
	display: inline;
	white-space: nowrap;
}

ul#nav-subsection li a {
	display: block;
	float: left;
	padding: 3px 12px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 18px;
	margin: 0 1px 0 0;
}

ul#nav-subsection a:link,
ul#nav-subsection a:visited {
	color: #e2001a;
	background-color: inherit;
	text-decoration: none;
}

ul#nav-subsection a:focus,
ul#nav-subsection a:hover {
	color: #000;
	background-color: #e9e9e9;
	text-decoration: none;
}

ul#nav-subsection .selected a:link,
ul#nav-subsection .selected a:visited {
	color: #000;
	background-color: #e9e9e9;
	text-decoration: none;
}

/*
							content
*/

a:link,
a:visited {
	color: #e2001a;
	background-color: inherit;
	text-decoration: underline;
/*	font-weight: bold;*/
}

a:focus,
a:hover {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
/*	font-weight: bold;*/
}

h1 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	color: #000;
	background-color: inherit;
	margin-top: 18px;
}
	
h2 a:link,
h2 a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

h2 a:focus,
h2 a:hover {
	color: #e2001a;
	background-color: inherit;
	text-decoration: underline;
}

h2.page-section-label {
	display: inline;
	float: left;
	font-size: 11px;
	padding: 3px 12px;
	margin: -12px 0 12px -12px;
	color: #fff;
	background-color: #5a84be;
	text-transform: uppercase;
}

h2.newsletter {
  padding-top: 0.5em;
  color: #5a84be;
  background-color: inherit;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

h3 a:link,
h3 a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

h3 a:focus,
h3 a:hover {
	color: #e2001a;
	background-color: inherit;
	text-decoration: underline;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #000;
	background-color: inherit;
}

ul {
	list-style-type: square;
}

img.float-l {
	float: left;
	margin: 0 18px 1em 0;
}

.system-message {
	padding: 9px 6px 1px 6px;
	background-color: #f0f0f0;
	margin-bottom: 2em;
}

.page-section {
	float: left;
	background-color: #f0f0f0;
	background: #f0f0f0 url(img/gradient.gif) 0 0 repeat-x;
	padding: 12px 12px 0 12px;
	margin-bottom: 1.5em;
}

#main .page-section {
	width: 498px;  /* =522 */
/*	xborder-width: 4px 0 0 0;
	xborder-style: solid;
	xborder-color: #e9e9e9;
	xbackground: none;
*/
}

.page-section-text {
	float: left;
	width: 100%;
}

#main .teaser {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

/* teaser specifications (especially h3) using #main because of ie5/mac */

#main .teaser .text {
	float: right;
	width: 380px;
	color: #333;
}

#main .teaser .text p {
	margin: 0.5em 0;
}

#main .teaser.news h3 {
	float: right;
	width: 380px;	
	margin-bottom: 0;
}

#main .teaser.news img {
	float: left;
	margin: 0 18px 1em 0;
}

.news-article {
	float: left;
	width: 100%;
}

.date {
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.news-article .date {
	clear: right;
}

.news-article.with-image h1 {
	float: right;
	width: 320px;
}

.news-article.with-image img {
	float: left;
	margin: 0 18px 12px 0;
}

#main .teaser.news a.edit img,
.news-article a.edit img,
.news-article.with-image a.edit img {
	float: none;
	margin: 0 0 -2px 0.5em;
}

a.edit img {
	margin: 0 0 -2px 0.5em;	
}

.thema {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.thema .date {
	clear: right;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

.thema.with-image h1,
.thema.with-image h3 {
	float: right;
	width: 320px;
}

.thema.top h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0.7em;
}

.thema.top .text {
	color: #333;
}

.thema.top.with-image .text {
	float: right;
	width: 320px;	
}

.thema.with-image img {
	float: left;
	margin: 0 18px 12px 0;
}

.bildergalerie {
	float: left;
	width: 100%;
}

.bildergalerie img {
	margin: 0 12px 12px 0;
	float: left;
}

.termine .pdf-links {
	border: none;
}

pre {
    white-space: normal;
}
pre code {
	display: block;
	white-space: pre;
	font-family: courier, "courier new", monospace;
	font-size: 12px;
	background: #fff;
	padding: 2px 6px;
	overflow: auto;
}

.blank-page code {
	font-family: courier, "courier new", monospace;
	font-size: 12px;
	color: #5a84be;
	background-color: inherit;
	padding: 0;
}

.page-navigator {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	margin-top: -0.5em;
	margin-bottom: 1em;
}

.page-element {
	margin: 1em 12px;
}

/*
	vor ort
*/

.page-navigator.abc {
	font-weight: bold;
	font-size: 13px;
	word-spacing: 0.1em;
	width: 498px;
	padding: 0 12px;
}

/*.page-navigator a:link,
.page-navigator a:visited {
	text-decoration: none;
}

.page-navigator a:focus,
.page-navigator a:hover {
	text-decoration: underline;
}
*/

p.jump-to-top {
	float: left;
	width: 498px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	background: #fff;
	padding: 0.5em 12px;
	margin: -1.5em 0 0 0;
}

p.back {
	float: left;
	width: 498px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	background: #fff;
	padding: 0.5em 0;
	margin: 0 0 1em 0;
}

h3.sub-section {
	margin-top: 2em;
}

.europa .page-section-image,
.abgeordnete .page-section-image,
.kompetenzteam #main .page-section-image,
.stimmkreiskandidaten #main .page-section-image {
	float: right;
	width: 120px;
	margin-left: 18px;
}

.europa .page-section-text.info-1,
.abgeordnete .page-section-text.info-1,
.kompetenzteam #main .page-section-text {
	clear: left;
	float: left;
	width: 360px;
}

.stimmkreiskandidaten #main .page-section-text.info {
	clear: left;
	float: left;
	width: 360px;
}

.stimmkreiskandidaten #main .page-section-text.statement {
	margin-top: 1em;
}

.europa .page-section-text.info-more,
.abgeordnete .page-section-text.info-more {
	float: left;
	width: 100%;
}

.erfolgszentrale08 #main .page-section-image {
	float: left;
	width: 110px;
}

.erfolgszentrale08 #main .page-section-text {
	float: left;
	width: 100%;
}

.erfolgszentrale08 #main .page-section-text .infotext {
	float: right;
	width: 370px;
}

.team09 #main .page-section-image {
	float: left;
	width: 110px;
}

.team09 #main .page-section-text {
	float: left;
	width: 100%;
}

.team09 #main .page-section-text .infotext {
	float: right;
	width: 370px;
}

.bundestag #main .page-section img {
	float: left;
	margin-right: 18px;
	margin-bottom: 36px;
}
	
.comment {
	margin-bottom: 2.0em;
}

.comment dt {
	margin-left: 0;
	margin-bottom: 1em;
}

.comment.authorised dt {
	border-left: 1.5em solid #e2001a;
	padding-left: 6px;
}

.comment dd {
	margin-left: 12px;
}

.comment .date {
	font-size: 11px;
}

.success {
	color: #fff;
	background-color: #008040;
	padding: 0.25em 12px;
}

p.error {
	color: #fff;
	background-color: #FF4000;	
	padding: 0.25em 12px;
}

p.error.video {
	clear: left;
}

.error a:link,
.error a:visited {
	color: #fff;
	background-color: inherit;
}

.success a:link,
.success a:visited {
	color: #FFE031;
	background-color: inherit;
}

.success a:focus,
.success a:hover {
	color: #fff;
	background-color: inherit;
}

div.video {
	float: left;
	width: 320px;
	height: 260px;
	margin: 0 18px 1em 0;
	background-color: #fff;
}

div.video-big {
}

.thema object.youtube320,
.news-article object.youtube320 {
	float: left;
	width: 320px;
	margin: 0 18px 1em 0;	
}

.schwerpunktthemen-fazit p.last {
	font-size: 175%;
	line-height: 110%;
	margin-top: -0.25em;
}

#extra .page-section {
	width: 336px;  /* =360 */
}

#extra .page-section-text img {
	float: left;
	margin: 0 0 12px 0;
}

#extra .sidebar-images {
	margin-left: -18px;
	width: 354px;
}

#extra .sidebar-images img {
	margin: 0 0 12px 18px;
}

#extra .kampagne {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;
}

#extra .kampagne img {
	float: left;
	width: 100%;
}

#extra ul {
	margin-left: 1.5em;
	padding-left: 0;
}

#musik-zur-wahl {
	margin-bottom: 0.5em;
}

blockquote {
	font-size: 12px;	
}

blockquote em {
	font-style: italic;
	font-weight: bold;
}

#extra img.feed-icon {
	margin-right: 8px;
}

/* footnotes */
hr {
	border: 0;
	color: #808080;
	background-color: #808080;
	height: 1px;
}

sup {
	line-height: 0px;
}

sup a:link,
sup a:visited {
	padding: 3px;
}

sup a:focus,
sup a:hover {
	padding: 3px;
}

.footnotes {
	font-size: 11px;
}

.footnotes a:link,
.footnotes a:visited {
/*	color: #333;*/
}

.footnotes a:focus,
.footnotes a:hover {
/*	color: #e2001a;*/
}

/*
							countdown
*/

#countdown-wahl {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.countdown #main {
	height: 300px;
}

#countdown-activator {
	margin-top: 95px;
}

/*
							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;
	width: 492px;
	border: 1px solid #ccc;
}

form .post-error label {
	color: #f80000;
	font-weight: bold;
}

/*
							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.downloads {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

table.downloads td {
	border-top: 1px solid #808080;
	padding: 0.5em 18px 0.5em 0;
}

table.downloads td.date {
	white-space: nowrap;
}

table.downloads td.last {
	padding-right: 0;
}

table.pressebilder {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

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;
}

table.stimmkreiskandidaten {
	float: left;
	width: 100%;
	margin-bottom: 1em;	
}

table.stimmkreiskandidaten th,
table.stimmkreiskandidaten td {
	border-bottom: 1px solid #808080;
	padding: 0.5em 18px 0.5em 0;
}

table.stimmkreiskandidaten td.last {
	padding-right: 0;
}

.asf blockquote {
	border-left: 1px solid #808080;
	padding-left: 12px;
}

.asf table {
	float: left;
	width: 100%;
	margin-bottom: 1em;	
}

.asf table td {
	border-top: 1px solid #808080;
	padding: 0.2em 18px 0.2em 0;
}

h3.asf-kalender {
	margin-bottom: 0.2em;
	color: #e2001a;
}

table.asf-kalender {
	width: 100%;
	margin-bottom: 1em;	
}

table.asf-kalender td {
	border-top: 1px solid #808080;
	padding: 0.2em 18px 0.2em 0;
}

table.asf-kalender td.date {
	width: 6em;
}

table.asf-kalender tr.aktuell {
	color: #5a84be;
	font-weight: bold;
}

/*
							wahlkreise map
*/

img.map {
	border: none;
}

.tooltip {
	position: absolute;
	z-index: 999;
	left: -9999px;
	background-color: #dedede;
	padding: 5px;
	border: 1px solid #fff;
/*	width:250px;*/
}

.tooltip p {
	margin: 0;
	padding: 0;
	color: #e2001a;
	font-weight: bold;
	background-color: #fff;
	padding: 2px 7px;
}