
/*	Britta Hildebrandt CSS Document 
	Juni 2010
	erstellt von: lisaBelle@gmx.de
*/



/* BASIC + STICKY FOOTER */
html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 200px; margin-bottom:20px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -200px; /* negative value of footer height */
	height: 200px;
	background: white url(../bilder/bg_footer.jpg) top center no-repeat;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*------------------------------------ */

body {
	margin: 0;
	background: white url(../bilder/bg.jpg) top center no-repeat;
	font-size: 13px;
	color: #7c7a7b;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;

}

#accessibility {
	position: absolute;
	top: -10000px;
}


#wrapper {
	margin:0 auto;
	text-align:left;
	width:940px;
}


p {
	
	
}

a {
	text-decoration:none;
}

h1 a{
	display:block;
	text-indent:-9999px;
	background: url(../bilder/logo.jpg) top left no-repeat;
	width: 327px;
	height:41px;
	margin-top:41px;
}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 60px;
    line-height: 24px;
    margin: 57px 0;
}

h3 {
	color:#c0b4ba;
	font-size:25px;
	font-weight:bold;
}



#top-menu {
	margin-top: 83px;
	width:940px;
}

/*---------Hauptmenu---------*/
.navigation {
	margin:0;
	padding:0;
	
}

.navigation li {
	list-style:none;
	float:left;
	font-size:14px;
	color: #7c7a7b;
}

.navigation li a:link, .navigation li a:visited {
	display:block;
	text-decoration:none;
	margin:0;
	color:#c94684;
	padding: 0.3em 1em;
	border-right: 2px solid #CCC;
	
}

.navigation li a:hover {
	color: #7c7a7b;
}

.navigation li a.active {
    color: #7C7A7B;
}

/*Subnavi*/

.navigation li ul {
	position:absolute;
	visibility:hidden;
	margin:0;
	padding:5px 0;
	z-index:9;
	min-width:100px;
}

.navigation li ul li {
	display:inline;
	float:none;
}

.navigation li ul li a:link, .navigation li ul li a:visited {
	background-color:white;
	width:auto;
	font-size:12px;
	border-right: none;
	border-bottom: 1px solid #ccc;
}

.navigation li ul li a:hover {
	background-color:#CCC
}


.schnellclear { height: 1px; display: block; clear: both; overflow: hidden;}

#sliderWrap {
    height: 338px;
    position: relative;
    width: 940px;
    overflow: hidden;
	margin-top:30px;
	background: url(../bilder/slider_bg.jpg) top left no-repeat;
}
#sliderRahmen {
    position: absolute;
    z-index: 7;
}
#sliderbild {
    height: 338px;
    width: 940px;
}

#content {
	float:left;
	display:inline;
	width:560px;
}

#content2 {
	float:left;
	width:940px;
}

#content p a, #content2 p a {
	color:#739305;
	border-bottom: 1px solid #739305;
}

#content p a:hover, #content2 p a:hover {
	color: #a87a92;
	border-bottom: 1px solid #a87a92;
}

#content2 h2 {
	font-size:50px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin: 40px 0;
}

#content2 h3 {
	font-size:30px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:35px;
}

#side {
	float:right;
	padding-top:20px;
	display:inline;
	width: 345px;
}

.excerpt {
	color: #a87a92;
	text-align:center;
	width:330px;
}
	

img.left {
	width:330px; 
	margin-bottom: 20px;
}


#side .articlemenu {
    margin-bottom: 20px;
	width:330px;
	background: url("../bilder/dottedlinie.gif") repeat-x scroll 0 100% transparent;
}


#side .articlemenu ul {
	text-align:left;
    margin-top: 0px;
	list-style:none;
	background: url("../bilder/dottedlinie.gif") repeat-x scroll 0 0 transparent;
}

#side .articlemenu li {
    padding: 8px 0 10px;	
}

#side .articlemenu li a {
    background: url("../bilder/sidebar_pfeile.gif") no-repeat scroll 1px 50% transparent;
    color: #595959;
    display: block;
    font-size: 10px;
    padding-left: 14px;
    text-decoration: none;
	text-transform:uppercase;
}

#side .articlemenu li a:hover {
    color:#739305;
}

#side .articlemenu li.active a {
	color:#96ae43;
	font-size:12px;
}


/* GALLERYs
----------------------------------------------------
------------- */
		
ul.thumbnails {
	clear: both;
	margin-left: 30px;
	margin-bottom:10px;
	list-style-type:none;

}		

	ul.thumbnails li {
		width: 184px; height: 144px;
		float: left;
		margin-right:15px;
		margin-bottom:15px;
	} 
	
	ul.thumbnails li a {
		width: 180px; height: 140px;
		float: left;
		background:#C0B4BA;
		margin-right:15px;
		margin-bottom:15px;
		border: 0px;
		padding:2px;
		text-decoration:none;	
		text-align:center;
	} 
	
		ul.thumbnails li a:hover {
		background:#7C7A7B;
		
	} 
	

	ul.thumbnails li a img {
		margin: 4px;
		width: 170px; height: 130px;
		display: block;
		border: none;
	}
	

ul.imartikel {
list-style:none;
clear:both;
margin-bottom:10px;
margin-left:0;
margin-top:20px;
width:560px;
}

ul.imartikel li {
float:left;
height:190px;
margin-bottom:10px;
margin-right:50px;
width:191px;
}

ul.imartikel li img {
display:block;
height:125px;
margin-bottom:5px;
width:190px;
}

ul.imartikel li p {

}




/* TERMINE
----------------------------------------------------
------------- */
.posttermin {
	clear:both;
	margin: 0 10px 0;
	padding:0;
}
.termindatum {
	margin: 0 0px 0 30px;
	padding: 0px 0 0 0;
	float:left;
	display:inline;
	width:100px;
	font-weight:bold;
}


.terminname {
	float: right;
	display:inline;
	width:410px;
	}
	

h6.monat {
	color:#c0b4ba;
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:20px 0;
	padding:5px;
	text-transform:uppercase;
}

.none {display:none;}


/*----------- GASTBUCH -----------------------*/



.gastbuch-wrapper {
	margin:10px 0px 20px 10px;
	background: url("../bilder/dottedlinie.gif") repeat-x scroll 0 100% transparent;
	width: 400px;
	}
	

#comment {
	margin-top:0px;
	padding-top:10px;
}

.comment-section {
	padding:5px 10px 10px 10px;
}
.comment_meta {
	font-size:14px;
	color: #c0b4ba;
}

.comment_meta span {
	color: #A87A92;
	font-size: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

.comment_meta span a{
	border-bottom: 1px solid #739305;
    color: #739305;
}

.comment_meta span a:hover{
	border-bottom: none;
}




.derbe	{ color:#333333; font-size:11px; font-style:italic; padding:5px;}

ul.pg {
	margin-bottom:20px;
	list-style:none;
}

ul.pg li {
	padding:5px;
	float: left;
	font-size: 12px;
	color:#999999;
	line-height: 13px;
}

ul.pg li a {
	border-bottom: 1px solid #739305;
    color: #739305;
}
ul.pg li a:hover {
	border-bottom: none;
}



/* COMMENT FORM
----------------------------------------------------
------------- */

.comments-wrapper {
	margin-bottom: 20px;
	padding-bottom:20px;
	width:345px;
	text-align:left;
	}
	

.comment_box {
	margin:0px;
	padding-top:20px;
	width:345px;
	color: #555;
	background: url("../bilder/dottedlinie.gif") repeat-x scroll 0 0 transparent;
	text-align:left;
	}
	
.comment_box ul{
	list-style:none;
}

.eingabeform {
	-moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 -2px 0 rgba(158, 158, 158, 0.3);
    background: none repeat scroll 0 0 #F0F1F2;
    float: left;
    margin: 5px 0 20px 0;
    position: relative;
}
	
	
#txpCommentInputForm {
	color: #A87A92;
}


#txpCommentInputForm label {
float:left;
width:300px;
padding-left:10px;
color: #A87A92;
font-size: 12px;
}

#txpCommentInputForm input {
margin:10px 15px 0px 10px;
padding:4px 5px;
}

#txpCommentInputForm textarea {
height:150px;
width:300px;
padding:5px 3px 3px 7px;
margin-left:10px;
float:left;
}



#txpCommentInputFormm input.text, #txpCommentInputForm input, #txpCommentInputForm textarea, #txpCommentInputForm select {
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    color: #898A8A;
    float: left;
    margin: 0;
    padding: 10px 14px 12px;
}

input, textarea, select {
    color: #454545;
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}


#cpreview {
	color: #7C7A7B;
	margin-bottom:10px;
	padding-right:7px;
}

.note {margin: 10px;font-size:16px;}

ul.comments_error {
	font-size: 12px;
	color: #898A8A;
	list-style:circle;
	margin-bottom:20px;
}

.vorschau {
	font-size: 12px;
	color: #898A8A;
	padding-left: 10px;
}

.absendenklick {color: #C94684;}


#publish input {
	-moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 -2px 0 rgba(158, 158, 158, 0.3);
    background: none repeat scroll 0 0 #F0F1F2;
    float: left;
    margin: 2px 10px 20px 0;
    width: 120px;
	display:inline;
	color: #C94684;
	font-size:14px;
	}
	
#publish input:hover {color: #7c7a7b;}





/*---------FOOTER--------------------------- */

#footer_wrapper {
	margin:0 auto;
	text-align:left;
	width:940px;
	padding-top:80px;
}


.adresse, .imprint {
	float: left;
	display:inline;
	color: #7c7a7b;
}

.imprint {
	float:right;
	margin-top:10px;
}

.adresse a, .imprint a{
	color:#739305;
	border-bottom: 1px solid #739305;
}

.adresse a:hover, .imprint a:hover {
	color: #a87a92;
	border-bottom: 1px solid #a87a92;
}
