@charset "utf-8";
/* CSS Document */

*
{
	padding:0;
	margin:0;
	outline:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.clear
{
	clear:both;
}

body
{
	background-image:url(../images/kachel.jpg);
	background-position:top center;
}

#wrapper
{
	width:780px;
	margin:0 auto;
}

#header
{
	padding-top:30px;
	padding-bottom:30px;
}

#logo
{
	background-image:url(../images/logo.png);
	width:282px;
	height:83px;
	text-indent:-9999px;
	float:left;
}

#imprintlink
{
	float:right;
	padding-right:20px;
	font-size:10px;
	text-decoration:none;
	color:#999;
}

#imprintlink a
{
	font-size:10px;
	text-decoration:none;
	color:#999;
}

#imprintlink a:hover
{
	color:#000;
	text-decoration:underline;
}

#content p
{
	font-size:12px;
	line-height:19px;
}

#content p strong
{
	font-size:12px;
}

#content img
{
	border:0;
}

#contenthead
{
	margin-bottom:-20px;
}

#newsticker
{
	position:relative;
	top:20px;
	float:right;
	background-color:#e63a86;
	margin-right:20px;
	z-index:9998;
	padding:10px;
	color:#fff;
	line-height:20px;
	text-align:right;
}

#newsticker .big
{
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
}

#newsticker .small
{
	font-size:14px;
}

#newsticker a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.slideshow_controls
{
	position:relative;
	top:-35px;
	left:10px;
	z-index:9999;
	display:block;
}

.slideshow_controls a
{
	padding:4px;
	background-color:#e63a86;
	margin-right:4px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	border:1px solid #e63a86;
}

.slideshow_controls a:hover
{
	background:none;
	border:1px solid #e63a86;
}

a.activeSlide
{
	background-color:#FFFFFF;
	border:1px solid #e63a86;
	color:#000;
}

.main_menu
{
	border-left:1px dotted #999;
	float:left;
	list-style:none;
	margin-top:30px;
}

.main_menu li
{
	float:left;
	text-align:center;
	border-right:1px dotted #999;
}

.main_menu li a
{
	width:173px;
	padding:15px 10px;
	display:block;
	color:#e63a86;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}

.main_menu li a:hover
{
	background-color:#e63a86;
	color:#fff;
	font-weight:bold;
}

.main_menu li a.active
{
	background-color:#e63a86;
	color:#fff;
	font-weight:bold;
}

.w50
{
	width:370px;
	float:left;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;	
	margin-right:20px;
	height:261px;
	padding-top:10px;
}

h1
{
	color:#e63a86;
	font-size:16px;
	padding:0;
	margin:0;
	margin-bottom:10px;
}

.news_list
{
	margin-right:0px;
	height:245px;
/*
	scrollbar-face-color: #fff;
     scrollbar-track-color: #eaeaea;
     scrollbar-3dlight-color: #eaeaea;
     scrollbar-darkshadow-color: #000000;
     scrollbar-track-color: #fff;
     scrollbar-arrow-color: #848484;
     scrollbar-highlight-color: #FFFFFF;
     scrollbar-shadow-color: #ccc; 
	 */
}

.news_list li
{
	padding:5px 5px 5px 0;
}

.news_date
{
	font-size:11px;
	color:#000;
}

.news_headline
{
	font-size:12px;
	color:#e63a86;
	font-weight:bold;
}

.news_text
{
	display:block;
	font-size:12px;
	line-height:19px;
}

.gallery_list
{
	list-style:none;
	margin-bottom:20px;
}

.gallery_list li
{
	float:left;
	padding:0;
	margin:0;
	height:112px;
}

.gallery_list li a
{
	padding:0;
	margin:0;
}

.gallery_list li a img
{
	border:0;
}

form
{

}

#footer
{
font-size:12px;
padding-top: 20px;
text-align:center;
width:700px;
}

#footer a
{
font-size:12px;
}


label
{
	font-size:13px;
	width:71px;
	float:left;
	margin-top:2px;
}

input, select
{
	padding:1px;
	font-size:13px;
}

select
{
	width:180px;
	border:1px dotted #666;
	padding:2px;	
}

input
{
	width:90px;
	border:1px dotted #666;
	padding:2px;
}

input[type=submit]
{
	width:100px;
	border:1px dotted #666;
	background-color:#eaeaea;
}

.form_divider
{
	margin-bottom:5px;
	display:block;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

.global_imprint a
{
    font-size:12px;
    color: #000;
}