/* COLORS */
/* RESET */
html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 10px;
}

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

table, tr, th, td, tbody, tfoot, thead
{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea, form, fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section { display: block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike, img-caption
{
	font-family: 'Scada', sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
}

ol, ul { list-style: none; }

/* GLOBALS */
html { }

body,html
{
	background-color: #fff;
	font-family: 'Scada', sans-serif;
	height: 100%;
}

/* HEADLINES */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1
{
	font-size: 20px;
	color: #81A80F;
	font-weight: normal;
	margin-bottom: 15px;
}

h2
{
	font-size: 17px;
	color: #81A80F;
	font-weight: bold;
}

h3
{
	font-size: 17px;
	color: #81A80F;
	font-weight: normal;
}

h4
{
	font-size: 14px;
	color: #81A80F;
}

h5
{
	font-size: 14px;
	color: #81A80F;
}

h6
{
	font-size: 14px;
	color: #81A80F;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/* TEXT */
p, .p-list li
{
	color: #717070;
	font-size: 15px;
	line-height: 1.3em;
	margin: 15px 15px 15px 0;
	font-weight: 100;
}

.p-list li
{
	list-style-type: disc;
	margin-bottom: -5px;
	margin-left: 15px;
	line-height: 1.3em;
}

.ul-purple2 { list-style-image: url('../images/bullet.jpg'); }
.ul-purple2 li { margin-left: 15px; }
.smaller { font-size: 14px; }

.sb_contact
{
	font-size: 15px;
	line-height: 16px;
}

p .left
{
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p .right
{
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}

a { color: #81A80F; }
a:link { color: #81A80F; }
a:visited { color: #81A80F; }
a:active { color: #81A80F; }
a:focus { color: #81A80F; }
a:hover { color: #EA6900; }

blockquote
{
	color: #000;
	font-size: 12px;
}

strong { font-weight: bold; }
em { font-style: italic; }

/* IMG */
/* LIST */
ul { }
ol { list-style-type: decimal; }

ul li
{
	color: #000;
	font-size: 12px;
}
.p-list-2 li
{
	list-style-type: square;
	margin-left: 35px;
}

ol li
{
	color: #000;
	font-size: 12px;
}

dl { }
dt { }
dd { }

/* TABLE */
table { width: 100%; }
tr { }
.odd { background-color: #eee; }
.even { background-color: #fff; }
th { font-weight: bold; }
thead, th { background: #ccc; }
tbody { }
th,td,caption { }
caption { }
tfoot { }

.tfooter
{
	background-color: #ccc;
	text-align: center;
	font-style: italic;
}

caption { background: #efefef; }

/* MISC */
sup, sub { line-height: 0; }
abbr, acronym { border-bottom: 1px dotted #666; }
address { }

del
{
	background: #FFCECE;
	color: #f00;
}

code, pre
{
	background-color: #FF9;
	padding: 2px 0px;
	margin: 4px 25px;
	font-family: 'Scada', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
}

strong { color: #717070; }

/* CONTAINER-IDs */
#wrapper
{
	width: 100%;
	background-color: #fff;
	min-height: 100%;
	position: relative;
}

#header
{
	width: 100%;
	height: 100%;
}

#logoHolder
{
	width: 900px;
	height: 245px;
	margin: 0 auto;
}

#logo
{
	width: 394px;
	height: 109px;
	margin: 0 auto;
	position: relative;
	top: 68px;
}

#sliderHolder
{
	width: 100%;
	height: 341px;
	margin: 0 0;
	padding: 0 0;
	background-image: url(../images/Fond.png);
	background-color: #AFCA57;
	background-repeat: no-repeat;
	background-position: top center;
}

#slider
{
	width: 900px;
	height: 341px;
	margin: 0 auto;
	border-left: #fff 1px solid;
	border-right: #fff 1px solid;
	overflow: hidden;
}

#slider-white-bg
{
	display: none;
}

#slider-white-bg.short { display: none; }
#slider-white-bg.mid { display: none; }
#slider-white-bg.long { display: none; }

#caption-bg-holder img
{
	height: 35px;
	width: 100%;
}

#slider-caption
{
	display: none;
}

#slider-caption p
{
	font-size: 14px;
	color: #333;
}

#nav
{
	width: 900px;
	height: 30px;
	margin: 0 auto;
}

#nav ul
{
	width: 800px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}

.mainNav li
{
	display: inline;
	font-size: 15px;
	color: #898989;
	padding: 0px 20px;
	text-align: center;
	border-right: 2px #81A80F solid;
}
#nav ul ul
{
	display: none;
	z-index: 999;
	background-color: #fff;
	width: 115px;
	height: auto;
	margin-left: -3px;
	margin-top: 18px;
	-moz-box-shadow: 3px 2px 2px #ddd;
	-webkit-box-shadow: 3px 2px 2px #ddd;
	box-shadow: 3px 2px 2px #ddd;
}

#nav ul ul li
{
	margin: 0 0;
	padding: 8px 0;
	border: 1px #ccc solid;
	width: 115px;
	font-size: 13px;
}

#nav li li
{
	float: none;
	display: block;
}

#nav li li a
{
	background: #fff!important;
	text-align: left;
	height: auto;
	line-height: 1;
	border-top: none;
}

* html li li { display: inline; }

/* IE6 Bugfix... */
#nav ul li { position: relative; }

ul li ul
{
	position: absolute;
	left: 0;
	top: 0px;
}
.noBorder { border: none !important; }
#nav a { color: #898989; }
#nav a:link { color: #898989; }
#nav a:hover { color: #81A80F; }
#nav li .active { color: #81A80F; }
#nav li .active-orange { color: #EA6900; }
#nav li .active-dark-green { color: #158D43; }
#nav li .orange { color: #EA6900; }
#nav li.orange-hover a:hover { color: #EA6900; }
#nav li.dark-green-hover a:hover { color: #158D43; }

/* CONTENT */

.one_ten
{
	width: 10%;
	float: left;
}

.two_ten
{
	width: 20%;
	float: left;
}

.three_ten
{
	width: 30%;
	float: left;
}

.four_ten
{
	width: 40%;
	float: left;
}

.five_ten
{
	width: 50%;
	float: left;
}

.six_ten
{
	width: 60%;
	float: left;
}

.seven_ten
{
	width: 70%;
	float: left;
}

.eight_ten
{
	width: 80%;
	float: left;
}

.nine_ten
{
	width: 90%;
	float: left;
}

.ten_ten
{
	width: 100%;
	float: left;
}

.right { padding-left: 25px; }
.left { padding-right: 20px; }

.flow-img-left
{
	float: left;
	margin-right: 20px;
}

.flow-img-right
{
	float: right;
	margin-left: 20px;
	margin-right: 40px;
}

.float-left { float: left; }
.orange { color: #EA6900; }
.green { color: #81A80F; }
.dark-green { color: #158D43; }
.purple { color: #83117e; }
.purple2 { color: #573481; }
.anothergreen { color: #00632e; }
.noColor a { color: #717070; }
.centered { text-align: center; }

.caption
{
	font-size: 12px;
	font-style: italic;
	padding: 0 0;
	margin: 0 0;
}

#content
{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	height: auto;
	background-image: url(../images/schatten_hor.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 35px;
	/* Height of the footer */
}

#leftCol
{
	width: 700px;
	height: auto;
	padding: 0 0;
	margin: 0 0;
	float: left;
	margin-top: 40px;
}

#schatten
{
	width: 20px;
	float: left;
	/*background-image:url(../images/schatten_komplett.png); background-repeat:repeat-y;*/
}

#schatten img
{
	height: 100%;
	width: 20px;
}

#schatten_top
{
	background-image: url(../images/spitze_oben.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 20px;
}

#schatten_bot
{
	background-image: url(../images/spitze_unten.png);
	height: 214px;
	width: 20px;
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
}

#rightCol
{
	width: 160px;
	padding: 0 0;
	margin: 0 0;
	float: left;
	padding-top: 90px;
	padding-left: 20px;
}

#clearer { clear: both; }

#footer
{
	width: 100%;
	height: 35px;
	background-color: #AFCA57;
	position: absolute;
	bottom: 0;
}

#footerSpacer
{
	width: 900px;
	padding: 0 0;
	margin: 0 auto;
	background-color: #ccc;
}

#footerRight
{
	width: 160px;
	padding: 0 0;
	margin: 0 0;
	float: right;
}

#footerRight p
{
	padding-top: 5px;
	margin: 0 0;
	color: #fff;
	font-size: 13px;
}

#footer	 a { color: #fff; }
#footer	 a:link { color: #fff; }
#footer	 a:hover { color: #fff; }
#gallery { padding: 20px 20px; }

#gallery img
{
	margin-right: 10px;
	margin-bottom: 10px;
}

#bild
{
	float: left;
	margin: 0 10px;
}

.image img {max-width:300px;height: auto;}
img.aktiv-sein {max-width: 120px;}
.aktiv-sein {
	position: absolute;
	top: 90px;
	left: 313px;
}
.four_ten img {max-width: 90%; height: auto;}
#blume img {max-width: 110%;}
#blume {float: left;margin-top: 70px;}
/* DESIGN ADD */
#v-space1
{
	height: 20px;
	width: 100%;
	clear: both;
}

#v-space
{
	height: 60px;
	width: 100%;
	clear: both;
}
.h-space { margin-left: 60px; }



.small { font-size: 12px; }

.zwei-bilder
{
	position: relative;
	left: 20px;
}
.unserExtra
{
	position: absolute;
	top: 260px;
	left: 535px;
}

.jetzt-neu
{
	position: absolute;
	top: 40px;
	left: 289px;
}

.push { padding-left: 40px; }

/* NAV ADD */
.service-notruf { width: 300px; }

.tulpe
{
	background-image: url(../images/Tulpe.jpg);
	background-repeat: no-repeat;
	background-position: 500px 100%;
	height: 150px;
}

.ihrWeg
{
	background-image: url(../images/Ihr_Weg.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0;
	height: 232px;
}

/* FORMS */


/* MISC ADD  */
/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */
.error, .alert, .notice, .success, .info
{
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
}

.error, .alert
{
	background: #fbe3e4;
	color: #8a1f11;
	border-color: #fbc2c4;
}

.notice
{
	background: #fff6bf;
	color: #514721;
	border-color: #ffd324;
}

.success
{
	background: #e6efc2;
	color: #264409;
	border-color: #c6d880;
}

.info
{
	background: #d5edf8;
	color: #205791;
	border-color: #92cae4;
}

.error a { color: #8a1f11; }
.alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a { color: #205791; }

/* SCHATTEN HÖHE */
.home { height: 500px; }
.wohnkonzept { height: 1000px; }
.lage { height: 450px; }
.wohnungsdetails { height: 1200px; }
.unser-angebot { height: 1400px; }
.externe-partner { height: 1000px; }
.bildergalerie { height: 800px; }
.kontakt { height: 900px; }
.impressum { height: 1400px; }