@charset "UTF-8";
/* 
Stylesheet Keine Abgeltungssteuer 2009
Author: Lars Brandt, http://www.artaddiciton.de
 */
 
 *  {
 	margin: 0; 
	padding: 0;
}
 
 body {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #2a2a2a;
} 

/* Aufbau */

#page {
	width: 822px;
	margin: 0 auto;
	margin-bottom: 0px;
	text-decoration: none;
}

#header {
	width: 822px;
	height: 146px;
	background-image: url(images/titel.jpg);
	background-repeat: no-repeat;
	margin-bottom: 1px;
}

#navigation {
	width: 822px;
	height: 47px;
	background-color: #a3c5e3;
	text-align: left;
}

#sidebar {
	float: right;
	width: 270px;
	background-color: #e2edf6;
	margin-top: 24px;
	margin-bottom: 28px;
	padding: 20px;
}

#content {
	margin-right: 300px;
	text-align: left;
	padding-left: 18px;
	padding-top: 44px;
	padding-bottom: 28px;
}

#footer {
	clear: both;
	width: 822px;
	height: 63px;
	background-color: #146db8;
	padding-left: 20px;
}

/* Navigation */

#navigation ul {
	padding-left: 20px;
	padding-top: 16px;
}

#navigation ul li{
	padding-left: 38px;
	padding-right: 38px;
	list-style-type: none;
	display: inline;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	color: #021b31;
	background-image: url(images/zeichen.jpg);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

#navigation ul li a {
	text-decoration: none;
	color: #021b31;
	
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

/* Footer */

#footer {
	color: #e2edf6;
	padding-top: 30px;
}

/* allg. Stile */

h1 {
	margin-bottom: 15px;
    font-family: Trebuchet MS, Arial;
	font-size: 16px;
	color: #021b31;
}

a {
	text-decoration: none;
	color: #ff6600;
}

ol {
margin: 25px;
margin-left: 40px;
}

ul {
	list-style-type: none;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

p.zitat {
	width: 400px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

.gf {
	float: left;
	width: 25px;
	height: 80px;
	margin-top: -5px;
	margin-right: 5px;
	background: url('images/zitat.jpg');
	background-repeat: no-repeat;
} 

/* Formular */
input.text {
	width: 110px;
}


/* Tabellen */
table {
border: 1px;
border-style: dotted;
}

th {
background-color: #ff9000;
margin: 6px;
padding: 12px;
border: 0px;
}


td {
background-color: #e5edf4;
margin: 6px;
padding: 12px;
border: 0px;
}

td.inaktiv {
background-color: #e5edf4;
margin: 6px;
padding: 12px;
border: 0px;
}

