/*  
Theme Name: Nach dem Bundestag
Theme URI: 
Rot-weiß-graues Design für die Zeit nach dem Bundestag.
Version: 1.0
Author: MTS von Christina Pautsch
Author URI: http://www.christina-pautsch.de 

/* ///////////////////////////////////////
///////////// GLOBALE STILE ////////////*/

* {
	margin:0;
	padding:0;
}
a {
	color: #75082a;
	text-decoration: none;
	/* border-bottom: 1px dotted #75082a; */
}
a:visited {
	border: none;
}
a:hover {
	color: #000; /* #333; */
	/* border-bottom: 1px dotted #333; */
}
h1, h2, h3, h4, h5, h6 {
		font-family: Georgia, serif; 
}
h1 { 	
	font-size: 17px;
	letter-spacing: -0.03em;
	margin: 0 0 10px 0;
	color:#555554;
}
h2 { 
	font-size: 16px;
	color:#555554;
	letter-spacing: -0.03em;
	margin: .6em 0 .5em 0;
}
h3 {
	color: #555554;
	line-height: 140%; 
	font-family: Georgia, serif; 
	font-size: 15px; 
	letter-spacing: -0.03em;
	margin: .6em 0 .5em 0;
}
#content h3, #content h5 {
	font-style: italic;
}
h4, h5 { 
	font-size: 14px; 
	line-height: 130%;
	letter-spacing: -0.03em;
	margin: .6em 0 .5em 0;
}
h4.archivliste {
	margin: 1.2em 0 0em 0;
}
h1.titel {
	margin-bottom: 20px;
}
h6 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .03em;
}
p {
	line-height: 150%; 
	font-size: 12px;
	padding: .5em 0;
}
li {
	line-height: 150%; 
	font-size: 12px;
}
blockquote {
	background: #eee url(images/bg_blockquote.gif) no-repeat scroll 10px 18px;
	margin: 15px 10px 11px 0;
	padding:12px 10px 5px 60px;
	font-size: .9em;
	line-height: 150%; 
}
.clear {
	clear: both;
}
.alignleft {
	float: left;
	margin-right: 5px;
}
img.alignleft {
	margin-top: 3px;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-right: 5px;
}
a img { border: 0; }
.linie_oben {
	border-top:solid 1px #ccc; 
	background-color:transparent;
	margin-top: .75em;
	padding-top:1em;
}
.linie_unten {
	border-bottom:solid 1px #ccc; 
	background-color:transparent;
	margin-bottom: .75em;
	padding-bottom:1em;
}
/* ///////////////////////////////////////
//////////////// STRUKTUR //////////////*/

body {
	background: #fff; /*#f5edd7;*/
	font-family: Verdana, Arial, sans-serif;
	line-height: 150%;
	color: #333;
}
#wrapper {
	width: 955px; 
	height: 400px;
}

/* ///////////////////////////////////////
////////////////// HEADER //////////////*/

#header {
	width: 940px; 
	overflow: hidden; 
	background: #E6E5E3 url(images/portraet.jpg) no-repeat; 
	margin-top: 50px;
	border-left: 15px solid #75082a;
	height: 196px;
}
#header h1 {
	margin: 77px 30px 0 350px;
	text-align: center;
	color: #5D5D5D;
	font-size: 18px;
}
#header .beschreibung {
	color: #A1A09E;
}
#header h2 { 
	margin: 0px 30px 0 350px;
	text-align: center;
	color:#555555;
	float: right;
}

/* ///////////////////////////////////////
/////////////// BREADCRUMB /////////////*/

#breadcrumb { 
	font-size: 11px;
	margin: 0 0 20px 15px;
}
#breadcrumb a {
	border: 0;
} 

/* ///////////////////////////////////////
///////////////// CONTENT //////////////*/

#content {
	padding: 15px 10px 0 25px; 
	width: 485px;
	float: left;
	font-size: 12px;
}
#content li {
	padding: .25em 0;
}
#content ul, #content ol {
	margin: .3em 0 .3em 10px;
	padding: 0 0 0 10px;
}
#content ul ul, #content ol ol,
#content ul ol, #content ol ul {
	margin: .3em 0 0em 10px;
	padding: 0 0 0 10px;
}
.startliste {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 15px;
}

.start {
	border: 3px solid #E6E6E6; /* #ABACAB #E0DFDE;*/
	padding: 6px 10px 4px 10px;
	/*background: #F5F5F4;*/
	margin-bottom: 12px;
}

.aktuell { 
/*	margin-top: 15px; 
	border-top: 1px dotted #ccc; */
}
.aktuell div { 
	margin: 13px 0; 
}
.aktuell h3 { 
	padding: 15px 0 0 0; 
}
.aktuell img { 
	float: left; 
	margin: 4px 10px 0 0;
}
.meta { 
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	margin-top: 6px;
	border-top: 1px solid #ccc;
}
.linie { 
	margin-top: 12px;
	border-top: 1px solid #ccc;
}
.blaettern {
	font-size: 12px;
	margin-top: 10px;
}
#content ul.dbem_events_list {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#content  ul.dbem_events_list li {
	margin-left: 0;
	padding-left: 0;
}
/* ///////////////////////////////////////
/////////////////// MENÜ ///////////////*/

#menu {
	padding: 15px 0 0 0px; 
	width: 210px;
	float: left;
	font-size: 12px;
	line-height: 100%;
}
#menu li {
	line-height: 100%; 
}
#menu ul { 
	list-style: none;
	font-family: Georgia, serif; 
}
#menu ul a {
	display: block;
	padding: 6px 0 8px 10px; /* 4px 0 5px 10px; */
	border-bottom: 1px solid #ddd; /* #ccc; */
	border-left: 7px solid #fff;
}
#menu ul li a.current_page_item {
	border-left: 7px solid #75082A;
}
#menu ul a:hover {
	color: #000;
	border-left: 7px solid #6F6F6E;
}
#menu ul ul {
}
#menu ul ul a { 
	padding-left: 17px;
	color: #5D5D5C; /* #6F6F6E; #666; */
}
#menu ul ul a:hover { 
	border-left: 7px solid #6F6F6E;
} 
/* ///////////////////////////////////////
///////////////// SIDEBAR //////////////*/

#sidebar {
	width: 210px;
	float: right;
}
#sidebar h3 {
	color: #6B6969; /* 777 */
	font-size: 13px;
}
#sidebar ul {
	list-style: none;
	font-family: Georgia, serif; 
}
#sidebar ul li {
	font-size: 12px;
	line-height: 150%;
	color: #555;
	border-bottom: 1px solid #ddd; /*#ccc;*/
	padding: 7px 0 6px 0;
}
#sidebar ul li p { 
	padding: 0px 0 5px 0;
	line-height: 150%;
}
#sidebar ul li ul {
	padding-top: 5px;
}
#sidebar li li {
	border: 0;
	padding: 0 0 6px 0;
}
#sidebar li li a {
	border: 0;
}
#sidebar a img {
	border: 0;
}
/* ///////////////////////////////////////
////////////////// FOOTER //////////////*/

#footer {
	border-top: 3px solid #e6e6e6;
	font-size: 11px;
	color: #aaa;
	padding: 0 0 15px 15px;
	text-align: right;
	margin-top: 20px;
}


/*--------------------textgestaltung--------------------*/


acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote cite {
	
	}



ul{
     }
ol{
     }
     li{
          }

    ul ul{
         }

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------bilder als links--------------------*/
a img {
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }

/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform{
     }

input#s{
     }

input#searchsubmit{
     }

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }

