@charset "utf-8";
/* CSS Document */
@import url("adxmenu.css");
@import url("content_wrapper.css");

body		{
	text-align:center;
	margin:10px 0px 0px 0px ;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

p	{
	margin:0px;
	padding:0px;
}


/************************************************/
#site_container	{
	width:860px;
	margin:0px auto;
}


/************************************************/
#top_container	{
	width:860px; 
	height:60px;
	background:url(../images/logo_Kitzinger.jpg) right top no-repeat;	
}


/************************************************/
#menu_container	{
	width:240px;
	float:left;
	background:url(../images/bg_top_left.jpg) left top no-repeat;
}

.main_menu	{
	margin-top:80px;
	width:213px;
	margin-right:27px;
	border-top:1px solid #ccd6e4;
}

.main_menu ul	{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:left;
}

.main_menu ul li	{
/*	padding:5px 0px 5px 10px; */
	height:29px;
	border-bottom:1px solid #ccd6e4;
	border-right:1px solid #ccd6e4;
}

.main_menu ul li a	{
	color:#a60000;	
	text-decoration:none;
}

.bottom_menu	{
	height:180px;
	margin:0px 27px 0px 0px;
	border-right:1px solid #ccd6e4;
	background:url(../images/bg_bottom_left.jpg) left bottom no-repeat;	
}


/************************************************/
#content_container	{
	width:605px;
	/*padding-left:15px;*/
	float:left;
	background:url(../images/bg_top_center.jpg) left top no-repeat;	
	text-align:left;
}

.main_content h1 {
	font:verdana;
	font-size:12pt;
	font-weight:bold;
	color:#ffffff;
	padding:0px;
	margin-top:25px;
	margin-bottom:34px;
}

.main_content h2 {
	font:verdana;
	font-size:10pt;
	font-weight:bold;
	color:#00000;
	padding:0px;
	margin:10px 0px 10px 0px;
}

.main_content h3,
.rechteSpalte h3		{
	text-transform:uppercase;
	color:#ff0000;
	font-size:9pt;
	font-weight:lighter;
	padding:0px;
	margin:0px;
}

.main_content h4,
.rechteSpalte h4	{
	color:#ff0000;
	font-size:8pt;
	font-weight:lighter;
	padding:0px;
	margin:0px;
}

.main_content	{
	margin-right:10px;
	padding:0px 0px 0px 15px;
	width:590px !important;
	}

.rechteSpalte	{
	padding:0px;
	width:0px;
	
}

DIV#content_container	DIV.footer a { 
	border-bottom:0px !important;
	}