/*
Theme Name: Ilja Seifert
Version: 1.0
Author: SK
Author URI: http://www.sehsinn.com/
*/

/* CSS Document */

/* 	Rot: e2001a 
	Gelb-Schwach: fef6cf
	Blau: 06c
*/


/* --------------------------------------------------------------------------------- Allgemeines */

body {
	font-size: small;
	font-family:  "Trebuchet MS", sans-serif;
	background: #ececec url(images/bg.png) top center no-repeat;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	postition: fixed;
	color: #666666;
}

.unsichtbar, hr {
	display: none;
}
.ausgleich {
	display: block;
}

p, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 948px;
	margin: 15px auto 0 auto;
	font-size: 100%;
	line-height: 2.8ex;
	background: white;
}

#bearbeiten a {
	color: #999999;
	text-decoration: none;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 3px;
}

#bearbeiten {
	clear: both;
	display: block;
	margin-top: 15px;
}



/* --------------------------------------------------------------------------------- oberer Bereich */

#header {
	width: 948px;
}

/* ------------------------------ Logo */

h1 {
	width: 530px;
	height: 90px;
	float: left;
	margin: 0 0 10px 0;
	
}

h1 a {
	display: block;
	background: url(images/logo.png) top left no-repeat;
	background-position: 28px 10px;
	width: 530px;
	height: 90px;
}


/* ------------------------------ Suche und Toolbar */

form#searchform {
	margin: 0;
	padding: 10px 28px 0 0;
	float: right;
}

#form {
	width: 400px;
	float: right;
}

input#suche {
	border: 1px solid #cccccc;
	background: white url(images/lupe.gif) center left no-repeat;
	background-position: 4px;
	color: #999999;
	font-size: 85%;
	padding: 2px 3px 2px 22px;
}

input#suchpfeil {
	margin: 0;
	padding: 0;
}

input#suche:hover, input#suche:focus {
	background: white url(images/lupe2.gif) center left no-repeat;
	background-position: 4px;
	color: #666666;
}

/* bei Trefferliste */

.treffer-post h4, .treffer-post h4 a {
	color: #e2001a;
}

.treffer-post {
	font-family:  "Trebuchet MS", sans-serif;
	font-size: 90%;
	line-height: 2.7ex;
}
.treffer-post .metainfo {
	font-size: 1em;
}

#keintreffer #suche {
	width: 300px;
	margin: 1ex 0 0 0;
}

#suche-button {
	border: 1px solid #cccccc;
	background: white;
	padding: 1px 2px 1px 2px;
	cursor: pointer;
}

#suche-button:hover, #suche-button:focus {
	background: #e2001a;
	color: white;
}


/* ------------------------------ Navigation neu */

#navi-wrap1 {
	margin-left: 28px;
}

#navi-wrap {
	display: block;
	width: 882px; /*892 - 10 */
	float: left;
	background: #cccccc;
	border: 5px solid #ececec;
}

ul#hauptnavi {
	display: block;
	width: 872px; /*892 */
	float: left;
	border: 5px solid #cccccc;
}

ul#hauptnavi li a {
	display: block;
	float: left;
	background: #cccccc;
	padding: 2px 12px 2px 12px;
	text-decoration: none;
	color: #333333;
	margin-right: 5px;
}

ul#hauptnavi li {
	float: left;
}



ul#hauptnavi #dielinke {
	float: right;
}

ul#hauptnavi #dielinke a {
	display: block;
	background:  url(images/linke.png) 0 center no-repeat;
	width: 89px;
	height: 20px;
	padding: 0;
	margin-left: 10px;
	border: none;
}

ul#hauptnavi .current-cat a, ul#hauptnavi .current_page_item a, ul#hauptnavi a.level1current, ul#hauptnavi a.level1highlight, ul#hauptnavi a.level2current, ul#hauptnavi .current-cat-parent a, ul#hauptnavi a:focus, ul#hauptnavi a:hover  {
	color: white;
	background: #e2001a; 
}


/* Bundespolitik */
ul#hauptnavi .level1active #navigation-37, ul#hauptnavi #navigation-37:hover, ul#hauptnavi #navigation-37:focus,  #id-bundespolitik #navigation-37, #id-oberlausitz #navigation-1384, #id-bundespolitikservice #navigation-41 {
	color: white;
	background: #e2001a;
}


ul#hauptnavi a:focus, ul#hauptnavi #navigation-37:focus {
	background: #333333;
}


/* --------------------------------------------------------------------------------- mittlerer Bereich */

#middle {
	clear: both;
	float: left;
	padding-left: 28px;
	width: 892px;
	margin-top: 15px;
	margin-bottom: 20px;
}


/* ------------------------------ Sidebar */

/* Unternavigation */
#sidebar {
	width: 231px; 
	float: left;
}

#unternavi a {
	display: block;
	width: 216px;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid white;
	color: #333333;
	text-decoration: none;
}

#unternavi ul li a:hover, #unternavi ul li a:focus, #unternavi ul li.current-cat a, #unternavi ul li .level2current, #unternavi .level1current, .level2highlight {
	background: #333333;
	color: white !important;
}

#unternavi ul li a:focus {
	background: #e2001a;
}

#unternavi ul {
	margin-bottom: 0;
	background: #cccccc;
	border: 5px solid #ececec;
}

/* Empfohlene Beitraege */

.sidebox {
}

.sidebox h3 {
	color: #e2001a;
	margin-bottom: 1ex;
	margin-top: 20px;
	padding-left: 5px;
	font-size: 90%;
	border-top: 2px solid #e2001a;
	padding-top: 5px;
}
.sidebox h3 a {
	width: auto;
	color: #e2001a;
	background: none;
	padding: 0;
	display: inline;
	text-decoration: underline;
	font-size: 1em;
	border: none;
}

.sidebox h3 a:hover, .sidebox h3 a.focus {
	background: none;
	color: #333333;
}


.sidebox a {
	display: block;
	color: #555555;
	padding: 5px 0 5px 0;
	line-height: 2.5ex;
	border-top: 1px solid #cccccc;
	font-size: 90%;
	padding: 5px;
/*background: url(images/page.png) top left no-repeat;
	background-position: 7px 5px;
	padding-left: 31px; */
}


.sidebox a:hover, .sidebox a:focus {
	background: #fef6cf; 
	text-decoration: none;
	color: #e2001a;
}

.sidebox a:hover span, .sidebox a:focus span {
	color: black;
}

.sidebox span {
	color: #888888;
	font-size: 85%;
}

#sidebar u {
	display: none;
}

.sidebox h2 {
	background: none;
	color: #666666;
}

#sidebar a.alle {
	color: #06c;
}
#sidebar a.alle:hover, #sidebar a.alle:focus {
	text-decoration: underline;
	background: none;
}


/* Banner etc.*/

#sidebar-banner h4 {
	margin-top: 20px;
	font-size: 1em;	
	color: #e2001a;
	margin-bottom: 1ex;
	font-weight: bold;
	padding-left: 5px;
	font-size: 90%;
	border-top: 2px solid #e2001a;
	padding-top: 5px;
}


#sidebar-banner a {
	display: block;
	color: #666666;
	font-size: 90%;
	padding: 5px 0 5px 0;
	line-height: 2.5ex;
	border-top: 1px solid #cccccc;
	font-size: 85%;
	padding-left: 5px;
}

#sidebar-banner a:hover b, #sidebar-banner a:focus b {
	color: #e2001a;
}
#sidebar-banner a:hover, #sidebar-banner a:focus {
	text-decoration: none;
	color: #000000;
	background: #fef6cf;
}

#sidebar-banner img {
	float: none;
	margin: 2px 0 4px 0;
	padding: 0;
	display: block;
	width: 221px; /* 231x86 */
}


#sidebar-banner a b {
	margin-bottom: 0;
	float: none;
	display: block;
}

#sidebar .download {
	display: block;
	padding: 4px;
	font-family:  "Trebuchet MS", sans-serif;
	background: url(images/pdf.png) top left no-repeat;
	background-position: 7px 5px;
	padding-left: 31px;
}
#sidebar a.download:hover, #sidebar a.download:focus {
	background: #fef6cf url(images/pdf.png) top left no-repeat;
	background-position: 7px 5px;
}

 

/* ------------------------------ Content */
#content {
	width: 621px; /*643 vorher */
	float: right;
	color: #555555;
	font-family: Georgia, serif;
	background: url(images/sidebar-border.png) top left repeat-y;
	padding-left: 20px;
	
}

/* Headlines */


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

h4.unterzeile {
	color: #888888;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 20px 0;
	font-family: Georgia, serif;
} /* wie metainfo */

h4.unterzeile a {
	color: #888888;
	text-decoration: underline;
}

h4.unterzeile a:hover, h4.unterzeile a:focus {
	text-decoration: none;
}

h4 {
	font-family:  "Trebuchet MS", sans-serif;
	font-weight: bold;
	color: #e2001a;
}

h4.h4-list {
	margin: 3ex 0 1.5ex 0; 
}

h5 {
	font-size: 100%;
	line-height: 2.8ex;
	margin-bottom: 5px;
}


.big {
	display: block;
	color: #e2001a;
	font-size: 160%;
	line-height: 2.5ex;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia, serif;
	margin: 0;
}

.pagestyle .big, .kontaktstyle .big, .singlestyle .big {
	margin: 0 0 10px 0;
}

.big2 {
	display: block;
	color: #777777;
	font-size: 160%;
	line-height: 2.5ex;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 20px 0;
	font-family: Georgia, serif;
}

.pagestyle .big {
	margin-bottom: 15px;
}





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


.metainfo {
/*	font-family:  "Trebuchet MS", sans-serif; */
	color: #888888;
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 5px 0;
	/* background: #fef6cf;
	padding: 4px; */
}


a {
	color: #06c;
	text-decoration: none;
}

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

/* gefloatetes Bild */ 
img {
	display: block;
	float: left;
	margin: 3px 20px 3px 0;
	padding: 0;
	border: none;
}

.pagestyle img {
	margin: 0;
	margin-bottom: 20px;
}

.singlestyle img {
	margin-bottom: 5px;
}

.wp-caption img {
	margin: 0 0 5px 0;
}

#content ul {
	margin-bottom: 20px;
	list-style: inside;
	padding: auto;
}

/* Abgelegt-Kategorie */

em.abgelegt {
	font-family:  "Trebuchet MS", sans-serif;
	font-style: normal;
	font-size: 85%;
	text-transform: uppercase;
	letter-spacing: 2px;
}

em.abgelegt a {
	color: #888888;
	text-decoration: none;
}
em.abgelegt a:hover, em.abgelegt a:focus {
	text-decoration: none;
	color: #06c;
}



small {
	font-family:  "Trebuchet MS", sans-serif;
	color: #888888;
}



/* Tabelle */

table {
	border-collapse:collapse;
	border: none;
	font-family:  "Trebuchet MS", sans-serif;
	font-size: 90%;
}

th {
	text-align: left;
}

td {
	border: 1px solid #999999;
	padding: 0 5px 0 5px;
	background: #f2f2f2;
}


/* Archiv */
.pagetitle {
	color: #666666;
	background: white;
	padding: 0 0 3px 0;
	border-bottom: 2px solid white;
	font-family:  "Trebuchet MS", sans-serif;
	border-bottom: 4px solid #ececec;
	margin-bottom: 15px;
}

#content #politikfeld-info {
	padding-bottom: 2ex;
	font-family:  "Trebuchet MS", sans-serif;
	margin-bottom: 3ex;
	background: #fef6cf;
	padding: 5px;
}



.mehr {
	color: #06c;
	text-decoration: none;
}
.mehr:hover, .mehr:focus {
	text-decoration: underline;
}




.borderwrap {
	clear: both;
	height: 4ex;
	background: url(images/archiv-border.gif) center left repeat-x;
}


/* Single */

.wp-caption-text {
	font-style: italic;
	font-size: 90%;
	margin: 0;
	line-height: 2.4ex;
	display: block;
	font-family:  "Trebuchet MS", sans-serif;
	color: #777777;
}

.wp-caption {
	float: left;
	margin: 0 5px 3px 0;
}

.wp-caption-text b {
}


.pagestyle p, .singlestyle p {
	margin-bottom: 2ex;
}

#content ul, #content ul li {
	list-style-image: url(images/bullet2.png);
	list-style-position: outside;
}

#content .mylist ul, #content .mylist ul li {
	list-style: none;
	margin: 0 0 3px 0;
	padding: 0;
}

#content ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 16px;
}

#content li {
	margin-bottom: 8px;
}

#content .boxlist {
	font-size: 90%;
}

#content .boxlist ul, #content .boxlist li, #content .boxlist a {
	list-style: none;
	background: none;
	padding: 0;
}
#content .boxlist ul li a {
	display: block;
	padding: 4px;
	font-family:  "Trebuchet MS", sans-serif;
	color: #666666;
	background: #ececec url(images/download.png) top left no-repeat;
	background-position: 7px 5px;
	padding-left: 31px;
	border: 1px solid #ececec;
}

#content .boxlist strong {
	color: #e2001a;
}
#content .boxlist a:hover, #content .boxlist a:focus {
	text-decoration: none;
	border: 1px solid #e2001a;
}


/* --------------------------------------------------------------------------------- individuelle Seiten */

/* Startseite */

/*Ausgleich */
#sidebar img {
	float: none;
	margin-right: 0;
	padding: 0;
}

#sidebar .post ul, #sidebar .post ul li {
	text-decoration: none;
	color: #666666;
	padding-left: 0;
	width: 100%;
	list-style: none;
	line-height: 3ex;
	margin-bottom: 0;
}

/*fuer nicht-sidebar */ 
#content .mylist {
	border: none;
	margin: 0;
	width: 600px;
}
.mylist {
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	color: #666666;
	width: 230px;
	border-top: 1px solid #999999;
}

.mylist h4 {
	color: #666666;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.mylist a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding-left: 8px;
	width: 100%;
	background: url(images/bullet.png) center left no-repeat;
	cursor: pointer;
}

.mylist a:hover, .mylist a:focus {
	background: url(images/bullet2.png) center left no-repeat;
	color: #e2001a;
}

.spalte1 {
	float: left;
	width: 300px;
}

.spalte2 {
	float: right;
	width: 300px;
}

.spalte1 .thumbnail, #content .spalte1 img, .spalte2 .thumbnail, #content .spalte2 img {
	clear: both;
	display: block;
	float: none;
}


/* Kontakt */

.kontaktstyle {
	font-size: 90%;
	line-height: 2.7ex;
}

.kontaktstyle p {
	margin-bottom: 1.5ex;
}

.kontaktstyle img {
	display: block;
	margin: 0 0 2ex 0;
	
}

.kontaktstyle h4 {
	display: block;
	margin-bottom: 2ex;
}

.kontaktstyle #barwrap-2 a {
	color: #666666;
	text-decoration: none;
}


.kontaktstyle #barwrap-2 a:hover, .kontaktstyle #barwrap-2 a:focus {
	color: #666666;
	text-decoration: underline;
}

#barwrap-1 {
	width: 264px; /* 304 */
	background: url(images/sidebar-border.png) top right repeat-y;
	padding-right: 20px;
	float: left;
	line-height: 3.5ex;
	margin-bottom: 20px;
	font-family: Georgia, serif;
}

#barwrap-2 {
	width: 588px;
	float: right;
}

#inner-barwrap {
	width: 392px;
	float: right;
}

#bar-1 {
	width: 196px;
	float: left;
}

#bar-2 {
	width: 196px;
	float: left;
}

#bar-3 {
	width: 196px;
	float: right;
}

/* Team */

.teamstyle .big {
	margin-bottom: 0;
}

.teamstyle h4 {
	margin: 3ex 0 2ex 0;
	font-size: 120%;
	color: #999999;
}

.teamstyle strong {
	color: #e2001a;
	font-weight: normal;
}

/* fuer Videos */

#content #container1, #content #container2, #content #container3, #content #container4, #content #container5, #content #container6, #content #container7 {
	float: left;
	margin: 20px 20px 20px 0;
}

#sidebar #container1, #sidebar #container2, #sidebar #container3, #sidebar #container4, #sidebar #container5, #sidebar #container6, #sidebar #container7 {
	display: block;
	height: 186px;
	margin: 15px 0 15px 5px;
}


/* --------------------------------------------------------------------------------- unterer Bereich */

#footer {
	clear: both;
	width: 948px;
	background: #444444;
	height: 50px;
	border-bottom: 7px solid #666666;
}

#footer a {
	color: #cccccc;
	background: #444444;
	text-decoration: none;
}

#footer a:hover, #footer a:focus, #footer .level1current {
	color: white;
	text-decoration: underline;
}

#footer-links {
	float: left;
	padding-left: 28px;
	margin-top: 8px;
}

#footer-links a {
	margin-right: 7px;
}

#footer-links #scrolltop {
	display: block;
	background: url(images/scrolltop.png) top left no-repeat;
	width: 22px;
	height: 22px;
	float: left;
}

#footer-links #scrolltop:hover, #footer-links #scrolltop:focus {
	background: url(images/scrolltop.png) bottom left no-repeat;
}

#footer-links #print {
	display: block;
	background: url(images/print.png) top left no-repeat;
	width: 22px;
	height: 22px;
	float: left;
}

#footer-links #print:hover, #footer-links #print:focus {
	background: url(images/print.png) bottom left no-repeat;
}


#footer-links #rss {
	display: block;
	background: url(images/rss.png) top left no-repeat;
	width: 22px;
	height: 22px;
	float: left;
}

#footer-links #rss:hover, #footer-links #rss:focus {
	background: url(images/rss.png) bottom left no-repeat;
}





#footer-rechts {
	float: right;
	padding-right: 28px;
	margin-top: 8px;
}

#footer-rechts ul li {
	display: inline;
	margin-left: 7px;
}




/* _________________________________________________ Plugin: wp-page-numbers */

#seiten {
}

#wp_page_numbers {
	float: right;
	padding: 10px 10px 10px 10px;
	background: #cccccc;
	border: 4px solid #ececec;
}




#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 11px;
	font-family: Arial;
}


#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px 5px 3px 5px;
	margin-left: 2px;
	margin-right: 2px;
	display: block;
	color: #333;
	border: 1px solid #bfbfbf;
	background: white;
	line-height: 2ex;
}

#wp_page_numbers li a:hover {
	border-color: #c31924;
	color: white;
	background: #c31924;
}

#wp_page_numbers li.space {
	padding: 6px;
	padding-left: 2px;
	padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}

#wp_page_numbers li.active_page a {
	border-color: #c31924;
	color: white;
	background: #c31924;
}
#wp_page_numbers li.active_page a:hover  {
	color: black; /* IE fix */
	border-color: #c31924;
	color: white;
	background: #c31924;
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 3px 5px 3px 5px;
	margin-right: 2px;
	color: #666;
	font-size: 11px;
	border: 1px solid #bfbfbf;
	background: white;
	line-height: 2ex;
}

/* font-sizer */
div#sizer {
	float: right;
	/* display:none;
	position: absolute;
	
	padding: 4px;
	border: 1px solid #cccccc;
	border-top: 0;
	margin-left: 600px;
	background: #ececec; */
	margin: 15px 0 5px 0;
	padding-right: 28px;
} 


#sizer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}

#sizer ul li {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#sizer a.increase {
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/sizer1.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 5px;
	padding: 0;
}

#sizer a.decrease {
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/sizer2.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 5px;
	padding: 0;
}

#sizer a.reset {
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/sizer3.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 12px;
	padding: 0;
}

#sizer a.style-standard {
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/switcher1.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 5px;
	padding: 0;
}


#sizer a.style-sw {
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/switcher2.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 5px;
	padding: 0;
}

#sizer a.style-bg {
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/switcher3.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 0;
	padding: 0;
}

#sizer a:hover  {
	background-position: 0 -18px;
}

#sizer a:focus {
	border-color: #e2001a;
}

#sizer .dgs {
	display: block;
	width: 30px;
	height: 18px;
	background: url(images/dgs.png) top left no-repeat;
	border: 1px solid #cccccc;
	pointer: cursor;
	margin-right: 10px;
}

/* search hilite */
.hilite {
color: #000;
background-color: #FFFF66;
}
.hilite1 {
color: #000;
background-color: #99FF99;
}
.hilite2 {
color: #000;
background-color: orange;
}
.hilite3 {
color: #000;
background-color: #FF66FF;
}





