/* CSS Document */

body {
	background-color: #0d1437;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*HEADER*/
#header{
	width: 1000px;
	position:relative;
	height: 162px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-color: #0d1437;
}

/*MENU IM HEADER*/
#menu{
	position:absolute;
	bottom: 20px;
	right: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#menu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*MENU IM LINKEM NAVI*/
#navi_inks{
	position:absolute;
	left: 25px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: justify;
}
#navi_links a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#navi_links a:hover{
	text-decoration:underline;
}

/*LINKES PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:202px;
	margin-right: 20px;
}

/*RECHTES PANEL (News, Links, etc.)*/
#rightpanel{
	float:right;
	width:202px;
}

/*CONTENT*/
#content{
	width: 1000px;
}
#contenttext{
	float:left;
	width: 556px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

/*FOOTER*/
.footer{
	width: 1000px;
	height: 32px;
	background-image:url(../images/bg_footer.png);
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLLE*/
.table_top{
	background-color: #0d1437;
	width: 202px; 
	height: 27px;
	background-image:url(../images/table_top.png);
	background-repeat:no-repeat;
}
.table_content{
	background-color: #0d1437;
	width: 202px;
	background-image:url(../images/table_content.png);
	background-repeat:repeat-y;
}
.table_text{
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}
.table_bottom{
	background-color: #0d1437;
	width: 202px; 
	height: 20px;
	background-image:url(../images/table_bottom.png);
}

/*TEXT STYLES*/
.news_content {
	background-color: #7c7c7e;
	
	-webkit-box-shadow: inset 5px 5px 5px #353536;
	-moz-box-shadow: inset 5px 5px 5px #353536;
	box-shadow: inset 5px 5px 5px #353536; 
	
	border-radius: 15px;
	text-align: left;
	padding: 1em;
}
.news_date_all {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #06C;
}
.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}.news_more_w {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
}

.news_date {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #06C;
}
.body_text {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 26px; 
	color: #7DA5E0; 
}

.title_panel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.stern {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #900;
}

/*Formular*/

textarea {
	background-image:url(../images/textarea.png);
	background-repeat: no-repeat;
	border: 0;
}

#leftpanel .ui-sortable-helper{border:0px solid #ccc;background:#f6f6f6 url("images/icon_mover.png") no-repeat scroll 4px 4px}

#leftpanel ol{padding-left:0;list-style-type:none}
#leftpanel ol :hover{padding-left:10;list-style-type:decimal}

#sideboxNavigation,#sideboxBilder,#sideboxOeffnungzeiten{display:block;}

#sideboxNavigation:hover,#sideboxBilder:hover,#sideboxOeffnungzeiten:hover{background:transparent url("images/icon_mover.png") no-repeat scroll 4px 4px}





#newsticker-demo { 
width:310px; 
background:#EAF4F5; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
margin:20px auto;
}

#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 2px solid #FFFFFF; }

#newsticker-demo .title {
text-align:center;
font-size:14px;
font-weight:bold;
padding:5px;
}

.newsticker-jcarousellite { width:300px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:110px; }
.newsticker-jcarousellite .info { float:right; width:190px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }