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


/* Basics ---------------------------------------------------------------------------- */
body {
	color:#333;
	font-size:12px;
	line-height:normal;
	font-family:Arial, Helvetica, Sans-serif;
	background:url(../images/background.jpg) repeat-x #fff;
}
div#siteframe {
	margin:0 auto;
	padding:0 0 20px 0;
	width:810px;
	text-align:left;
}
#content {
	width:571px;
	float:right;
	display:inline;
	background:transparent none;
	padding:0px;
	margin:0 0 14px 0;
}
div#boxesLeft,
div#boxesRight {
	float:left;
	width:278px;
	display:inline;
	padding:0;
	margin:0;
}
div#boxesRight{
	float:right;
}

/* Header ----------------------------------------------------------------------------- */
div#header {
	margin:0;
	padding:0;
}
div#logo {
	float:left;
	margin:10px 0 0 0;	
}
div#headerimage {
	width:792px;
	height:198px;
	margin:0;
	padding:9px;
	background:#cbcbd2 none;
}

/* Content styles --------------------------------------------------------------------- */
h1 {
	margin:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#000;
}
h2,
h2 a,
h2 a:hover {
	margin:0px 0px 5px 0px;
	font-size:13px;
	font-weight:bold;
	text-decoration:none !important;
	color:#000;
}
h3,
h3 a,
h3 a:hover {
	margin:0;
	font-size:13px;
	color:#000;
	text-decoration:none !important;
}
p {
	margin:0 0 10px 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;		
}

/* address -------------------------------------------------------------- */
div#addressinfo {
	margin:20px 0 0 10px;
	padding:0;
	font-size:11px;
	color:#777;
	text-transform:uppercase;
	line-height:18px;
}
div#addressinfo h1 {
	color:#777;
	margin:0;
	padding:0;
	font-size:12px;
}
div#addressinfo a {
	color:#777;
}

/* tables --------------------------------------------------------------- */
table {
	border-collapse:collapse;
	border-spacing:0;
	margin:0;
}
table th, table td  {
	font-size:12px;
	padding:2px 0;
}
table td {
	border-bottom:1px solid #cbcbcb;
}
div.graybox table td {
	border-bottom:1px solid #eee;
}
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;
}

/* Link icons --------------------------------------------------------------- */
a.PDF, a:link.PDF, a:visited.PDF,
a.DOC, a:link.DOC, a:visited.DOC,
a.XLS, a:link.XLS, a:visited.XLS,
a.ZIP, a:link.ZIP, a:visited.ZIP,
a.MAIL, a:link.MAIL, a:visited.MAIL,
a.OTHER, a:link.OTHER, a:visited.OTHER {
	background:url(../images/icons/pdf.gif) left no-repeat;
	padding:4px 0 4px 20px;
	line-height:20px;
}
a.DOC, a:link.DOC, a:visited.DOC { background-image:url(../images/icons/doc.gif); }
a.XLS, a:link.XLS, a:visited.XLS { background-image:url(../images/icons/xls.gif); }
a.OTHER, a:link.OTHER, a:visited.OTHER { background-image:url(../images/icons/other.gif); }
a.ZIP, a:link.ZIP, a:visited.ZIP { background-image:url(../images/icons/zip.gif); }
a.MAIL, a:link.MAIL, a:visited.MAIL { background-image:url(../images/icons/mail.gif); padding:8px 0 4px 20px; }

/* Boxes --------------------------------------------------------------- */
.box_content {
	width:551px;
	padding:5px 10px 7px 12px;	
}
.whitebox,
.graybox {
	line-height:18px;
}
.whitebox {
	width:553px;
	margin:15px 0px 0px 0px;
}
.whitebox h1 {
	width:551px;
	margin:0px;
	padding:7px 9px 0px 12px;
	background:url(../images/whitebox_big_top.png) no-repeat top left;
}
.whitebox .box_content {
	background:url(../images/whitebox_big_bottom.png) no-repeat bottom left;	
}
.graybox {
	width:553px;
	margin:15px 0 0 0
}
.graybox h1 {
	width:551px;
	margin:0px;
	padding:7px 9px 0px 12px;
	background:url(../images/graybox_big_top.png) no-repeat top left;
}
.graybox .box_content {
	background:url(../images/graybox_big_bottom.png) no-repeat bottom left;	
}
#boxesRight .whitebox,
#boxesLeft .whitebox {
	width:278px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
}
#boxesRight .whitebox h1,
#boxesLeft .whitebox h1 {
	width:256px;
	margin:0px;
	padding:8px 10px 0px 12px;
	background:url(../images/whitebox_top.png) no-repeat top center;
}
#boxesRight .whitebox .box_content,
#boxesLeft .whitebox .box_content {
	width:256px;
	background:url(../images/whitebox_bottom.png) no-repeat bottom left;
}
#boxesRight .graybox,
#boxesLeft .graybox {
	width:278px;
	overflow:hidden;
	margin:15px 0px 0px 0px;
}
#boxesRight .graybox h1,
#boxesLeft .graybox h1 {
	width:256px;
	margin:0px;
	padding:8px 10px 0px 12px;
	background:url(../images/graybox_top.png) no-repeat top center;
}
#boxesRight .box_content,
#boxesLeft .box_content {
	width:256px;
	background:url(../images/graybox_bottom.png) no-repeat bottom left;	
}

/* Listings -------------------------------------------------------------------------- */
div#content ul,
div#content li {
	margin:0;
	padding:0;
	list-style:none;
	list-style-type:none;
}
div#content li {
	padding:2px 0;
	border-bottom:1px solid #cbcbcb;
}
div#content li.last {
	border:none;
}
div#content div.graybox li {
	border-bottom:1px solid #eee;
}
div#content div.graybox li.last {
	border:none;
}
div#content ol {
	padding:auto;
	margin-left:18px;
}
div#content ol li {
	margin:auto;
	padding:0;
	list-style:auto;
	list-style-type: decimal;
}

/* Footer ---------------------------------------------------------------------------- */
#footer {
	color:#999;
	margin:0px 0px 6px 0px;
	padding:10px 0px 0px 10px;
	border-top:1px solid #d9dce0;
	width:810px;
	font-size:11px;
}
#footer a {
	color:#999;
	font-size:11px;
	text-decoration:underline;
}
#footer a:hover {
	color:#b2101d;	
}
#footer span {
    display:none;
}

/* misc styles ----------------------------------------------------------------- */
.cf {
	float:none;
	clear:both;
	line-height:0;
	width:1px;
	margin:0;
	padding:0;
	font-size:0;
	height:0;
}

/* IE6 PNG hacks ---------------------------------------------------------------------------- */
div.graybox h1,
div.whitebox h1,
div.box_content,
div#mainnavigation ul#mainmenu ul#submenu,
ul#mainmenu li.current a {
	_behavior:url(/gemeinde_redesign/we/js/iepngfix.htc);
}