/**
 * Style sheet config_km2
 */
/* Tabellen */
table
{
	border-width:1px 0px;
	border-style:solid;
}

/* table head */
thead th
{
	border-top:0px solid #0033cc;
	border-right:0px solid #0033cc;
	border-bottom:1px solid #0033cc;
	border-left:0px solid #0033cc;
	border-collapse:collapse;
}

.grau
{
	color:#cccccc;
}

.leistungstabelle table
{
	margin-right:auto;
	margin-left:auto;
}

.formbody * td
{
	vertical-align:top;
}

/* Telephon list cell */
.telephonelist * td
{
	padding:2px 5px 2px 2px;
	text-align:left;
	vertical-align:top;
}

/* Address */
address
{
	font-weight:normal;
	text-decoration:none;
	font-size:1em;
	line-height:1.2em;
	font-style:normal;
}

/* Address on start page */
.addresshome * address
{
	font-weight:bold;
}

/* Footer */
#footer
{
	font-size:1em;
	color:#999999;
}

#footer *  ul
{
	text-align:right;
}

#footer * .mod_customnav  * li p
{
	display:inline;
}

/* Links in the footer */
#footer * a
{
	text-decoration:none;
	color:#999999;
}

/* Footer list elements */
#footer * .mod_customnav  *  li
{
	display:inline;
	margin:0px;
	padding:0px 3px;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #999999;
	list-style-type:none;
}

/* Footer list element last */
#footer * .mod_customnav  * li.last
{
	border:0px solid;
}

/* Header */
#header
{
	height:80px;
	display:block;
	background-image:url("../tl_files/km1/forth_road_bridge_02.jpg");
	background-position:right top;
	background-repeat:no-repeat;
}

/* page width */
#page_margins
{
	max-width:800px;
}

/* enable column layout */
#main
{
	position:static;
	clear:none;
}

/* Contact form */
.contactform
{
	margin-top:3px;
	margin-bottom:3px;
}

.contactform * input, .contactform * textarea
{
	width:250px;
	margin-left:70px;
}

/* hovered footer link */
#footer * a:hover
{
	text-decoration:underline;
}

