@charset 'utf-8';
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- All browsers */

@font-face {
	font-family: DroidSans;
	src: url("fonts/DroidSans.ttf") format("truetype");
	font-weight: normal;
}

@font-face {
	font-family: DroidSansBold;
	src: url("fonts/DroidSans-Bold.ttf") format("truetype");
	font-weight: bold;
}


body {
	font-family: DroidSans, "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	font-size: 14px;
	line-height: 1.429em;
	color: #222;
}

#header {
	background: url(img/headback.png) 50% 0 no-repeat;
	height: 178px;
}

.wrapper {
	width: 775px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#deco {
	position: absolute;
	background: url(img/band.png) 0 0 no-repeat;
	width: 92px;
	height: 121px;
	top: 177px;
	left: 497px;
}

.col-left {
	width: 500px;
	float: left;
}

.col-right {
	width: 183px;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

a:link,
a:visited {
	color: #259c84;
	text-decoration: underline;
}

a:focus,
a:hover,
a:active {
	text-decoration: none;
	color: #e11278;
}

#footer {
	padding: 1em 0;
	clear: both;
	color: #fff;
	background: #E11278;
}

/* ----------------------------------------------------- Forms */

#searchform {
	margin-top: 13px;
	float: right;
}

input[type=text],
textarea {
	font-size: 13px;
	width: 140px;
	float: left;
	margin-right: 3px;
	background: #e6f3f0 url(img/formshadow.png) 0 0 repeat-x;
	border: 1px solid #2cb0b7;
	padding: 2px;
	font-family: DroidSans, "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
	color: #666;
}

textarea:focus,
input[type=text]:focus {
	border-color: #000;
}

#searchform input[type=submit] {
	width: 33px;
	height: 22px;
	float: left;
	text-indent: -999em;
	background: url(img/searchbutton.png) 0 0 no-repeat;
	border: none;
}


/* ----------------------------------------------------- Open Hours */

#open {
	border-top: 6px solid #e11278;
	border-bottom: 6px solid #e11278;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

#open dl {
	text-align: left;
	overflow: hidden;
}

#open h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0.4em 0;
	font-weight: bold;
}


#open dd,
#open dt {
	margin-top: 1px;
	background: #6cc9cd;
	float: left;
}

#open dt {
	clear: both;
	width: 2.2em;
	padding-left: 15px;
}

#open dd {
	width: 9.8em;
}

#open .even {
	background: none;
}

#open .phone {
	font-size: 12px;
	padding: 0.4em 0;
}

#open a:link,
#open a:visited {
	color: #fff;
}


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

#navi {
	overflow: hidden;
	margin: 12px 0 50px 0;
	width: 500px;
}

#navi li {
	float: left;
	font-size: 16px;
	margin-right: 0.4em;
}

#navi li a {
	float: left;
	padding: 1px 10px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #259c84;
}

#navi li a:focus,
#navi li a:hover,
#navi li a:active {
	background: #eee;
}

#navi li.active a {
	background: #259c84;
	color: #fff;
}


/* ----------------------------------------------------- Content */

.post {
	margin: 3em 0 2.5em 0;
	padding-bottom: 2.5em;
	border-bottom: 1px solid #259c84;
}

.initiale {
	float: left;
	font-size: 70px;
	color: #259c84;
	margin: 22px 5px 5px -3px;
}

.searchresult {
	padding-bottom: 1em;
	margin-bottom: 0.5em;
}

h1 {
	width: 90%;
	font-size: 36px;
	line-height: 1em;
	color: #259c84;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.3em;
}

h1.catlist {
	padding-left: 55px;
	margin-left: -55px;
	background: url(img/folder.png) 0 2px no-repeat;
}

.post h2 {
	font-size: 21px;
	margin-left: -20px;
	padding-left: 20px;
	background: url(img/postbullet.png) 0 26px no-repeat;
	margin-bottom: 0.7em;
	padding-top: 26px;
	color: #259C84;
}

blockquote,
.post p,
.post ul,
.post ol,
.post h3 {
	margin-bottom: 1em;
}

.post ol li {
	list-style: decimal outside;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}

.post ul li {
	list-style: square outside;
	margin-bottom: 0.5em;
	margin-left: 1.2em;
}

.post .meta li {
	margin-left: 0;
}

.post h3 {
	color: #259C84;
	font-weight: bold;
}

blockquote {
	font: normal 14px/20px georgia, "Times New Roman", serif;
	font-style: italic;
	color: #777;
	padding: 1em 1em 0 1em;
	border: 1px solid #ccc;
}

cite {
	display: block;
	text-align: right;
}

code, pre {
	font-family: courier, "courier new", monospace;
}

code {
	background: #eee;
}

.meta {
	padding-top: 0.3em;
	overflow: hidden;
}

.post .meta * {
	color: #999;
}

.col-left .meta li {
	list-style: none;
	float: left;
	margin-right: 3em;
	line-height: 1.5em;
	padding-left: 21px;
	margin-bottom: 0;
	background: url(img/icon-written.png) 0 3px no-repeat;
}

.col-left .meta .countcomments {
	background-image: url(img/icon-comments.png);
}

.col-left .meta .cats {
	background-image: url(img/icon-category.png);
	clear: both;
}

#paging {
	overflow: hidden;
	margin: 2.5em 0;
}

#paging a {
	padding: 1px 15px;
	float: left;
	background: #259c84;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}

#paging a:focus,
#paging a:hover,
#paging a:active {
	background: #E11278;
}

.gallery {
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 10px 10px 1.5em 10px;
}

.gallery li {
	vertical-align: top;
	display: inline-block;
}

.zoomhint {
	position: relative;
	top: -3em;
	margin-right: 10px;
	float: right;
	padding-left: 17px;
	color: #259C84;
	background: url(img/zoom.png) 0 3px no-repeat;
}


/* ----------------------------------------------------- Kommentare */

.comments-wrapper h2,
h2#Kommentar {
	font-size: 21px;
	color: #259c84;
	margin: 1em 0;
}

#txpCommentInputForm {
	clear: both;
	margin-bottom: 3em;
}


.comments {
	margin: 1.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #259c84;
}

.comments li {
	margin-bottom: 2em;
	overflow: hidden;
}

.gravatar {
	float: left;
	border: 1px solid #aaa;
	padding: 3px;
	margin: 3px 0 0 0;
}

.gravatar:hover {
	border-color: #E11278;
}

.commcontent {
	width: 423px;
	float: right;	
}

.comments h3 {
	font-weight: bold;
	color: #259c84;
}

.comments-wrapper {
	overflow: hidden;
	padding-bottom: 3em;
}

.comments-wrapper textarea {
	width: 400px;
	height: 130px;
}

.comments-wrapper input[type=text] {
	width: 200px;
}

.comments-wrapper label:after {
	content: ":";
}

.inlinefield label:after {
	content: none;
}

.comments-wrapper label {
	float: left;
	width: 77px;
}

.field {
	overflow: hidden;
	clear: both;
	margin-bottom: 8px;
}

.inlinefield {
	float: left;
	width: 200px;
}

.comments-wrapper .inlinefield * {
	display: inline;
	float: none;
	vertical-align: middle;
}

.sidefield {
	margin-left: 77px;
}



/* ----------------------------------------------------- Boxes */

#sidebar {
	margin-top: 83px;
	padding-bottom: 3em;
}

.box {
	color: #fff;
	background: #2cb0b3;
	padding: 7px 15px 15px 15px;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 1.375em;
}

.box h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0.5em 0;
}

.pink {
	background: #e11278;
}

.light {
	background: #91d3d5;
	color: #222;
}


#sidebar .box * {
	color: #fff;
}

#sidebar .light * {
	color: #222;
}

#sidebar ul li {
	list-style: outside square;
	margin-left: 1.2em;
}

/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }

