/*  
Theme Name: Burg Werbemittel Theme
Theme URL: http://www.burg-werbemittel.de 
Description: Version 1.0 des Burg Werbemittel Themes (deutsch)
Version: 1.0
Author: Philipp Walter
Author URI: http://www.philipp-walter.com/
*/

/* body */
body {
	background-color: #F2F2F2;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* master font */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
/* Spezial */
/*
.current_page_item a, .current_page_parent a {
	background-image: url(images/navigation_over.gif);
	background-repeat: repeat-x;
	background-position: right;
	color: #990000;
	text-decoration: none;
	}
*/

/* Theme aufbau */

#theme {
	text-align: center;
	position: relative;
	clear: both;
	margin: 0px auto;
	}
#wrapper {
	width: 770px;
	text-align: left;
	display: block;
	position: relative;
	clear: both;
	margin: 0px auto;
	}
	
/* Header */
#header {
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
	height: 121px;
	margin-bottom: 20px;
	}
#header .left {
	float: left;
	height: 131px;
	width: 550px;
	}
#header .right {
	float: left;
	height: 131px;
	width: 220px;
	}
#logo {
	height: 62px;
	padding-left: 10px;
	padding-top: 25px;
	}
#head_search {
	padding-left: 20px;
	padding-top: 30px;
	}

/* Header Navigation */
#navigation {
	width: 550px;
	height: 34px;
	}
#navigation ul {
	display: block;
	list-style: none;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
#navigation ul li {
background-image: url(images/navigation_normal.gif);
	background-repeat: repeat-x;
	background-position: right;
	display: block;
	list-style: none;
	float: left;
	margin: 0 0 0 0;	
	}
#navigation a:link, #navigation a:visited{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 11px;
	padding-bottom: 10px;
	line-height: 34px;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	}
#navigation a:hover {
	background-image: url(images/navigation_over.gif);
	background-repeat: repeat-x;
	background-position: right;
	color: #444444;
	text-decoration: none;
	}

/* Content */
#content {
	float: left;
	width: 550px;
	position: relative;
	}
#content .top {
	background-image: url(images/content_top.gif);
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 2px;
	}
#content .center {
	background-image: url(images/content_center.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	}
#content .bottom {
	background-image: url(images/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 10px;
	}
#content h2 {
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	}
#content .center {
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	}
#content .center a:link, #content .center a:visited {
	font-size: 11px;
	color: #f7a209;
	text-decoration: underline;
	}
#content .center a:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	}
#content .center img {
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 5px;
	}
	
#content .centermap {
	background-image: url(images/content_center.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 15px;
	}

/* Artikel (Auch gültig für die Suche)*/
#article {
	}
#article  h2 {
	border-bottom: 1px dotted #DDDDDD;
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f7a209;
	line-height: 24px;
	}
#article h2 a:link, #article h2 a:visited {
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #f7a209;
	text-decoration: none;
	}
#article h2 a:hover {
	font-family: "lucida sans unicode", "lucida grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	}
#article .entry {
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	}
#article .entry-more {
	font-size: 11px;
	color: #666666;
	line-height: 20px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-top: 3px;
	}
#article .entry a:link, #article .entry a:visited {
	font-size: 11px;
	color: #f7a209;
	text-decoration: underline;
	}
#article .entry a:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: underline;
	}
#article .entry img {
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 5px;
	}

/* Sidebar */
#sidebar {
	float: left;
	width: 220px;
	position: relative;
	}
#sidebar_wrapper {
	width: 220px;
	}
#sidebar_wrapper .top {
	background-image: url(images/sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	text-align: right;
	padding-right: 15px;
	padding-top: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #f3a208;
	}
#sidebar_wrapper .bottom {
	background-image: url(images/sidebar_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 20px;
	}
#sidebar_wrapper .content {
	background-image: url(images/sidebar_center.gif);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
#sidebar_wrapper ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	display: block;
	}
#sidebar_wrapper ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	padding-left: 2px;
	display: block;
	list-style: none;
	border-bottom: 1px dotted #C4C4C4;
	line-height: 24px;
	}
#sidebar_wrapper a:link, #sidebar_wrapper a:visited {
	font-size: 11px;
	color: #444444;
	text-decoration: none;
	}
#sidebar_wrapper a:hover {
	font-size: 11px;
	color: #990000;
	text-decoration: none;
	}
	/* Sidebar News */
	#sidebar_wrapper .news {
		background-image: url(images/sidebar_center.gif);
		background-repeat: repeat-y;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#sidebar_wrapper .news ul {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		list-style: none;
		display: block;
	}
	#sidebar_wrapper .news ul li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		padding-left: 2px;
		display: block;
		list-style: none;
		border-bottom: 1px dotted #C4C4C4;
		line-height: 16px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
/* Footer */
#footer {
	width: 760px;
	clear: both;
	position: relative;
	float: left;
	padding-top: 10px;
}
#footer .links a:link, #footer .links a:visited {
	font-size: 11px;
	color: #666666;
	padding-right: 20px;
	margin-bottom: 10px;
	text-decoration: none;
	}
#footer .links a:hover, {
	color: #990000;
	text-decoration: none;
	}
#footer .copyrights {
	font-size: 11px;
	color: #999999;
	}
#footer .copyrights a:link,#footer .copyrights a:visited ,#footer .copyrights a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	}

.left {
	float: left;
	width: 600px;
	}
.right {
	float: left;
	width: 160px;
	text-align: right;
	}
#social {
	border: 1px solid #e3e3e3;
	padding: 8px;
	background: #f0f0f0;
	text-align: left;
	width: 160px;
	}
.rss {
	background-image: url(images/footer_rss.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	height: 22px;
	}
.rss a:link, .rss a:visited, .rss a:hover {
	font-size: 11px;
	color: #f7a209;
	text-decoration: none;
	}
#footer .cut {
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 10px;
	}
/* fuer unterschiedliche Kommentare*/

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

/* braucht man immer*/
acronym, abbr, span.caps {
	cursor: help;
	}
	
/* Admin */
#admin {
	margin-right: 15px;
	width: 97%;
	line-height: 24px;
	background-color: #F8F8F8;
	border: 1px solid #EEEEEE;
	text-align: right;
	padding-right: 10px;
	}
#admin a:link, #admin a:visited {
	text-decoration: none;
	}
#admin a:hover {
	text-decoration: none;
	}




