@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body { height:100%; }

body {
	background: #FFFFFF url(../images/headerbg.gif) repeat-x;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}

#spacer { 	
	height: 95%; 
	margin: 0 auto;
}

div.container {
  text-align:center;
}

#lilie {
	background: url(../images/lilie.jpg) 0px 280px no-repeat;
}
#lilie {
	min-height:100%;
}


/*html > body #lilie {
	background: url(../images/lilie.png) 0px 280px no-repeat;
}
#lilie {
	min-height:100%;
}

#lilie {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/lilie.png');
	}

*/

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
	margin-left:auto;
	margin-right:auto;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(../images/quotes.gif) no-repeat;
	font-style: italic;
}

a:link {
	color: #be4f89;
	height: 65px;
}

a:active {
	color: #be4f89;
}

a:visited {
	color: #be4f89;
}

a:hover {
	text-decoration: none;
	color: #be4f89;
}

img {
	border: none;
}


.img_left {
	float: left;
	margin: 0 20px 10px 0;
}
.img_right {
	float: right;
	margin: 0 20px 10px 0;
}
.img_top {
	float: top;
	margin: 0 20px 10px 0;
}
.img_bottom {
	float: bottom;
	margin: 0 20px 10px 0;
}



/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #d8d8d8;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-size: 11px;
	color: #515254;
}

#menu a {
	display: block;
	float: left;
	width: 108px;
	height: 64px;
	padding: 0px 0 0 0;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #D8D8D8;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #3d3d3f;
	cursor:pointer;
}

#menu a:hover {
	background: #FEE6D3;
	color: #3d3d3f;
}

#menu .active a {
	color: #FFFFFF;
	background-color: #be4f89;
	font-size: 154%;
	cursor:pointer;
}


/* Submenu */

#submenu {
	width: 770px;
	height: 23px;
	padding-top: 2px;
	margin: 0 auto;
	border-right: 1px solid #d8d8d8;
}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#submenu li {
	display: inline;
	color: #515254;
	font-size: 115%;

}

#submenu a {
	display: block;
	float: left;
	height: 23px;
	padding: 3px 10px 0 10px;
	border-left: 1px solid #d8d8d8;
	text-decoration: none;
	text-align: center;
	color: #4F4C4A;
	letter-spacing: 0.5pt;
}

#submenu a:hover {
	background: #FEE6D3;
}

#submenu .active a {
	color: #FFFFFF;
	background-color: #be4f89;
}

#submenu h1 {
	color: #B6B6B6;
	padding-left: 20px;
	padding-top: 2px;
	font-size: 140%;
}

ul.navigation {
	margin:0;
	padding:0;
	list-style:none;
	height: 64px;
	width: 770px;
	font-size: 144%;
	vertical-align: middle;
}

ul.navigation li {
	display: inline;
	float:left;	padding: 3px 10px 0 10px;
	border-left: 1px solid #d8d8d8;
	border-bottom: 1px solid #D8D8D8;
	margin:0;
	padding:0;
	list-style:none;
	width: 109px;
	height: 64px;
	vertical-align: middle;
}

ul.navigation li.active {
	background-color: #be4f89;
	width: 109px;
	height: 64px;
	border-bottom: 1px solid #D8D8D8;
}

span.first table {}
div.picLink{

    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;	           /* fx, safari, opera, chrome */
	width: 109px;
	height: 64px;
	cursor:pointer;
}
div.picLink:hover {

    filter: alpha(opacity=50);	/* internet explorer */
    opacity: 0.5;   	        /* fx, safari, opera, chrome */

}
div.picActive {

    filter: alpha(opacity=50);	/* internet explorer */
    opacity: 0.5;   	        /* fx, safari, opera, chrome */
	width: 109px;
	height: 64px;
	cursor:pointer;
}

ul.navigation li:hover {
	background-color: #FEE6D3;

}


/* Header */

#header {
	background-color: #E8E8EA;
	width: 770px;
	height: 170px;
	margin: 0 auto;
}

.header1 { background: url(../images/header_1.gif) no-repeat;}
.header2 { background: url(../images/header_2.gif) no-repeat;}
.header3 { background: url(../images/header_3.gif) no-repeat;}
.header4 { background: url(../images/header_4.gif) no-repeat;}
.header5 { background: url(../images/header_5.gif) no-repeat;}
.header6 { background: url(../images/header_6.gif) no-repeat;}
.header7 { background: url(../images/header_7.gif) no-repeat;}

#home{
	top:65px;
	width: 220px;
	height: 170px;
	}

#header h2 {
	float: right;
	width: 530px;
	height: 86px;
	margin: 0;
	padding: 84px 20px 0 0;
	text-align: right;
}
#header h6 {
	float: left;
	width: 220px;
	height: 170px;
	margin: 0;
	padding: 0;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	padding: 40px 0;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 10px;
} 


.post { 
	margin-bottom: 15px;
	padding: 0 20px;
}


.hr {
	display:block;
	border-bottom: 1px solid #FFF5F1;
}

/* Content */

#content_wide {
	float: left;
	width: 770px;
	padding-top: 10px;
}

/* special */

#special {
	float: right;
	width: 210px;
	padding: 5px;
	background-color: #FEF3ED;
}

#plakat {
	position: relative;
	top: -10px;
	bottom: -10px;
	float: left;
	padding: 5px;
	background-color: #FEF3ED;
}

#special h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
	font-size: 170%;
}

#special h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#special ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#special li { 
	text-align:left; 
	padding-bottom: 5px;
}

#special a {
	font-weight:bold;
	color: #716E6E;
}

.newsbox {
	background-color: #FED9BF;
	background-image: none;
	background-repeat: no-repeat;
}

.newsbox h2 {
	background-color: #be4f89;
	background-image: none;
	background-repeat: no-repeat;
	font-size: 200%;
}


/* Footer */

#footer {
	margin-top: -50px;
	clear: both;
	height: 50px;
	padding: 25px;
	background-color: #fff4ec;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}


/*----------------------------------------------------------------------------*/
/* GALLERY                                                                    */
/*----------------------------------------------------------------------------*/
#gallery { margin-left: -20px;}

#gallery-entries .gallery-img
{
	width  : 90px;
	height : 90px;
}

#gallery-entries li
{
	float      : left;
	margin     : 0 25px 25px 0;
	width      : 100px;
	display: inline;
}

#gallery-entry /*.gallery-img*/
{
	display : block;
	width   : 400px;
	height  : 400px;
}

.gallery-img
{
	display : block;
	padding: 2px;
	border  : 2px solid #FFF1EA;
}
.gallery-img:hover {	display : block; border: 2px solid #be4f89;}

#gallery-entries-pre {		float      : left;
	margin     : 0 25px 25px 0;
	width      : 100%;
	display: inline;}

/* END GALLERY ---------------------------------------------------------------*/


.admin_access {
	/* background: #F00; */
	padding:10; 
	position: absolute;
}


/*  KONTAKT  */
#contact_l {
	position:relative;
	width: 290px;
	float: left;
}

#contact_r {
	position: relative;
	float:right;
	width: 470px;}

.con1 {
	overflow:hidden;
	display:block;
	position:relative;
	padding-bottom:5px;
	width: 470px;
	vertical-align:top;
	text-align:left;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;}
	
.con2 {
	position:relative;
	float: left;}

.con3 {
	position:relative;
	float: left;
	padding-left: 5px;}

#noLinie a {
	text-decoration: none;
}
