*	{
	margin: 0;
	padding: 0;
}
 
body	{
	background-color: #fff7e7;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #990000;
	line-height: 140%;
}

p	{
	margin: 0 1em 1em 2em;
	font-size: 100%;
}

p.small	{
	margin: 0 1em 1em 2em;
	font-size: 75%;
}

ul {
	  padding: 0;
	  margin: 0;
	  list-style: none;
}
 
h1 {
	padding: 1em 0 0.1em 0em;
	font-size: 150%;
	text-align: left;
	color: #990000;
	font-weight: normal;
	font-family: Verdana, "Arial", sans-serif;
}

#subheading {
	padding: 1em 0 0.1em 0em;
	font-size: 150%;
	text-align: right;
	color: #990000;
	font-weight: normal;
	font-family: Verdana, "Arial", sans-serif;
}
 
h2 {
	margin: 0.7em 0 1em 0;
	font-size: 125%;
	color: #990000;
	font-weight: bold;
}

h3 {
	margin: 1em 0 1em 0;
	font-size:110%;
	color: #990000;
	font-weight: bold;	
}

h4 {
	color: #990000;
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0 0.75em 2em;
}
 
img, form, fieldset	{
	border: 0;
}

a {
	color: #ff0;
}
 
a:hover	{
	color: #fc6;
}

h1 a {
	text-decoration: none;
}

h2 a, h3 a {
	color: #fff;
	text-decoration: none;
}

p.iframe {
	float: right;
	margin: 0 0 1em 1em;
	padding: 0;
}

/* ------------> LAYOUT ------------> */
 
#container	{
	margin: 0 auto 3em auto;
	width: 786px;
	background-color: ##fff;
}

/* ------------> Navigation ------------> */


ul#navi	{
	list-style: none;
	font-size: 1.4em;
	background-color: #990000;
	float: left;
}

ul#navi li	{
	float: left;
	position: relative;
}

ul#navi li ul {
	display: none;
	position: absolute; 
	top: 1em;
	left: 1em;
	background-color: #800000;
	filter: alpha(opacity=88);
	opacity: 0.88;
	font-size: 0.75em;
}

ul#navi li ul a {
	text-align: center;
}

ul#navi li > ul {
	top: auto;
	left: auto;
}

ul#navi	li:hover ul { 
	display: block; 
}

ul#navi a {
	text-decoration: none;
	color: #ffc;
	display: block;
	width: 131px;
	padding: 0.3em 0 0.4em 0;
	text-align: center;
}

ul#navi a.pointer {
	cursor: default;
}

ul#navi a:hover	{
	color: #fc6;
	text-decoration: none;
	background-color: #660000
}

ul#navi a:active {
	color: #fc6;
	background-color: #800000;
}

ul#navi a#active {
	color: #fc6;
}

/* ------------> Content ------------> */

#content {
	margin: 30px 30px 20px 30px;
}

div.sidebar {
	margin: 30px 30px 20px 190px !important;
}

#content a {
	color: #A65608;
	font-weight: bold;
	text-decoration: underline;
}

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

#content ul {
	margin: 0 0 1em 3.5em;
}

#content li {
	list-style: disc;
	margin: 0px 0px 0px 40px;
}

/* ------------> Bilder ------------> */

img.left {
	clear: left;
	float: left;
	margin-left: -190px;
	margin-bottom: 2px;
}

img.left_second {
	float: left;
	margin-left: -114px;
	margin-bottom: 2px;
}

p.left {
	margin-left: -190px;
	padding: 0 0 0 0;
	text-align: left;
	font-size: 0.8em;
	width: 150px;
	clear: left;
	float: left;
}

img.right {
	float: right;
	margin: 0 1em 0.5em 0.5em;
}

/* ------------> Tabellen ------------> */

div.table {
	margin: 1em 2em 1em 2em;
}

table {
	width: 100%;
	margin-bottom: 3em;
}

th {
	border-bottom: 1px solid #ccc;
	font-size: 0.9em;
}

td {
	padding: 0.1em 0;
	font-size: 0.9em;
	vertical-align: top;
}

/* ------------> scrolldown ------------> */

ul#scrolldown h3 {
	cursor: pointer;
}

ul#scrolldown h3:hover	{
	text-decoration: underline;
}
/* ------------> Newsletter ------------> */

ul#newsletter h3 {
	cursor: pointer;
}

ul#newsletter h3:hover {
	text-decoration: underline;
}

 
/* ------------> FOOTER ------------> */

#footer	{
	clear: both;
	padding: 1em 0 1em 2em;
	font-size: 0.85em;
	background-color: #fff7e7;
	color: #fc6;
	overflow: auto;
}

#footer li {
	float: left;
	padding: 0 0.9em;
	border-left: 1px solid #999;
	margin-right: 0.5em;
	font-weight: bold;
}

#footer ul li {
	float: none;
	padding: 0;
	border-left-width: 0;
}

#footer a {
	color: #fc6;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover	{
	text-decoration: underline;
}
 
#footer li#first {
	padding-left: 0;
	border-left-width: 0;
}

#footer li.footer-active {
	color: #ffc;	
}

#footer li.footer-active a {
	color: #ffc;	
}

#copyright {
	background-color: #990000;
	font-size: 1em;
	text-align: right;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0;
}

#copyright a {
	color: #fc6;
	font-size: 0.85em;
	text-decoration: none;
}

#copyright a:hover	{
	text-decoration: underline;
}
