﻿/***** © zeta software GmbH 2008
Layout: Elegant *****/

body {
	font-family: Georgia;
    font-size: 12px;
    color: #666666;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: #ffffff;
    background-image: url(none);
    background-repeat: repeat;
}
form, fieldset, div {
    border: none;
    padding: 0;
    margin: 0;
}
form {
   font-size: 11px;
}
h1 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #CB161B;
	line-height: 20px;
}
h2 {
	margin: 0;
	padding: 8px 5px 7px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #CB161B;
}
p {
	padding : 0 0 10px 0;
	margin : 0;
}
img {
    border: none;
}
a {
    color: #CB161B;
    text-decoration: underline;
}
a:hover {
    color: #333333;
    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,ol {
	margin: 0 0 10px 15px;
	padding: 0;
}
ul li {
	margin: 0 0 0 15px;
	padding: 0 0 6px 0;
	list-style: square;
}
ol li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	list-style: decimal;
}

/* Frame */
div#frame {
    text-align: left;
    padding: 0;
    margin: 0;
    min-width: 980px;
}

/* Top Menu */
div#top_menu {
    height: 87px;
    background-image: url(../_media/stock-images/top_menu_bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: none;
}

div#top_menu div#weblogo {
    float: left;
    overflow: hidden;
}
div#frame div#top_menu div#top_nav {
    float: right;
    margin: 15px 50px 0 0;
    position: relative;
    z-index: 3;
    white-space: nowrap;
}

div#frame div#top_menu div#top_nav a {
    font-size: 11px;
    text-decoration: none;
    color: #666666;
    padding-left: 8px;
    padding-right: 8px;
}
div#frame div#top_menu div#top_nav a:hover {
    text-decoration: underline;
    color: #666666;
}

/* Header */
div#frame div#header {
    height: 166px;
    background-image: url(../_media/stock-images/header_bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    position: relative;
}
div#frame div#header div#webname {
    background: url(../_media/stock-images/webname_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    float: left;
    padding: 0 40px 40px 20px;
    margin-left: 200px;
    height: 70px;
    position: relative;
    min-width: 200px;
}
div#frame div#header div#webname div#webname_left_border {
    background: url(../_media/stock-images/webname_left.png);
    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_noname {
    background: none;
    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_noname {
    background: none;
    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#flower_noname {
    background-image: url();
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 350px;
    height: 290px;
    top: -86px;
    right: -700px;
    z-index: 5;
}

div#frame div#header div#webname h1 {
    color: #CB161B;
    font-size: 23px;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
    z-index: 1;
    position: relative;
    text-align: center;
    line-height: normal;
}
div#frame div#header div#webname h2 {
    color: #B2B2B2;
    font-size: 14px;
    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();
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    width: 350px;
    height: 235px;
    top: -86px;
    right: -360px;
    z-index: 5;
}

/* Breadcrumb */
div#frame div#breadcrumb {
    font-size: 11px;
    color: #666666;
    background-image: url(../_media/stock-images/breadcrumb_bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: none;
    height: 26px;
    padding: 20px 0 5px 284px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 10;
}

div#frame div#breadcrumb a {
    font-size: 11px;
    color: #CB161B;
    text-decoration: underline;
}
div#frame div#breadcrumb a:hover {
    color: #666666;
    text-decoration: underline;
}

/* Content Frame */
div#frame div#content_frame {
    border-top: 1px solid #861215;
    background-color: #FFFFFF;
    background-image: url(../_media/stock-images/content_frame_bg.png);
    background-repeat: repeat-x;
    padding-top: 53px;
    margin: -46px 0 0 0;
}

/* Left Frame */
div#frame div#content_frame div#left_frame {
    float: left;
    margin-left: 40px;
    width: 200px;
}
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: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
}
a.menu1:hover {
	color: #D65254;
    text-decoration: none;
	font-size: 12px;
    border-bottom: 1px solid #D65254;
}
a.menu1active:link,
a.menu1active:visited,
a.menu1active:active {
    padding: 10px 15px 5px 0;
    display: block;
	color: #D65254;
	font-size: 12px;
	font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #D65254;
}
a.menu1active:hover {
    text-decoration: none;
}

/* 2. level */
div.menu2area {
    background-image: url();
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #F1F2FF;
    position: relative;
    padding: 3px 0 35px 20px;
    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: #666666;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
    border-bottom: 1px solid #999999;
}
a.menu2:hover {
	color: #D65254;
    text-decoration: none;
	font-size: 11px;
    border-bottom: 1px solid #D65254;
}
a.menu2active:link,
a.menu2active:visited,
a.menu2active:active {
    padding-top: 5px;
    display: block;
    padding: 5px 0 4px 0;
	color: #D65254;
	font-size: 11px;
	font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #D65254;
}
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: #D65254;
	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: url(../_media/stock-images/search_form_bg.png) bottom center no-repeat;
}
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.field {
	margin: 0;
    width: 161px;
    padding: 2px 0 2px 4px;
    border: 1px solid #666666;
    vertical-align: top;
    font-size: 11px;
}
div#frame div#content_frame div#left_frame div#search_form input.submit {
	margin: 0 0 0 3px;
    padding: 1px 1px 1px 3px;
    background: #666666;
    border: 1px solid #666666;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}

/* Right Frame */
div#frame div#content_frame div#right_frame {
    float: right;
    padding: 0 0 20px 0;
    margin: 0 60px 0 0;
    width: 200px;
    font-size: 11px;
    position: relative;
    z-index: 3;
}
div#frame div#content_frame div#right_frame h2 {
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 5px;
}

/* Newsblock */
div#frame div#content_frame div#right_frame div.newsblock {
    background-color: #F1F2FF;
    color: #FFFFFF;
    background-image: url();
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 20px 16px 30px 16px;
    margin-bottom: -20px;
    position: relative;
    z-index: 5;
}
div.newsblock img {
	padding: 3px;
	border: 1px #E6E6E6 solid;
	background-color: #FFFFFF;
}
div.newsblock h2 {
    background-color: transparent;
    color: #CB161B;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
div.newsblock div.newscontent {
    padding-bottom: 10px;
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    background-color: #F1F2FF;
}

div.newsblock div.newscontent p {
	padding : 0 0 10px 0;
	margin : 0;
}

/***** TEASER *****/
.teaser-headline {
	margin: 0;
	padding: 0 5px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

#banner {
	margin: 0 auto;
	padding: 5px 0 5px 10px;
	width: 100%;
	text-align:left;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
}

#afterlogo {
	margin: 0;
	padding: 3px 10px;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
}

#aftermenu {
    clear: both;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 11px;
	color: #ffffff;
	background-color: #999999;
}

#beforenews {
    background-color: #999999;
    padding: 16px 20px 16px 20px;
    font-size: 11px;
    color: #ffffff;
	background-color: #999999;
}

#afternews {
	margin: 0;
 	position: relative;
    z-index: 4;
    color: #ffffff;
    font-size: 11px;
    background-color: #999999;
    padding: 35px 16px 16px 16px;
}

#afterfooter {
	clear: both;
	margin: -20px 60px 0 270px;
	padding: 3px 0 3px 10px;
  	font-size: 11px;
    color: #ffffff;
	background-color: #999999;
}

#banner p,#afterlogo p,#aftermenu p,#beforenews p,#afternews p,#afterfooter p {
	margin: 0;
	padding: 0;
}

#banner img,#afterlogo img,#aftermenu img,#beforenews img,#afternews img,#afterfooter img {
	display: block;
}

/* Content */
div#frame div#content_frame div#content {
    margin: 0 20px 0 280px;
    padding: 15px 3px 0px 3px;
    min-height: 300px;
    position: relative;
    z-index: 3;
    background-image: url();
    background-position: bottom left;
    background-repeat: no-repeat;
    line-height: 18px;
}

div#frame div#content_frame div#content_news {
    margin: 0 290px 0 280px;
    padding: 15px 3px 0px 3px;
    min-height: 300px;
    position: relative;
    z-index: 3;
    background-image: url();
    background-position: bottom left;
    background-repeat: no-repeat;
    line-height: 18px;
}

/* Footer */
div#frame div#footer {
    background-color: none;
    background-image: url(none);
    background-repeat: repeat-x;
    background-position: 0 0;
    color: #666666;
    font-size: 11px;
    border-top: 1px solid #999999;
    margin: 0 60px 20px 270px;
    padding-right: 7px;
    padding-top: 5px;
}
div#frame div#footer a {
    font-size: 11px;
    color: #666666;
    text-decoration: underline;
}


/***** FORM *****/
form {
    border: none;
    padding: 0;
    margin: 5px 0 0 0;
}

#formular {
	margin: 0;
	padding: 0;
}

#formular p {
	margin: 0;
	padding: 0;
}

#formular table {
	margin: 0;
	padding: 0;
	border: 1px solid #ffffff;
	background-color: transparent;
}

#formular td {
	white-space: nowrap;
	vertical-align: middle;
	padding: 10px 10px 10px 5px;
	margin: 0;
}

#formular input{
	font-family: Georgia;
	font-size: 12px;
}

#formular textarea {
	font-family: Georgia;
	font-size: 12px;
}

#formular .label,#formular .desc {
	padding: 1px 15px 1px 8px;
	background-color: transparent;
}

#formular .submit {
	padding: 1px 15px 10px 8px;
	background-color: transparent;
}

.separator {
	padding: 0;
	margin: 0;
	line-height: 1px;
	height: 1px;
	border-bottom: 1px solid #ffffff;
}

#formular .multiline {
	padding: 8px 15px 1px 8px;
	vertical-align: top;
}

.desc {
	padding: 4px 15px 4px 8px;
}

/**** 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 {
	margin: 0 0 25px 0;
    font-size: 12px;
    color: #666666;
}
div#content div.articlearea img {
	padding: 3px;
	border: 1px #E6E6E6 solid;
	background-color: #FFFFFF;
}
div#content div.articlearea .bildunterschrift {
    display: block;
	padding-top: 6px;
	font-size: 11px;
	color: #909090;
}

/***** PRINT *****/
#print {
	display: none;
}

/***** NOSCRIPT *****/
#noscript {
	margin: 0;
	padding: 15px;
	font-weight: bold;
	background: #fffbd9;
	border: 1px solid #CB161B;
}
