﻿/***** © zeta software GmbH 2007
Layout: Flowers *****/

body {
	font-family         : Arial, Helvetica, sans-serif;
    font-size           : #;
    color               : #131313;
    padding             : 0;
    margin              : 0;
    text-align          : center;
    background-color    : #FAD1B9;
    background-image    : url();
    background-repeat   : repeat;
}
form, fieldset, div {
    border              : none;
    padding             : 0;
    margin              : 0;
}
form {
    font-size           : 11px;
}
input {
    border              : 1px solid #131313;
    font-size           : 11px;
}
input.submit {
    background          : #131313;
    color               : #FFFFFF;
    font-size           : 11px;
    font-weight         : bold;
    margin-left         : 3px;
}
h1, h2 ,h3 ,h4 ,h5 ,h6 {
    padding             : 0;
    margin              : 0;
}
p {
    padding             : 0;
    margin              : 0;
}
a img {
    border              : none;
}
a {
    color               : #790000;
    text-decoration     : underline;
}
a:hover {
    color               : #D65254;
    text-decoration     : underline;
}
.clear {
    clear               : both;
}
.left {
    float               : left;
}
.right {
    float               : right;
}
img.left {
    margin-right        : 5px;
    margin-bottom       : 5px;
}
img.right {
    margin-left         : 5px;
    margin-bottom       : 5px;
}
ul {
    list-style-type     : square;
}

/* Frame */
div#frame {
	text-align          : left;
	padding             : 0;
	margin              : 0 auto;
	width: 1230px;
}

/* Top Menu */
div#top_menu {
    height              : 83px;
    background-image    : url(../media/images/Header_oben1900.png);
    background-repeat   : no-repeat;
    background-position : 0 0;
    background-color    : #7B2E00;
}
div#frame div#top_menu h1#logo {
    font-weight         : normal;
    font-size           : 15px;
    padding             : 25px 0 0 40px;
    float               : left;
    color               : #F9AD81;
}

div#top_menu div#weblogo {
    background-image    : url();
    background-repeat   : no-repeat;
    background-position : 0 0;
    width               : 5px;
    float               : left;
    height              : 80px;
    overflow            : hidden;
}
div#frame div#top_menu div#top_nav {
    float               : right;
    margin              : 15px 50px 0 0;
    position            : relative;
    z-index             : 3;
}
div#frame div#top_menu div#top_nav ul {
    padding             : 0;
    margin              : 0;
    list-style-type     : none;
    white-space         : nowrap;
}
div#frame div#top_menu div#top_nav ul li {
    display             : inline;
    font-size           : 10px;
    color               : #790000;
}
div#frame div#top_menu div#top_nav ul li a {
    background-image    : url(../_media/stock-images/header_nav_bg.png);
    background-repeat   : no-repeat;
    background-position : right center;
    font-size           : 10px;
    display             : block;
    float               : left;
    text-decoration     : underline;
    color               : #790000;
    padding-left        : 8px;
    padding-right       : 8px;
}
div#frame div#top_menu div#top_nav ul li a:hover {
    text-decoration     : underline;
    color               : #D65254;
}
div#frame div#top_menu div#top_nav ul li.last a {
    background-image    : none;
}


/* Header */
div#frame div#header {
    height              : 120px;
    background-image    : url(../media/images/header_unten1900.png);
    background-repeat   : no-repeat;
    background-repeat   : 0 0;
    position            : relative;
}
div#frame div#header div#webname {
    background          : url();
    background-repeat   : no-repeat;
    background-position : top right;
    float               : left;
    padding             : 0 40px 40px 20px;
    margin-left         : 200px;
    height              : 70px;
    position            : relative;
}
div#frame div#header div#webname div#webname_left_border {
    background          : url();
    background-repeat   : no-repeat;
    background-position : top left;
    position            : absolute;
    width               : 147px;
    top                 : 0;
    bottom              : 0;
    left                : -20px;
    z-index             : 1;
}
div#frame div#header div#webname h1 {
    color               : #9E0B0E;
    font-size           : 16px;
    font-weight         : normal;
    margin              : 15px 0 0 0;
    padding             : 0;
    z-index             : 1;
    position            : relative;
}
div#frame div#header div#webname h2 {
    color               : #FAD1B9;
    font-size           : 11px;
    font-weight         : normal;
    margin              : 5px 0 0 0;
    padding             : 0;
    text-align          : center;
    z-index             : 1;
    position            : relative;
}
div#frame div#header div#flower {
	background-image    : url(../_media/stock-images/Komposition_final1.png);
	background-position : 0 0;
	background-repeat   : no-repeat;
	position            : absolute;
	width           	: 980px;
	height              : 260px;
	top                 : -86px;
	left				: -200px;
	z-index             : 2;
	-moz-opacity        : 1;
	-khtml-opacity      : 0.5;
}

/* Breadcrumb */
div#frame div#breadcrumb {
	font-size           : 11px;
	color               : #790000;
	background-image    : url(../_media/stock-images/breadcrumb_bg.png);
	background-repeat   : repeat-x;
	background-position : 0 auto;
	background-color    : transparent;
	height              : 46px;
	position            : absolute;
	top                 : 194px;
	left                : 0px;
	right               : 0px;
	z-index             : 4;
	width: 1228px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0 auto;
}
div#frame div#breadcrumb a {
	font-size           : 11px;
	color               : #790000;
	text-decoration     : underline;
	margin:					 0 auto;
	text-align: center;
}
div#frame div#breadcrumb a:hover {
    color               : #D65254;
    text-decoration     : underline;
}

/* Content Frame */
div#frame div#content_frame {
    border-top          : 1px solid #861215;
    background-color    : #F9DAC6;
    background-image    : url();
    background-repeat   : repeat-x;
    padding-top         : 53px;
    position            : relative;
}

/* Left Frame */
div#frame div#content_frame div#left_frame {
	float               : left;
	margin-left         : 15px;
	width               : 200px;
	background-color: #Fac5a4;
}
div.menu1area div.arrow {
    width               : 9px;
    height              : 5px;
    position            : absolute;
    background-image    : url(../_media/stock-images/menu_arrow.gif);
    background-repeat   : no-repeat;
    background-position : 0 0;
    right               : 5px;
}
a.menu1:link,
a.menu1:visited,
a.menu1:active {
	padding             : 10px 15px 5px 0;
	display             : block;
	color               : #3D3D3D;
	font-size           : 11px;
	font-weight         : normal;
	text-decoration     : none;
	text-transform      : uppercase;
	border-bottom       : 1px solid #D65254;
}
a.menu1:hover {
	color               : #9E0B0E;
    text-decoration     : none;
	font-size           : 11px;
    border-bottom       : 1px solid #D65254;
}
a.menu1active:link,
a.menu1active:visited,
a.menu1active:active {
	padding             : 8px 15px 7px 5px;
	display             : block;
	color               : #F9DAC6;
	font-size           : 11px;
	font-weight         : normal;
	text-decoration     : none;
	text-transform      : uppercase;
	border-bottom       : 1px solid #9E0B0E;
	background-color: #790000;
}
a.menu1active:hover {
    text-decoration     : none;
}

/* 2. level */
div.menu2area {
    background-image    : url();
    background-repeat   : no-repeat;
    background-position : bottom center;
    position            : relative;
    padding             : 3px 0 35px 37px;
    margin-bottom       : 6px;
}
div.menu2area div.arrow {
    top                 : -15px;
}
a.menu2:link,
a.menu2:visited,
a.menu2:active {
    padding-top         : 5px;
    display             : block;
    padding             : 5px 0 4px 0;
	color               : #3D3D3D;
	font-size           : 11px;
	font-weight         : normal;
	text-decoration     : none;
    border-bottom       : 1px solid #666666;
}
a.menu2:hover {
	color               : #9E0B0E;
    text-decoration     : none;
	font-size           : 11px;
    border-bottom       : 1px solid #9E0B0E;
}
a.menu2active:link,
a.menu2active:visited,
a.menu2active:active {
	display             : block;
	padding             : 5px 0 4px 5px;
	color               : #790000;
	font-size           : 11px;
	font-weight         : normal;
	text-decoration     : none;
	border-bottom       : 1px solid #9E0B0E;
	background-color: #FBC9AA;
}
a.menu2active:hover {
    text-decoration     : none;
}

/* 3. level */
.menu3area {
    margin              : 6px 0 0 0;
    padding             : 0 0 6px 20px;
    border-bottom       : 1px solid #999999;
    position            : relative;
}
.menu3area div.arrow {
    top                 : -22px;
}
a.menu3:link,
a.menu3:visited,
a.menu3:active {
    display             : block;
	padding             : 2px 0;
	color               : #666666;
	font-size           : 11px;
	font-weight         : normal;
	text-decoration     : none;
    border              : none;
}
a.menu3:hover {
	color               : #D65254;
	font-size           : 11px;
    text-decoration     : none;
}
a.menu3active:link,
a.menu3active:visited,
a.menu3active:active {
    display             : block;
	padding             : 2px 0;
	color               : #790000;
	font-size           : 11px;
    text-decoration     : none;
    border              : none;
}
a.menu3active:hover {
    text-decoration     : none;
}


div#frame div#content_frame div#left_frame div#search_form {
    margin              : 40px 0 0 0;
    padding             : 0 0 34px 0;
    background          : none;
}
div#frame div#content_frame div#left_frame div#search_form label {
    margin-bottom       : 10px;
    display             : block;
}
div#frame div#content_frame div#left_frame div#search_form input.textfield {
    width               : 161px;
    padding-top         : 3px;
    padding-bottom      : 3px;

}
div#frame div#content_frame div#left_frame div#search_form input.submit {
    padding-top         : 2px;
    padding-bottom      : 2px;
}

/* Right Frame */
div#frame div#content_frame div#right_frame {
	float               : right;
	margin-right        : 15px;
	width               : 240px;
	font-size           : 11px;
	position            : relative;
	z-index             : 3;
}
div#frame div#content_frame div#right_frame h2 {
	font-size           : 12px;
	padding-top         : 26px;
	margin-bottom       : 5px;
}

/* Newsblock */
div#frame div#content_frame div#right_frame div.newsblock {
	background-color    : ;
	color               : #FFFFFF;
	background-image    : url(../_media/stock-images/newsblock_bg1.png);
	background-position : bottom left;
	background-repeat   : no-repeat;
	padding             : 0 10px 30px 10px;
	margin-bottom       : -20px;
	position            : relative;
	z-index             : 5;
}
div.newsblock img {
	padding             : 3px;
	border              : 1px #9E0B0E solid;
	background-color    : #F9DAC6;
}
div.newsblock h2 {
	background-color    : transparent;
	color               : #790000;
	font-size           : 14px;
	font-weight         : bold;
	margin-bottom       : 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #790000;
}
div.newsblock div.newscontent {
    padding-bottom      : 10px;
    color               : #050505;
    font-size           : 11px;
    font-weight         : normal;
    background-color    : ;
}
div.newsblock div.newscontent p {
    margin-bottom       : 10px;
}

/* Teaser */
div#frame div#content_frame div#right_frame div.teaser {
    position            : relative;
    z-index             : 4;
    color               : #666666;
    font-size           : 11px;
    background-image    : url();
    background-repeat   : no-repeat;
    background-position : bottom left;
    background-color    : transparent;
    padding             : 30px 16px 30px 16px;
}
div#frame div#content_frame div#right_frame div.teaser img {
	padding             : 3px;
	border              : 1px #F9DAC6 solid;
	background-color    : #FFFFFF;
}

/* Content */
div#frame div#content_frame div#content {
	margin              : 0 260px 120px 250px;
	position            : relative;
	z-index             : 3;
}
div#frame div#content_frame div#content_bg {
	position            : absolute;
	z-index             : 0;
	width               : 380px;
	height              : 170px;
	bottom              : -25px;
	left                : 250px;
	background-image    : url();
	background-position : bottom left;
	background-repeat   : no-repeat;
}

/* Footer */
div#frame div#footer {
	background-color    : ;
	background-image    : url();
	background-repeat   : repeat-x;
	background-position : 0 0;
	color               : #790000;
	font-size           : 11px;
	border-top          : 1px solid #9E0B0E;
	margin              : 0 auto;
	padding-right       : 7px;
	padding-top         : 5px;
	width: 1250px;
}
div#frame div#footer a {
    font-size           : 11px;
    color               : #790000;
    text-decoration     : underline;
}

/* Content */
#content {
	padding             : 0 3px;
	line-height         : 18px;
	margin: 0 10px 0 0;
}
#content h1 {
    background-color    : ;
    background-image    : url();
    background-position : bottom;
    background-repeat   : repeat-x;
    color               : #790000;
    font-size           : 18px;
    margin-bottom       : 15px;
}
#content p {
    margin-bottom       : 15px;
}

/**** Safari Hack ****/
@media all and (min-width: 0px) {
    div#frame div#content_frame div#content_bg:not(:root:root) {
        bottom          : -24px;
    }
}

div#content div.articlearea {
	font-size           : 11px;
	color               : #4B4B4B;
	margin-bottom       : 20px;
	margin-right: 10px;
}
div#content div.articlearea img {
	padding             : 1px;
	border              : 1px #F9DAC6 solid;
	background-color    : transparent;
}
div#content div.articlearea .bildunterschrift {
    font-size           : 10px;
    color               : #9E0B0E;
}
