@charset "utf-8";
/* CSS Document */

@import url(main.css);

#centercontent
{	position:relative;
	width:680px;
	height:446px;
	background-image:url(backgrounds/kontakt/e_kontakt.jpg);
	background-repeat:no-repeat;
}

/* Standard Text */
	.c_text{font-size:10px; font-weight:bold ;color:#000000; padding:0;margin:0; padding-bottom:5px; text-align:center; }

/* SUBHEADERMENU */

#subnavigation
{	position:relative;
	width:680px;
	height:0px;
	font-size:10px;
	color:#000000;
	font-weight:bold;	
}


#subnavigation ul
{	list-style-type: none;padding:0;margin:0;  padding-left:83px; padding-top:7px;
	
}
#subnavigation li
{	display: block;float:left; text-align:center;
	height:10px; 	font-weight:bold; padding-right:8px;

}

/*Sub Men Hyperlinks*/
#subnavigation li a
{	display: block;
	text-decoration:none;
	color:#000000;
	width:100%;
	font-weight:bold;
}

#subnavigation li a:hover
{	text-decoration:none;
	color:#3c4690;
	font-weight:bold;
}
#subnavigation li a.subactive { font-weight:bold;color:#3c4690;}
#subnavigation ul li #subcurrent {	color:#3c4690; }

#centerspacer
{	position:relative;
	width:680px;
	height:0px; /* Anpassen je nach Seite */
	
}

.c_text a
{	display: block;
	text-decoration:none;
	color:#000000;
	width:100%;
	font-weight:bold;
}

.c_text a:hover
{	text-decoration:none;
	color:#3c4690;
	font-weight:bold;
}