@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
#nav {
	display: none;
}
body {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	background-image: none;
	background-color: #ffffff;
	padding:0px;
}
#page_margins{
	width:1004px;
	border: solid 1px #FFFFFF;
    padding-top:0px;
    margin-top:0px;
}
#page {
	background-color: #FFFFFF;
	background-image: none;
	border:0;
}
#header {
	height: 123px;
    margin-top:0px;
}
#header img.headImg1 {
	position: static;
	float: left;
}
#header #quotes {
	float: right;
	font-size: 10px;
	color: #006699;
	background-image: url(../img/myown/top_right_bg.jpg);
	background-repeat: repeat-y;
	height: 103px;
	width: 211px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
#header #quotes i {
	font-style: normal;
	font-weight: bold;
}
#header #quotes b {
	font-style: normal;
	font-weight: normal;
}
#nav_main {
	display: none;
}
#teaser {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
	background-image: url(../img/myown/content_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFFFFF;
}
#teaser .aktDatum {
	background-image: url(../img/myown/date_teaser_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 24px;
	width: 231px;
	margin: 0px;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 20px;
	float: left;
}
#teaser #topnav {
	position: static;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #0059ad;
	line-height: 24px;
	color: #FFFFFF;
	height: 24px;
	width: 340px;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
	float: left;
	text-transform: uppercase;
	/*letter-spacing: 0.1em;*/
}
#teaser #topnav a, #teaser #teaser_contact a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#teaser #topnav a:hover, #teaser #teaser_contact a:hover {
	text-decoration: none;
    color: #fdb813; 
}
#teaser #teaser_contact {
	color: #FFFFFF;
	height: 24px;
	width: 178px;
	padding-right: 10px;
	text-align: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	background-color: #0059ad;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100.01%;
}
#teaser #teaser_contact #small {
	font-size: 9px;
}
#teaser #teaser_contact #medium {
	font-size: 12px;
}
#teaser #teaser_contact #large {
	font-size: 15px;
}
#teaser .langMenu {
	background-color: #b0c2f2;
	float: left;
	height: 20px;
	padding-bottom: 4px;
	width: 241px;
	margin: 0px;
}
* html #teaser .langMenu {
	width: 238px;
}
#teaser .langMenu .INACT{
	display: none;
}
#teaser .langMenu .NO img {
	opacity:0.4;
	filter:alpha(opacity=40);
}
#col1 {
	width: 231px;
	background-color: #a0c1e0;
	background-image: url(../img/myown/left_menu_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#col1_content {
	padding: 0px;
}
#submenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0059ad;
	margin-top: 12px;
	margin-bottom: 0px;
	text-transform: uppercase;
}
#submenu li#title {
	display: none;
}
/*DEFAULT MENU SETUP*/
#submenu li a {
	background-color: #0059AD;
	color: #FFFFFF;
	font-weight: bold;
}
#submenu li a, 
#submenu li strong {
	padding:5px 0px 5px 27px;
	width:auto;
	border-bottom-style: none;
}
#submenu li a {

}
#submenu li strong {
	background-color: transparent;
	margin-right: 0px;
	color: #fdb813;
}

#submenu li#active a:hover, 
#submenu li strong {
	color: #0059ad;
	text-decoration: none;
}

/*LEVEL1 SETUP*/
#submenu .level1 a {
	/*background-image: url(../img/myown/menu_l1_sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: 13px 10px;*/	
}

#submenu .level1 a:hover,
#submenu .level1-act-sub a:hover,
#submenu .level1 strong {
	color: #fdb813;
}

#submenu .level1-act-sub {
	/*background-image: url(../img/myown/menu_l2_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;*/
}

#submenu .level1-act-sub a, 
#submenu .level1-act-sub strong {
	/*color: #fdb813;
	background-image: url(../img/myown/menu_l1_sub_act_bg.jpg);
	background-repeat: no-repeat;
	background-position: 13px 10px;*/	
}


/*LEVEL2 SETUP*/
#submenu .level2 a {
	color: #005aab;
	background-color: #b0c2f2;
}

#submenu .level2 a:hover,
#submenu .level2-act-sub a:hover,
#submenu .level2 strong {
	color: #002567;
	background-color: #b0c2f2;
}

#submenu .level2-act a, 
#submenu .level2-act strong {
	color: #002567;
	background-color: #b0c2f2;
}

#submenu .level2-act-sub {
	background-image: url(../img/myown/menu_l3_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}

#submenu .level2-act-sub a, 
#submenu .level2-act-sub strong {
	color: #002567;
	background-image: url(../img/myown/menu_l2_sub_bg.jpg);
	background-repeat: no-repeat;
	background-position: 13px 10px;	
	background-color: #b0c2f2;
}


/*LEVEL3 SETUP*/
#submenu .level3 {
	text-transform: none;
	font-size: 90%;
}

#submenu .level3 a {
	padding:4px 0px 3px 37px;
	color: #005aab;
	background-color: #d2ddfa;
}

#submenu .level3 a:hover, 
#submenu .level3 strong {
	padding:4px 0px 3px 37px;
	color: #002567;
	background-color: #d2ddfa;
}

#submenu .level3-act a, 
#submenu .level3-act strong {
	padding:4px 0px 3px 37px;
	text-transform: none;
	font-size: 90%;
	color: #002567;
	background-color: #d2ddfa;
}

.menuend {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#submenu li a:focus, 
#submenu li a:hover, 
#submenu li a:active {
	background-color: transparent;
	color: #ffffff;
}

.tx-macinasearchbox-pi1 {
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 47px;
	background-color: #0059AD;
	padding-top: 20px;
	padding-left: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	text-align: center;
}
.tx-macinasearchbox-pi1 a {
	font-size: 80%;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

.tx-macinasearchbox-pi1 a:hover {
	color: #eeeeee;
}

.tx-macinasearchbox-pi1 img {
	margin-left: 8px;
    margin-right: 2px;
    margin-top:-2px;
}
input, textarea {
	text-transform: none;
	color: #0059ad;
	font-size: 10px;
	margin-bottom: 5px;
}
#textsize {
	background-image: url(../img/myown/left_menu_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 20px;
}
#textsize a {
	color: #FFFFFF;
	text-decoration: none;
}
#textsize a:hover {
	color: #faba00;
}
#textsize #small {
	font-size: 9px;
}
#textsize #medium {
	font-size: 12px;
}
#textsize #large {
	font-size: 15px;
}
#textsize #lastupdate {
	margin-top: 220px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: none;
}
#col3 {
	margin-left: 231px;
	margin-right: 241px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	z-index: 7;
}
#col3_content {
	font-size: 80%;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:70px;
	z-index: 8;
}
#col2 {
	width: 241px;
	
}
#col2_content {
	font-size: 80%;
	padding: 0px;
}

#col2fix {
	height: 200px;
	position: relative;
	background-image: url(../img/myown/news_bottom_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	bottom:15px;
}

.news-latest-container {
	background-color: #b0c2f2;
}


#col2_content h2 {
	background-image: url(../img/myown/news_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 43px;
	width: 100%;
	font-size: 12px;
	color: #182E7A;
	line-height: 43px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0px;
}
#main {
	background-image: url(../img/myown/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#footer {
	color:#FFFFFF;
	font-size: 10px;
	line-height: 33px;
	border-top :1px solid #ffffff;
	background-attachment: scroll;
	background-color: #8a8c8e;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 33px;
}
* html #footer {
	margin-bottom: -37px;
}
#bottom_bar {
	background-color:#E3EBF8;
	bottom:71px;
	clear:both;
	font-weight:bold;
	height:37px;
	line-height:37px;
	margin-bottom:0;
	margin-left:233px;
	margin-right:241px;
	padding-left:20px;
	padding-right:20px;
	position:relative;
	width:488px;
	z-index:10;
}
#bottom_bar #arr_up {
	font-size: 10px;
	color: #5078d0;
	text-decoration: none;
	background-image: url(../img/myown/arr_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 20px;
	text-align: right;
}
#bottom_bar #printversion {
	text-align: right;
	font-size: 10px;
	color: #5078d0;
	text-decoration: none;
	background-image: url(../img/myown/printicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 23px;
}
#bottom_bar #send {
	text-align: right;
	font-size: 10px;
	color: #5078d0;
	text-decoration: none;
	background-image: url(../img/myown/mailicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	margin-left: 60px;
	padding-left: 23px;
}
.news-latest-item {
	margin-right: 10px;
	margin-left: 10px;
	color: #000000;
	border-bottom: 2px dotted #93ade8;
	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:0px;
}
.news-latest-item .news-latest-title {
	font-weight: bold;
}

.news-latest-item .news-latest-title a{
	color: #182E7A;
}

.news-latest-item .news-latest-morelink {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background-color: transparent;
	text-align: right;
}

.news-latest-item .news-latest-morelink a {
	color: #0066cc;
	text-decoration: underline;
	font-weight: bold;
}

hr {
	background-image: url(../img/myown/content_divider.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	border-style: none;
}
/*
#doorpage_aufmacher_box {
	height: 130px;
	background-image:url(../img/myown/content_divider.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:10px 0px;
	padding-bottom: 20px;
}

#doorpage_aufmacher_box .doorpage_aufmacher_image {
	display:block;
	float:left;
	margin-right:5px;
	overflow:hidden;
	width:180px;
}

#doorpage_aufmacher_box .doorpage_aufmacher_introtext,
#doorpage_aufmacher_box h1,
#doorpage_aufmacher_box h2 {
	display:block;
	float:right;
	margin-left:5px;
	overflow:hidden;
	width:294px;
	font-size: 120%;
}

#doorpage_aufmacher_box h1 a,
#doorpage_aufmacher_box h2 a {
	color: #0059ad;
	font-weight: bold;
}

#doorpage_aufmacher_box a {
	color: #000000;
}

* html #doorpage_aufmacher_box .doorpage_aufmacher_introtext,
* html #doorpage_aufmacher_box h1,
* html #doorpage_aufmacher_box h2 {
	width: 280px;
}*/

#doorpage_aufmacher_box {
	display: none;
}

#doorpage_teaser_box {
	clear:both;
	display:block;
	height:1%;
	overflow:hidden;
	width:100%;
	padding-bottom: 10px;
}

#doorpage_teaser_box .doorpage_teaser_left,
#doorpage_teaser_box .doorpage_teaser_right {
	width:237px;
	display:block;
	float:left;
	margin-right:5px;
	overflow:hidden;
	height: 100px;
}

*html #doorpage_teaser_box .doorpage_teaser_left,
*html #doorpage_teaser_box .doorpage_teaser_right {
	height: 120px;
}

#doorpage_teaser_box .doorpage_teaser_teasertext {
	width:110px;
}

#doorpage_teaser_box h3  {
	font-size: 110%;
	width:110px;
	/*height: 30px;*/
    height:auto;
	float:left;
	border-style: none;
}

#doorpage_teaser_box a {
	color: #000000;
}

#doorpage_teaser_box h3 a {
	color: #0059AD;
}

#doorpage_teaser_box .doorpage_teaser_right {
	margin-right:0px;
	margin-left:5px;
	float:right;
}

#doorpage_teaser_box .doorpage_teaser_image {
	float:right;
}

* html #doorpage_teaser_box h3,
* html #doorpage_teaser_box .doorpage_teaser_teasertext {
	width: 105px;
    /*border:1px #ccc solid;*/
}

* html #doorpage_teaser_box .doorpage_teaser_right, 
* html #doorpage_teaser_box .doorpage_teaser_left {
	width: 230px;
}

.rBline1 {
	background-color: transparent;
}

.rBline2, .rBline3, .rBline4, .REboxBlueContent {
	border-left-style: none;
	border-right-style: none;
	background-color: #eeeeee;
}

.REboxBlueContent {
	padding-right: 20px;
	padding-left: 20px;
}

.REboxBlueContent h1 {
	font-size: 16px;
	font-weight: bold;
	color: #333399;
}

.REboxBlueContent h2 {
	margin-top: 0.25em;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.REboxBlueContent a {
	font-weight: bold;
	color: #0059ad;
	text-decoration: underline;
}

.CUR img {
	display: none;
}

.CUR .tx-srlanguagemenu-pi1-flag {
	display: inline;
}

.tx-srlanguagemenu-pi1 {
	margin-left: 10px;
}

#ekofinder {
	background-color:#000000;
	height:500px;
	left:0pt;
	position:absolute;
	top:0pt;
	width:100%;
	z-index:90;
	opacity:0.8;
	filter:alpha(opacity=80);
}

#ekofinder_content {
	left:0px;
	top:52.3px;
	height:550px;
	width:1000px;
	margin:0pt auto;
	position:absolute;
	z-index:91;
}

h1 a.wt_csstooltip,
h1 a.wt_csstooltip:hover,
h3 a.wt_csstooltip,
h3 a.wt_csstooltip:hover,
h4 a.wt_csstooltip,
h4 a.wt_csstooltip:hover,
h5 a.wt_csstooltip,
h5 a.wt_csstooltip:hover {
	color:#0059AD;
	cursor:pointer;
	text-decoration:none;
	background-color: transparent;
}

h2 a.wt_csstooltip,
h2 a.wt_csstooltip:hover {
	color:#182E7A;
	cursor:pointer;
	text-decoration:none;
	background-color: transparent;
}

.floatbox {
	/*overflow:visible;*/
}

.rGline1,
.rGline2,
.rGline3,
.rGline4 {
background-color: transparent;
margin:0px;
border-style: none;
}
.rGline1, .rGline2, .rGline3 {
height: auto;
}

.rGline2, .rGline3, .rGline4 {
background-color: transparent;
border-left-style: none;
border-right-style: none;
}

.REboxGreenContent {
background-color: transparent;
border-style: none;
padding:0px;
}

#stiftung #teaser .aktDatum {
	background-image:url(../img/myown/date_teaser_bg_f.jpg);
}

#col2 div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}

.csc-mailform-field img {
	margin-left:120px;
}

#submenu .level4 {
    font-size:80%;
    text-transform:none;
}

#submenu .level4 a {
    background-color: #D2DDFA;
    color: #005AAB;
    padding: 1px 0 1px 55px;
}

#submenu .level4-act a, 
#submenu .level4-act strong {
	padding:1px 0px 1px 55px;
	text-transform: none;
	font-size: 80%;
	color: #002567;
	background-color: #d2ddfa;
}

#submenu .level4 a:hover, 
#submenu .level4 strong {
	padding:1px 0px 1px 55px;
	color: #002567;
	background-color: #d2ddfa;
}


}

@media print
{
#col2 {
	display: none;
}

#col3 {
	width: 80%;
	margin:0;
}

#col3_content:before {
	display:none
}

a[href]:after {
	display:none; 
}

#main {
	background-image: none;
}

#header {
	display: block;
	margin-bottom: 20px;
}

#header div {
	display: none;
}

#header .headImg1 {
	width: 100%;
}

}

