@charset "UTF-8";
/* CSS Document */


body {
font-family:'Open Sans', sans-serif;
font-weight:lighter;
color:#999;
background: url("http:www.florakisterl.at/images/florakisterl-hintergrund-muster.gif") repeat; /* fufnktioniert nicht */
border-bottom: 10px solid #993300;
}
h1, h2, h3 {
font-family:'Open Sans', sans-serif;
color:#9c3;
font-weight:lighter;
font-size:500%;
}
h2 {
font-size:200%;
}
h3 {
font-size:110%;
}
p {
	font-size:1.5em;
}
.row {
	width:840px;
}
.nav-bar {
	background: #fceb23;
}
.nav-bar > li {
	border: 0px solid #e6024d; border-right: none;
}
.nav-bar > li > a {
 color:#e6024d;
}
.nav-bar > li:last-child {
	border-right: solid 0px #e6024d;
}
.nav-bar > li:hover {
	background: #f0ebce;
}
.nav-bar > li.active {
	background: #fceb23;
	border-color: #fceb23;
}
.nav-bar > li.active > a { color: #e6024e; cursor: default; }
a:focus {
	color: #e6024e;
	outline: none;
}
.eight, .row .eight {
	width:  66.66667%; /* war original: width: 66.66667%; geändert auf width: 59.0%;*/
}
.subtitle {
margin-top:-20px;
margin-left:8px;
}
.back-to-top {/*20120903 eingefügt*/
	margin:15px 0 20px 0;
}
#box3, #box4  {
	margin:40px 0 40px 0;
}
hr.adressline {
border:none;
border-bottom: 1px dotted #9c3;
height:1px;
background-color:#fff;
}
hr.line {
border:none;
border-bottom: 1px dotted #9c3;
height:1px;
background-color:#fff;
margin:20px 0 20px 0;
}
#adresse {
	font-weight:lighter;
	font-size:200%;
	color:#9c3;
	letter-spacing:0.02em;
	line-height:1.3em;
}
.adressdaten {
margin:25px 0;
}
.clear {
clear:both;
}
.float-right {
float:right;
}
#main-content {
max-width:840px;	/*20120620 eingefügt*/
margin-top:50px;
}

.light-green {
	color:#9C3;
}
.green {
	color:#078a07;
}

/* definiert die sub-nav im footer, falls ich sie verwende anstatt meines footers*/
dl.sub-nav dd.active a {
background-color:#630;
color:#fff;
}
dl.sub-nav  {
margin-top:10px;
margin-bottom:10px;
}
