html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: small;
}

html, body {
   background: #999999;
	
   font-size: 101%;
}

a:link {
   color: #666;
   text-decoration: underline;
}

a:visited {
   color: #333;
   text-decoration: underline;
}

a:hover {
   color: #f60;
   text-decoration: underline;
}

a:active {
	color: #740000;
	text-decoration: underline;
}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.imglist {
	border: 0;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	vertical-align: bottom;
}

.xsmall {
   font-size: x-small;
}






.big {
   font-size: medium;
	color: #600000;
	background-color: transparent;
	text-align: right;
	padding-left: 10px;
}
.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

.padleft {
   padding-left: 20px;
}
.trennlinie {
   padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}

h1 {
   font-size: large;
   color: #E74011;
	margin-bottom: 18px;
}

h2 {
   font-size: 1.5em;
    color: #E74011;
   padding-top: 20px;
	margin-bottom: 10px;
}

h3 {
   font-size: 2.17em;
   color: #E74011;
   padding-top: 20px;
   margin-bottom: 10px;
   margin-before: 1em; margin-after: 1em 
}

/*h2 {
   font-size: small;
    color: maroon;
   padding-top: 20px;
	margin-bottom: 10px;
}

  

h3 {
   font-size: small;
   margin-top: -7px;
	margin-bottom: 7px;
	color: #592727;
}

h2 {
   font-size: middle;
   margin-top: -7px;
	margin-bottom: 7px;
	color: #592727;
}*/



p, ul {
   font-size: small;
   line-height: 1.5em;
   padding-bottom: 7px;
   
}
ul {font-size: small;
   line-height: 1.5em;
	padding-left: 25px;
padding-top: 3px;
padding-bottom: 5px;
   list-style: square;
}


/* Display */
#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 1px solid #585858;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 5px;
			background-color: #ffffff;
		}

		#banner {
			padding: 10px;
			margin-bottom: 5px;
			background-color: transparent;
			text-align: center;
			border-bottom: 1px solid #999999;
		}
		#title {
			padding: 10px;
			margin-bottom: 5px;
			background-color: transparent;
			font-size: x-small;
			color: #999999;
			background-color: transparent;
			text-align: right;
			padding-right: 21px;
			padding-bottom: 10px;
			letter-spacing: 2px;
			text-transform: uppercase;
		}

		#content {
			padding: 10px;
			margin-left: 190px;
			padding-right: 20px;
			padding-top: 10px;
		}
		

		#sidebar-a {
			float: left;
			width: 170px;
			\width: 180px;
			w\idth: 170px;
			margin: 0;
			margin-right: 5px;
			padding: 5px;
			padding-top: 10px;
			padding-left: 15px;
			
			
		}

		#footer {
			clear: both;
			padding: 5px;
			margin-top: 10px;
			padding-right: 20px;
			border-top: 1px solid #999999;
		}
