/**
*	© 2006 <i-D> internet + Design GmbH & Co. KG - http://www.i-d.de
*	@author Niels Bobogk <niels@i-d.de>
*/


/* 01. allgemein
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
body {
	font-size: 71.5%;
	color: #000;
	background: #ccc url(../img/bg_body.gif) repeat-y;
	line-height: 1.41em;
} 
h2 {
	color: #fff;
	font-size: 1.2em;
}
h3 {
	margin: 0 0 1.3em 0;
}
p {
	margin-bottom: 1em;
}
a {
	color: #000;
	/*text-decoration: none;*/
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}



/* 02. Layout
-----------------------------------------------------------------------------*/
#wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	background: #ADC5DD url(../img/bg_wrap.gif) repeat-y;
}
#content {
	position: absolute;
	left: 210px;
	top: 150px;
	clear: both;
	padding-bottom: 60px;
}



/* 03. Navigation
-----------------------------------------------------------------------------*/
#navi {
	width: 200px;
	margin: 150px 0 0 0;
	list-style-type: none;
	color: #ADC5DD;
}
#navi li {
	border-bottom: 1px solid #ADC5DD;
}
#navi li a {
	display: block;
	color: #ADC5DD;
	padding: 7px 0px 6px 20px;
	margin-right: 10px;
	text-decoration: none;
}
#navi li strong a,
#navi li a:hover {
	font-weight: bold;
	color: #f90;
	text-decoration: none;
}
ul.skiplinks {
	float: right;
	width: 200px;
	margin: 0 -240px 0 0;
	list-style-type: none;
}
ul.skiplinks a {
	color: #666;
}
ul.skiplinks strong a {
	color: #039;
}
ul.skiplinks a.toplink {
	display: block;
	margin-top: 1em;
	background: url(../../system/img/top.gif) left center no-repeat;
	padding-left: 14px;
}
p.pageNavi {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	font-size: 0.9em;
	text-align: center;
	color: #333;
	margin-top: 1em;
}
p.pageNavi a, p.pageNavi span {
	color: #333;
	margin: 0 4px 0 2px;
	text-decoration: none;
}
p.pageNavi a strong {
	padding: 0.1em 0.3em 0.1em 0.3em;
	background: #369;
	color: #fff;
	border: 1px solid #333;
}
p.pageNavi img {
	position: relative;
	top: 0.21em;
}
p.pageNavi a.firstPage,
p.pageNavi a.prevPage,
p.pageNavi a.nextPage,
p.pageNavi a.lastPage
{
	float: left;
	text-indent: 9999px;
	overflow: hidden;
	width: 12px;
	height: 16px;
	background: url(/buergergeld/system/img/i_first.gif) left 0.25em  no-repeat;
}
p.pageNavi a.prevPage {
	background-image: url(/buergergeld/system/img/i_previous.gif);
}
p.pageNavi a.nextPage {
	background-image: url(/buergergeld/system/img/i_next.gif);
}
p.pageNavi a.lastPage {
	background-image: url(/buergergeld/system/img/i_last.gif);
}


/* 04. Formulare
-----------------------------------------------------------------------------*/
fieldset {
	border: 1px solid #fff;
	padding: 10px;
	margin: 0 0 1em 0;
	line-height: 1.6em;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	width: 10em;
}
button {
	background: #369;
	border: 1px outset #ccc;
	color: #fff;
	padding: 2px 10px 1px 10px;
}
textarea {
	overflow: auto;
}
input.text, textarea {
	border: 1px inset #666;
}


/* 05. ID-Selektor
-----------------------------------------------------------------------------*/




/* 06. class-Selektor
-----------------------------------------------------------------------------*/
h1.main {
	position: absolute;
	left: 0;
	top: 0;
	width: 780px;
	height: 140px;
	text-indent: -9999px;
	background: url(../../system/img/bg_h1_main.jpg) no-repeat;
}
cite.main {
	position: absolute;
	left: 780px;
	top: 0;
	width: 219px;
	height: 140px;
	text-indent: -9999px;
	background: url(../../system/img/bg_cite_main.gif) no-repeat;
}
div.text_and_skiplinks {
	width: 530px;
	border-top: 1px solid #fff;
	margin: 10px 0 10px 0;
	padding: 5px 260px 5px 0;
	clear: both;
}
img.left {
	float: left;
	margin: 0 20px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 20px;
}
.noDisplay,
h3.claim {
	display: none;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.error {
	color: red;
	background: #fff;
	padding: 5px 10px 5px 10px;
	border: 1px solid red;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}	

