/*
Author Name     : vektorrausch GmbH
Author Site     : http://www.vektorrausch.de
Style Name      : Dänische Straße
Style URI       : http://www.daenische-strasse.de
Version         : 2.1 (23.9.2009)
Comments        : 3-Spalter, basierend auf K2 1.0 RC8
*/

/* Struktur
***********************************************************************************************/

body {
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	background: #000 url(bg-body.png) repeat-y center;
}

body.columns-three #page {
	padding:0;
	border:none;
	background:none;
}

#header {
	height:180px;
	width:749px;
	background: none;
}

.blog-title a {
	position:absolute;
	top:30px;
	left:30px;
	display:block;
	width:450px;
	height:100px;
	background: url(daenische_logo.gif) no-repeat top left;
}

.content {
	padding:0;
}

body.columns-three #primary {
	padding:10px 15px 10px 28px;
}

body.columns-three .secondary {
	width:175px;
}

.hentry {
	display: block;
	margin: 20px 0 40px;
	padding-bottom: 20px;
	width: 500px;
	border-bottom: 1px solid #bbb;
}

body.page-slug-bildergalerien-uebersicht .hentry {
	border: none;
}

.hentry .entry-meta {
	padding: 0;
	background: none;

}

.secondary {
	line-height:130%;
}

#sidebar-1 {
	width:160px;
	margin-left: 10px;
}

#sidebar-1 .widget {
	margin-top: 30px;
}

#sidebar-2 {
	float:right;
	width:152px;
	padding:0 15px;
	margin:-172px 5px 0 0;
}

/* News-Banner */

#sidebar-1 #news-banner {
	position: absolute !important;
	top: 45px;
	right: 0;
	width: 260px;
	margin-top: 0;
}

/* Menue */

.widget_navigo {
	border-bottom: 1px solid #663D1F;
}

ul.level1 {
	font-weight: bold;
	font-size: 100%;
}

ul.level1 li {
	display: block;
	padding-top: 3px;
	margin-top: 3px;
	border-top: 1px solid #663D1F;
	list-style: none;
}

ul.level2 {
	margin: 0 !important;
	font-weight: normal;
}

ul.level2 li {
	border-top: 1px solid #FFEDDF;
}

/* Menue aktiv halten */

body.home #sidebar-1 div#menue a#aktuell, 
div#menue a#level1current,
div#menue a#level2current {
	color:#6F6F6F !important;
}

/* NextGen */

div.ngg-galleryoverview img:hover {
	background-color: #97152f	;
	border-color: #97152f;
}

div.ngg-album-link {
	margin-top: 0 !important;
}

div.ngg-albumoverview {
	float: left;
}

div.ngg-album-compact {
	float: none;
	width: 200px;
}

div.ngg-album-compact h4 {
	width: 200px;
	padding-top: 0 !important;
}

/* Sidebar-Termine */

#upcoming-events {
	width:152px;
	height: 541px;
	padding: 20px 30px 0 10px;
	color: #fff;
	background: url(termine-hg.jpg) no-repeat left top;

}	

#upcoming-events ul.ec3_events {
	margin-top: 10px;
}

#upcoming-events li {
	width: 130px;
}

/* Sidebar-vr-banner */

#sidebar-2 #vr-banner {
	margin-top: 10px;
}

/* Footer */

#footer {
	display:block;
	width:950px;
	margin:0 auto;
	padding: 20px 0;
	text-align:left;
}

#footer ul {
	position:relative;
	display:block;
	width:735px;
	margin-left:28px;
}

#footer li { 
	display:inline;
	list-style:none;
	margin-right: 20px;
}

#footer li#vr-footer {
	position: absolute;
	right: 20px;
} 

/* Lageplan */

div.map {
	overflow: hidden;
}

div.balloon {
	padding-bottom: 40px;
}

/* Bilder */

.entry-content .alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.entry-content .alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img[align="left"] {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

img[align="right"] {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}


/* Suche
***********************************************************************************************/
input#s {
	font-family: Arial, Helvetica, sans-serif;
	width: 130px !important;
}

span#searchreset {
	bottom: 0;
}

/* Fonts
***********************************************************************************************/

h1, h2, h3, h4, h5 {
	font-family:'Tahoma', Arial, Helvetica, sans-serif;
	font-weight:normal !important;
	letter-spacing:0 !important;
	text-align:left;
	color:#97152f;
}

h2 { font-size:180%; }
h3 { font-size:180%; line-height:90%; }

h4 { font-size:120%; }

div.entry-content {
	font-size: 100%;
	line-height: 130%;
}

.four04 .entry-title,
body.page .entry-title,
.page-head {
	text-align: left;
}

#sidebar-2 h4 {
	color: #fff;
}

#sidebar-1 h4 {
	color: #444;
}

span.required {
	color: #ff0000;
}

/* Links
***********************************************************************************************/

a:link, a:visited {
	color:#97152f;
	text-decoration:none;
}
  
a:hover, a:active, a:focus {
	color:#97152f;
}

.entry-content a:visited {
	color:#97152f;
}

#footer a:link, #footer a:visited {
	font-weight:normal;
	color:#bbb;
	border:none;
}

#footer a:hover, #footer a:focus {
	color:#bbb;
	text-decoration:none;
}

h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited {
	color:#6F6F6F;
	text-decoration:none;
}

h2 a:hover, h2 a:focus, h2 span a:hover,
h3 a:hover, h3 a:focus {
	color:#97152f !important;
	text-decoration:none !important;
}

#sidebar-1 div#menue ul li a,
#sidebar-1 div#menue a#aktuell {
	color: #a7a7a7;
	font-size: 140%;
}

#sidebar-1 div#menue ul li a:hover,
#sidebar-1 div#menue a#aktuell:hover {
	color:#6F6F6F;
	text-decoration: none;
}

#sidebar-2 a {
	color: #fff;
}



/* Ausblenden von Elementen
***********************************************************************************************/
.skiplink,
.meta-start, div.entry-date .meta-prep,
div.entry-author, .metalinks, .commentslink, 
.blog-title a span, #header p.description,
.metalinks, .commentslink,
p.footerstyledwith,
p.footerpoweredby,
p.footerfeedlinks,
p.footerstats {
	position:absolute;
	left:-10000px;
	top:-10000px;
}