/* asc.css */

/* Stylesheet für den Web-Auftritt www.abgaben.info */
/* Auto: iko Web&Grafik-Design www.kocksch.de */

.hide
{
	display: none;
}
a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #1C3BE4;
}
a:hover
{
	text-decoration: none;
	color: #AE1CE4;
}
body {
	margin: 0;
	padding: 0;
	font:75% Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #eddf99;
}
div#intro_main {
	width:100%;
	height:700px;
	margin:0;
	padding:0;
	background-image: url(../images/intro-bg.jpg);
	background-repeat: repeat-x;
	background-color:#ffffff;
	}
div#intro_center {
	width:587px;
/*	float: left;
*/	margin-left:auto;
	margin-right:auto;
}
div#top {
	width:782px;
	height:217px;
	margin:0;
	padding:0;
	background-image: url(../images/bg_gelb.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
div#wrapper {
	float:left;
	width: 782px;
	margin:0;
	padding:0;
	background-image: url(../images/bg_gelb.jpg);
	background-repeat: repeat-y;
	background-position: left;
	}
div#inhalt {
	float:right;
	width:502px;
	margin: 50px 70px 30px 210px; 
}
p, td, li {
	font-size: 11px;
	color:#1C1804;
}
p, td {
	text-align:justify;
	margin-top: 14px;
	margin-bottom: 14px;
	padding: 0;
}
ul {
	margin:0 0 14px 0;
	padding:0 0 14px 17px; 
	list-style-type:square;
	text-align:left;
}
h1
{
	font-weight:bold;
	font-size:12px;
	text-align:left;
	color:#1C1804;
}
table {
	margin:0;
	padding:0;
	border-width:0;
}
.links {
	float:left;
	margin-left: -180px;
	width: 140px;
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	text-align:right;
	color:#88740c;
	display:inline;
}
#seite, #inhalt, .links
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
div#bottom {
	clear:both;
	width: 782px;
	margin:0;
	padding:0;
	background-image: url(../images/Bottom.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

