/* CSS Document */


/* BASIC */
body{
	width: 100%;
}
#container{ width: 854px; }
#container_inner{}

#header{ height: 250px; }
#logo{}

#main{ width: 800px; }

#content_left{ width: 258px; }
#content_left_inner{}
#hmenu{ width: 249px; height: 215px; }
#submenu{}
#newsbeitrag{}
.newsb_bottom{ height: 14px; }
#adresse{}

#content_right{ width: 502px; }
#content_right_inner{}
#pagetitle{ height: 57px; }
#content{}

#footer{ height: 33px; }
.footer_inner_left{ width: 300px; }
.footer_inner_right{ width: 410px; }

/* FORMAT */
body{ background-color: #B5B5B5; }
body, h3, h2, h1, p, form, input, textarea, div, table{
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	line-height: 135%;
	position: relative;
	color: #333333;
	}
body, table, td, h3, h2, h1, div, span {
	margin: 0px;
	padding: 0px;
	}
td p { font-size: 12px; }

.containertable{ text-align: center; }
#container{
	margin: 0 auto;
	text-align: left;
	}
#container_inner{ padding: 0px 17px 0px 37px; }

#header{}
#logo{ padding: 112px 0px 0px 20px; }

#main{ padding-bottom: 30px; background-color: #FFFFFF; }

#hmenu{
	position: absolute;
	z-index: 2;
	padding-left: 0px;
	top: -80px;
	left: 6px;  
	}
#hmenu_inner{ padding: 30px 20px 22px 20px; }	
.hmenu_item, .hmenu_item_active{ margin-bottom: 8px; }
.hmenu_item a, .hmenu_item_active a{ display: block; padding-left: 20px; }
#content_left{}

#content_left_inner{ padding: 135px 5px 40px; }
#content_left_inner ul{	padding-left: 15px; }

#submenu, #newsbeitrag{ margin-bottom: 10px; }
#submenu ul li a{ font-weight: bold; }
#submenu,
.newsb_top,
#adresse{ padding: 20px; }
.newsb_middle{ padding-top: 5px; }
.newsb_top{ padding-bottom: 1px; }


.newsb_top_inner{ padding: 12px 20px 0px 20px; }

#content_right{ padding: 45px 0px 0px 0px; margin-left: 5px; }
#content_right_inner ul{ padding-left: 15px;  }
#content_right_inner .content_block{ margin-bottom: 20px; }
#pagetitle h3{ color: #FFFFFF; }
.pagetitle_inner{ padding: 25px 0px 0px 270px; }

#footer{ clear: both; }
.footer_inner_left, .footer_inner_right{ padding: 13px 20px 0px 20px; }
.footer_inner_left{ float: left; }
.footer_inner_right{ float: right; }

.footer_inner_right .poweredFooter,
.footer_inner_right .poweredFooter a {color: #E8E8E8; }
.footer_inner_right{ text-align: right; }

/* Menüs */

ul.infomenu, ul.submenu{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

ul.infomenu li{ 
	display: inline;
	margin-left: 15px;
	}
li.infomenu_item a{ color: #333333; padding-left: 15px; }
	
li.infomenu_item a, li.submenu_item a, li.submenu_item_active a{ text-decoration: none;	}
li.infomenu_item a:hover, li.submenu_item a:hover{ text-decoration: underline; }
	
ul.submenu li{ padding-top: 3px; padding-bottom: 3px; }
li.submenu_item a, li.submenu_item_active a{ color: #999999; padding-left: 20px; }


	
/* BACKGROUNDS */
body{
	background-image:url(/fileadmin/templates/images/background.jpg);
	background-position: 0 top;
	background-repeat: repeat-x;
	margin-bottom:20px;
	}
.containertable{
	background-image:url(/fileadmin/templates/images/top_bg.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	}
#container, .containertable_bg{
	/*background-image:url(/fileadmin/templates/images/container_bg.png);*/
	background-position: 0 top;
	background-repeat: no-repeat;
	}
/*
#hmenu{
	background-image:url(/fileadmin/templates/images/hmenu_bg.png);
	background-position: 0 top;
	background-repeat: no-repeat;
	}
*/
#submenu{
	background-image:url(/fileadmin/templates/images/submenu_bg.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	}
.newsb_top{
	background-image:url(/fileadmin/templates/images/news_bg_top.jpg);
	background-position: 0 top;
	background-repeat: no-repeat;
	}
.newsb_middle{
	background-image:url(/fileadmin/templates/images/news_bg_middle.jpg);
	background-position: 0 top;
	background-repeat: repeat-y;
	}
.newsb_bottom{
	background-image:url(/fileadmin/templates/images/news_bg_bottom.jpg);
	background-position: 0 bottom;
	background-repeat: no-repeat;
}
#adresse{
	background-image:url(/fileadmin/templates/images/adresse_bg.jpg);
	background-position: 0 top;
	background-repeat: no-repeat;
}
/*
#footer{
	background-image:url(/fileadmin/templates/images/footer_bg.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	}
*/
li.submenu_item a:hover, li.submenu_item_active a{ 
	background-image:url(/fileadmin/templates/images/hut_orange.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
li.infomenu_item a{
	background-image:url(/fileadmin/templates/images/arrow_white.gif);
	background-position: left center;
	background-repeat: no-repeat;
	}
.hmenu_item a, .hmenu_item_active a{
	background-image:url(/fileadmin/templates/images/hut_black.png);
	background-position: left center;
	background-repeat: no-repeat;
	}


/* Style Content */

div.csc-textpic-intext-left ul li{ margin-left: 15px; }

div.csc-textpic-center ul{ clear: both; }
div.csc-textpic-center{ text-align: left; }