body {
	background: #fff url(../allgemein/blume_bg.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
}


/*
 *  Header
 */
#head { height: 100px; }

/*
 *  Navigation
 */
#nav-main {
	margin-left: 120px;
}

#nav-main li { 
	width: 31px;
	height: 44px;
	position: absolute;
	top: 55px;
}
#nav-main li a { 
	background-image: url(../allgemein/navi/blumen_nav_kl.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
	display: block;
	width: 31px;
	height: 44px;
}
#nav-main li a span { 
	display: block;
	width: 0;
	overflow: hidden;
}
#nav-main li.act a,
#nav-main li a:hover,
#nav-main li a:active { 
	width: 100px;
}
#nav-main li.act a span,
#nav-main li a:hover span,
#nav-main li a:active span { 
	display: block;
	width: auto;
}

li#nav1 { left: 120px; }
li#nav2 { left: 220px; }
li#nav3 { left: 320px; }
li#nav4 { left: 420px; }
li#nav5 { left: 520px; }
li#nav6 { left: 620px; }

li#nav1 a { color: #f06; }
li#nav2 a { color: #960; }
li#nav3 a { color: #c36; }
li#nav4 a { color: #690; }
li#nav5 a { color: #990; }
li#nav6 a { color: #969; }

li#nav1 a:hover,
li#nav1 a:active { background-position: 0 -46px; }

li#nav2.act a,
li#nav2 a:hover,
li#nav2 a:active { background-position: 0 -106px; }

li#nav3.act a,
li#nav3 a:hover,
li#nav3 a:active { background-position: 0 -166px; }

li#nav4.act a,
li#nav4 a:hover,
li#nav4 a:active { background-position: 0 -226px; }

li#nav5.act a,
li#nav5 a:hover,
li#nav5 a:active { background-position: 0 -286px; }

li#nav6.act a,
li#nav6 a:hover,
li#nav6 a:active { background-position: 0 -346px; }

#nav7 a {
/*	width: auto;*/
	height: 32px;
	display: block;
	background: url(../allgemein/navi/blumen_nav_kl.gif) no-repeat 0 0px;
	position: absolute;
	left: 620px;
	padding: 0 0 0 30px;
	color: #c69;
}
#nav7 a span {
	display: block;
	width: 0;
	overflow: hidden;
}
#nav7.act a,
#nav7 a:hover,
#nav7 a:active { 
	background-position: 0 -60px;
	color: #f06;
}

#nav7.act a span,
#nav7 a:hover span,
#nav7 a:active span { 
	width: 80px;
}

/*
 *  Content
 */
#content {
	background-color: white;
	padding: 40px 0 40px 120px;	
	font-size: 9px;
}
#content p,
#content h1 {
	line-height: 12px;
	margin-bottom: 12px;
}
#content h1 { margin-top: 24px; font-weight: bold; }
#content h1 .notbold { font-weight: normal; }

#content a { color: #f9c; }
#content a:hover,
#content a:active { color: #f06; }

body#was #content p {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.04em;
	color: #f06;
} 

#content .gallery-img {
	margin: 0 20px 0 0;
	display: block;
}
#content .gallery h1 { margin: 20px 0 0 0; }
#content .gallery p { margin: 0; }
#content img#gallery-nav-back {
/*	margin: 0 10px 0 0;*/
	display: block;
	position: absolute;
	left: 620px;
	top: 453px;
}
#content img#gallery-nav-forward {
/*	margin: 0 10px 0 0;*/
	display: block;
	position: absolute;
	left: 640px;
	top: 453px;
}

/*
 *  Quicktime-Treatment
 */
/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}


/*
 *  Footer
 */
#foot {
	position: relative;
	margin-top: 20px;
	height: 70px;
}

