/* slides */

div#next,
div#prev {
        width: 23px;
        min-height:47px;
        height:auto !important;
        height:47px;
        display: block;
        position: absolute;
}
div#next {
        background: transparent url(/layout/next.gif) 0 50% repeat-x;
        margin: -290px 0 0 560px;
}
div#prev {
        background: transparent url(/layout/prev.gif) 0 50% repeat-x;
        margin: -290px 0 0 -43px;
}
div#slideshow {
        min-height:500px;
        height:auto !important;
        height:500px
        width:500px;
}

div#content div#info a {
        color: #002c79;	
        font-weight: bold;
}
div#content div#info a:hover {
        color: #98bb4a;
        text-decoration: none;
} 

div#slideshow div.title {
        color: #98bb4a; 
        font-size: 15px;
        font-weight: bold;
        position: absolute;
        margin-top: -27px;
}

div.slide_image {
        background: transparent url(/layout/slide_line.gif) 50% 0 no-repeat;
        margin-top: 30px;
        padding: 10px 0 0 0;
}

div.slide_text {
        background: transparent url(/layout/slide_line.gif) 50% 0 no-repeat;
        font-size: 12px;
	line-height: 18px;
        color: #002c79;
        margin-top: 6px;
        padding: 14px 0 10px 0;
}








/* thickbox fenster, rounded corner style */
div#window {
	float: left;
	width: 100%;
    	margin: 0;
    	overflow:hidden;
}
div#window div.w_top,
div#window div.w_bottom {
	float: left;
	width: 100%;
}

div#window div.wl,
div#window div.wr,
div#window div.ws {
    	background: transparent url(/layout/corners.gif) 0 0 no-repeat;
    	min-height:10px;
    	height:auto !important;
    	height:10px;
    	width: 10px;
    	float: left;
    	margin: 0;
    	padding: 0;
    	overflow:hidden;
    	font-size: 1px;
    	line-height: 1px;
}

div#window div.wl {
    	float:left;
    	background-position: 0 0;
}
div#window div.wr  {
    	float:right;
    	background-position: -10px 0;
}
div#window div.w_bottom div.wl {
    	float:left;
    	background-position: 0 -10px;
}
div#window div.w_bottom div.wr  {
    	float:right;
    	background-position: -10px -10px;
}

div#window div.ws {
    	margin-left: -20px;
    	background: transparent url(/layout/weiss.gif) 20px 0 no-repeat;
    	width: 100%;
}





/* window impressum */
div#window div#content {
	margin-left: 0;
    	float: left;
	background-color: #fff;
    	width: 100%;
    	padding: 0;
        color: #002c79;	
}

div#window div#content div#wrap {
    	padding: 0 20px 0 20px;
    	margin-top: 10px;
}

div#window div#content a {
	background-image: none;
	color: #002c79;	
	padding: 0 0 0 0;
	font-weight: normal;
	display: inline;
}


div#window span.headline_green,
div#window .headline_green {
	color: #98bb4a;
	font-weight: bold;
	width: 100%;
	margin: 0;
	padding: 0;
}
div#window div#line {
	margin: 4px 0 0 0;
	width: 100%;
	min-height:1px;
	height:auto !important;
	height:1px;	
	background: transparent url(/layout/dotted.gif) 0 50% repeat-x;
}


div#window h1 {
        color: #98bb4a; 
        font-size: 15px;
        font-weight: bold;

}

















