/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: arial,sans-serif;
	font-size: 11pt;
	color: #4A595B;
	background-color: #D5CEC5;
	
}

ul {
    list-style: none;
    }


STRONG {
	COLOR: #C08D85;
}

h1 {
	font-size: 13pt;
	text-align: left;
	letter-spacing: 1px;
	color: #C08D85;
	text-decoration: none;
	margin: 0 0 10px 0;
}

h2 {
	display: block;
	font-size: 10pt;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 10pt;
	letter-spacing: 1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	text-decoration: none;
	margin: 0 0 10px 0;
}

	 a {
	color: #4A595B;
	
	
}
a:hover {
	text-decoration: none;
	
}
	
	
p {
	line-height: 1.5em;
}

/*------------------------------------------------------------*
**  Galerie
**------------------------------------------------------------*/

#galerieleft {
	float: left;
	width: 430px;
				}

#galerieright {

   float: right;
	width: 120px;
						}

.galerieleftcontent {
	
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
				}

.galerierightcontent {

   display: block;
						}
			
#galerieleft a img {
   border: 1px solid White;
	text-decoration: none;
}
#galerieleft a:hover img {
	border: 1px solid #C08D85;
}


/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	position: relative; /* needed for footer positioning*/
	margin: 60px auto 0 auto; /* center, not in IE5 */
	width: 900px;
	height: auto !important; /* real browsers */
	height: 540px; /* IE6: treaded as min-height*/
	min-height: 540px; /* real browsers */
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	
}

#flowers_left
	{
	position: absolute;
	width: 182px;
	height: 320px;
	left: 20px;
	top: 70px;
	background-image: url(images/flowers_left.gif);
	background-repeat: no-repeat;
}

#flowers_main
	{
	background: url(images/flowers_main.gif) no-repeat center right;
	min-height: 335px;
	
}

#flowers_main_top
	{
	background: url(images/flowers_main.gif) no-repeat top right;
	min-height: 335px;
}
.textpositionleft {  
   float: left;
	display: block;
	width: 200px;
	
}
.textpositionright {
  margin-left: 220px;
	display: block;
	width: auto;
			}	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
	width: 900px;
	height: 55px;
	background-image: url(images/background_top.gif);
	background-repeat: no-repeat;
	}
	
	
#logo
	{
	position: relative;
	width: 226px;
	height: 70px;
	left: 20px;
	top: -45px;
}
/*------------------------------------------------------------*
**  Navi left ( nur Admin )
**------------------------------------------------------------*/ 
 #navi_left {
	position: absolute;
	width: 230px;
	top: 70px;
	left: 20px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	
	font-weight: bold;
	text-align: left;
	float: left;
	
}	 

#navi_left li {
line-height: normal;
margin-bottom: 15px;

}
#navi_left a {

	color: #C08D85;
	text-decoration: none;
		}
#navi_left a:hover {
	color: #FDF5E6;
}


/*------------------------------------------------------------*
**  Navi Rollover
**------------------------------------------------------------*/
 #navicontainer {
  display: block;
  	position: absolute;
	margin: 0;
	text-align: left;
	width: 207px;
	top: 70px;
	left: 20px;
	float: left;
			 }
 #navicontainer ul {
 display: block;
 margin: 0;
 padding: 0;
	}


a.navihome:link, a.navihome:visited {
   display: block;
	background: url(images/navi/navihome.jpg) no-repeat;
	height: 25px;
	width: 207px;
	}
a.navihome:hover {
background-position: 0px -25px;
}
a.naviphilo:link, a.naviphilo:visited {
	display: block;
	background: url(images/navi/naviphilosophie.jpg) no-repeat;
	height: 28px;
	width: 207px;
}
a.naviphilo:hover {
background-position: 0px -28px;
}
a.navibands:link, a.navibands:visited {
	display: block;
	background: url(images/navi/navibands.jpg) no-repeat;
	height: 28px;
	width: 207px;
}
a.navibands:hover {
background-position: 0px -28px;
}
a.navitermine:link, a.navitermine:visited {
	display: block;
	background: url(images/navi/navitermine.jpg) no-repeat;
	height: 29px;
	width: 207px;
}
a.navitermine:hover {
background-position: 0px -29px;
}
a.navireferenzen:link, a.navireferenzen:visited {
	display: block;
	background: url(images/navi/navireferenzen.jpg) no-repeat;
	height: 28px;
	width: 207px;
}
a.navireferenzen:hover {
background-position: 0px -28px;
}
a.navipresse:link, a.navipresse:visited {
	display: block;
	background: url(images/navi/navipresse.jpg) no-repeat;
	height: 28px;
	width: 207px;
}
a.navipresse:hover {
background-position: 0px -28px;
}
a.navimusik:link, a.navimusik:visited {
	display: block;
	background: url(images/navi/navimusik.jpg) no-repeat;
	height: 28px;
	width: 207px;
}
a.navimusik:hover {
background-position: 0px -28px;
}
a.navigalerie:link, a.navigalerie:visited {
	display: block;
	background: url(images/navi/navigalerie.jpg) no-repeat;
	height: 30px;
	width: 207px;
}
a.navigalerie:hover {
background-position: 0px -30px;
}
a.navilinks:link, a.navilinks:visited {
	display: block;
	background: url(images/navi/navilinks.jpg) no-repeat;
	height: 26px;
	width: 207px;
}
a.navilinks:hover {
background-position: 0px -26px;
}
a.navigaestebuch:link, a.navigaestebuch:visited {
	display: block;
	background: url(images/navi/navigaestebuch.jpg) no-repeat;
	height: 30px;
	width: 207px;
}
a.navigaestebuch:hover {
background-position: 0px -30px;
}
a.navinewsletter:link, a.navinewsletter:visited {
	display: block;
	background: url(images/navi/navinewsletter.jpg) no-repeat;
	height: 27px;
	width: 207px;
}
a.navinewsletter:hover {
background-position: 0px -27px;
}
a.navikontakt:link, a.navikontakt:visited {
	display: block;
	background: url(images/navi/navikontakt.jpg) no-repeat;
	height: 26px;
	width: 207px;
}
a.navikontakt:hover {
background-position: 0px -26px;
}
a.naviimpressum:link, a.naviimpressum:visited {
	display: block;
	background: url(images/navi/naviimpressum.jpg) no-repeat;
	height: 29px;
	width: 207px;
}
a.naviimpressum:hover {
background-position: 0px -29px;
}
#navibottom {
float: left;
background: url(images/navi/bottom.jpg) no-repeat;
height: 82px;
width: 207px;
}
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	position: relative;
	color: #C08D85;
	top: -20px;
	left: 276px;
	margin: 0px;
	width: 590px; /*clear: both;*/
	padding: 0px 0px 40px 0px; /* bottom padding for footer */
	text-align: left; /*height: auto !important; /* real browsers */
   /*min-height: 100%; /* real browsers */
	/*height: 335px;*/
	min-height: 335px;
	/*background-image: url(images/flowers_main.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	
	
	
	
}
	#content p {
	text-align: left;
	
}

#content a {
	color: #C08D85;
	text-decoration: underline;
	
}
#content a:hover {
text-decoration: none;

	}
	
.headline {
	display: block;
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #608399;
	text-decoration: none;
	margin: 0 0 10px 0;
}	

	
.floatleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
	}
.floatright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
	}
	
.floatpresseartikel {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 3px dashed White;
	clear: both;
}


.textpositionleftbestellung {  
   float: left;
	display: block;
	width: 140px;
	
}
.textpositionrightbestellung {

  margin-left: 160px;
	display: block;
	width: auto;
			}	

	

				
.underline {
	clear: both;
	border-bottom: 1px dotted White;
	margin-bottom: 20px;
	margin-top: 20px;
}

	
.clear {
	clear: both;
	display: block;
	height: 20px;
	
}


.left {
	position: relative;
	margin: 0;
	width: 180px;
	float: left;
				}

.right {
	position: relative;
	width: 590px;
	float: right;
	padding-left: 20px;
	border-left: 1px dotted #4A595B;
				}

.uppercase {
	 text-transform: uppercase;
				}

/*------------------------------------------------------------*
**  Admin
**------------------------------------------------------------*/	
	
	
	.textpositionleftadmin {  
   float:left;
	clear:both;
	line-height: normal;
	display:block;
	width:95px;
	padding-left:0px;
	padding-right: 5px;
	font-size: 13px;
}	
.textpositionrightadmin {
	float: left;
	display: block;
	width: auto;
	line-height: normal;
	
}	

.float1 {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
	}
.float2 {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
	}	
	

/*------------------------------------------------------------*
**  Formular
**------------------------------------------------------------*/	


* html fieldset {padding: 5px;
}
   legend {
	background: White;
	padding: 4px;
	border: 1px solid #B7C7D1;
	margin-bottom: 4px;
	font-weight: bold;
	color: #4A595B;
	 
}
input,textarea {
	margin: 3px 0;
	border: 1px solid #B7C7D1;
	background: white;
	padding: 3px 3px;
	
}  
label {
	margin: 5px 0 5px 0;
	
} 

.kontaktdaten label {
     display: block;
     width: 6em;
     float: left;
	  
	       }
.anfrage label {
     display: block;
     width: 6em;
     float: left;
	      }

   
.buttons {text-align: center;
	
	padding: 1px;
}

a.locationCat{
	color: #4A595B;
	font-weight: bold;
}

.error {
     font: 13px Verdana, Arial, Helvetica, sans-serif;
     color:red;
     font-weight:bold;
} 	  	  



  
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

	
div#footer {
	position: absolute;
	clear: both;
	text-align: center;
	width: 900px;
	height: 20px;
	bottom: 0; /* stick to bottom */
	background: white;
	background-image: url(images/background_bottom.gif);
	background-repeat: no-repeat;
}
	div#footer p {
	position: absolute;
	height: 20px;
	clear: both;
	text-align: center;
	width: 630px;
	top: 20px;
	left: 260px;
	text-align: center;
}

