@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;
}

.tx_lumogooglemaps_pi1_sidebar {display:none; visibility:hidden; }

/************************************************/
#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;
	margin-bottom:10px;
}
#content_container a	{
	color:#003176;
	text-decoration:none;
	border-bottom:1px dotted #003176;
	margin-bottom:3px;

}

#content_container img	{
	border-bottom:0px !important;
}

#content_container a:hover	{
	border-bottom:1px solid #003176;

}
#content_container ul	{
	padding-left:20px;
}

.main_content h1 {
	font:Verdana;
	font-size:14pt;
	font-weight:bold;
	color:#ffffff;
	padding:0px;
	margin-top:15px;
	margin-bottom:34px;
}

.main_content h2 {
	font:verdana;
	font-size:10pt;
	font-weight:bold;
	color:#A60000;
	padding:0px;
	margin:10px 0px 10px 0px;
}

.main_content h3,
.rechteSpalte h3		{
	text-transform:uppercase;
	color:#A60000;
	font-size:9pt;
	/*font-weight:lighter;*/
	padding:0px;
	margin:4px 0px 0px 0px;
}

.main_content h4,
.rechteSpalte h4	{
	color:#A60000;
	font-size:8pt;
	/*font-weight:lighter;*/
	padding:0px;
	margin:4px 0px 0px 0px;
}

.main_content	{
	margin-right:10px;
	padding:0px 0px 0px 15px;
	float:left;
	width:400px;
	margin-bottom:10px;
	
}

.rechteSpalte	{
	padding-top:81px;
	width:180px;
	float:left;
	margin-bottom:10px;
}

.footer	{
	border-top:2px solid #dedede;
	clear:both;
	margin-top:40px;
	margin-bottom:10px!important;
	padding-left:10px;
}

.footer	a {
	text-decoration:none;
	color:#444!important;
	font-size:0.8em;
	border-bottom:0px!important;
	padding:4px 8px 4px 8px;
}
.footer a:hover { 
background-color:#dedede;
color:#fff;
}

/************************************************/
#clearer	{
	clear:both;
}

/************************************************/
/*		contenttable			*/

caption	{
	text-align:left;
	font-weight:bold;
	color:#a60000;
}

.td-0	{
	color:#003176;
	font-weight:bold;
}

table.contenttable tr	{
border:dotted;
}

.tr-even	{
	margin-top:3px;
	/*background-color:#eeeeee;*/
	/*border:dotted;*/
	padding:5px 0px 5px 0px;
	
	
}

/************************************************/
/*		FORM				*/

fieldset	{
	border:0px;
}

label	{
	display:block;
	width:100px;
	float:left;
	margin-bottom:3px;
	font-weight:bold;
}
input {
	margin-bottom:3px;
}

fieldset.tx-powermail-pi1_fieldset {
background-color:#fff!important;
border:0px solid #AAAAAA!important;
padding:10px!important;
}
fieldset.tx-powermail-pi1_fieldset legend { display:none;}

fieldset.tx-powermail-pi1_fieldset div.even {
background-color:#fff;
}

fieldset.tx-powermail-pi1_fieldset label {
float:left
display:block;
float:left;
font-weight:bold;
width:100px;
}

fieldset.tx-powermail-pi1_fieldset input.powermail_text, fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea, fieldset.tx-powermail-pi1_fieldset select.powermail_select {
width:260px;
float:left
display:block;
}