/*
	This website is powered by indual
	Copyright (c) 2009 indual GmbH (www.indual.ch)
*/


/* Basics ---------------------------------------------------------------------------- */
body {
	color:#333;
	font-size:11pt;
	line-height:normal;
	font-family:Arial, Helvetica, Sans-serif;
}


/* Content styles --------------------------------------------------------------------- */
h1 {
	margin:0 0 10px 0;
	font-size:13pt;
	font-weight:bold;
	color:#000;
}
h2,
h2 a,
h2 a:hover {
	margin:0 0 5px 0;
	font-size:12pt;
	font-weight:bold;
	text-decoration:none !important;
	color:#000;
}
h3,
h3 a,
h3 a:hover {
	margin:0;
	font-size:11pt;
	color:#000;
	text-decoration:none !important;
}
p {
	margin:0 0 10pt 0;
	padding:0;	
}
table td p {
	margin:0;
}
#content a,
#content a:link,
#content a:visited {
	text-decoration:underline;
	color:#b2101d;
	outline:none;
}
#content a:hover,
#content a:active,
#content a:focus {
	color:#000;
}
a {
	outline:none !important;
}
a img {
	border:0px;		
}
div#logo,
div.whitebox,
div.graybox {
	border-bottom:1px solid #333;
}
div.whitebox,
div.graybox {
	padding:15px 0;
}
ul {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

/* address -------------------------------------------------------------- */
div#addressinfo {
	margin:20px 0;
	padding:0 0 20px 0;
	color:#999;
	border-bottom:1px solid #333;
}
div#addressinfo h1 {
	color:#777;
	margin:0;
	padding:0;
	font-size:11pt;
}
div#addressinfo a {
	color:#777;
}

/* tables --------------------------------------------------------------- */
table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
}
table th, table td  {
	font-size:11pt;
	padding:2px 0;
}
table td {
	border-bottom:1px solid #333;
}
div.graybox table td {
	border-bottom:1px solid #333;
}
table.KeineLinien td,
div.graybox table.KeineLinien td {
	border:none;
}
table.listing th,
table.listing td.head {
	background:#333 none;
	color:#fff;
	padding:1px 0;
}
table.listing td.head {
	background:#e8e8e8 none;
	color:#333;
}
div.graybox table.listing td.head {
	background:#999 none;
	color:#fff;
}
#footer,
#mainmenu,
#submenu,
#submenu2,
#metamenu,
#headerimage {
	display:none;
}

/* Header ----------------------------------------------------------------------------- */
div#header {
	margin:0;
	padding:0;
}
div#logo {
	margin:5px 0 0 0;	
	padding:0;
	height:74px;
	border-bottom:1px solid #333;
}

/* image aligns --------------------------------------------------------------- */
img.BildLinks {
	float:left;
	margin:3px 7px 0 0;
	padding:0;
}
img.BildRechts {
	float:right;
	margin:3px 0 0 7px;
	padding:0;
}