BODY 
{
	color : #000000;
	background-color : #EFEFEF;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	scrollbar-base-color : #0082D6;
	scrollbar-arrow-color : #0082D6;
	scrollbar-track-color : #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #0082D6;
	scrollbar-darkshadow-color : #0082D6;
	scrollbar-3dlight-color : #0082D6;
}

div.content {
	margin-left: 90px;
	margin-right: 90px;
}

div.bilders {
	border: thin solid #0082D6;
	background-color: #ffffff;
	position: absolute;
	width: 130px;
	text-align: center;
	margin: 0px 5px 0px 580px;
	padding: 3px 3px 3px 3px;
}

A {
	color : #6A5ACD;	
}

A:HOVER {
	color : #FF0000;
}

TD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}

TD.aktuell {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
	vertical-align: top;
}

table.referer {
	background-color: #ffffff;
	border: 2px #0082D6;
	border-style: solid;
	border-spacing: 5px;
	width: 600px;
	margin-left: 25px;
}

td.referer {
	border: 2px #0082D6;
	vertical-align: top;
	width: 510px;
}

td.referer1 {
	border: 2px #0082D6;
	vertical-align: top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


ul.content {
	color: #000000;
	line-height: 150%;
	list-style-position: outside;
	list-style-image: url(images/ul_dummy.gif);
	}

 MARQUEE {
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background : #EFEFEF;
	border-color : #0082D6;
	color : #6666CC;
	width : 350px;
	border : dotted;
	border-width : 1px;
	font-weight : normal;
	}

img.inhalt {
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
	
/* Eingabefelder für Kontaktform */

INPUT
{
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
BACKGROUND-COLOR: #FFFFFF;
border : thin dotted 1px #0082D6;
color : #FF0000;
}

SELECT
{
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
BORDER-RIGHT:  thin dotted 1px #0082D6; 
BORDER-TOP:  thin dotted 1px #0082D6; 
BORDER-LEFT:  thin dotted 1px #0082D6; 
COLOR: #FF0000; 
BORDER-BOTTOM: thin dotted 1px #0082D6; 
BACKGROUND-COLOR: #FFFFFF;
/* HEIGHT: 25px; */
}

TEXTAREA
{
BORDER-RIGHT:  thin dotted 1px #0082D6; 
BORDER-TOP:  thin dotted 1px #0082D6; 
BORDER-LEFT:  thin dotted 1px #0082D6; 
BORDER-BOTTOM: thin dotted 1px #0082D6; 
COLOR: #FF0000; 
FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
BACKGROUND-COLOR: #ffffff;
scrollbar-base-color : #FFFFFF;
scrollbar-arrow-color : #0082D6;
scrollbar-track-color : #FFFFFF;
scrollbar-face-color : #FFFFFF;
scrollbar-highlight-color : #FFFFFF;
scrollbar-shadow-color : #FFFFFF;
scrollbar-darkshadow-color : #FFFFFF;
scrollbar-3dlight-color : #FFFFFF;
 }
 /* ENDE der Eingabefelder fuer Kontaktform */
   
 /* li
 {
	margin-top : 8px;
	color : #000000;
} */

/* fuer die brotkrumen navi */
 p.breadcrump {
		font-size:9px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin-left:80px;
		}
		
img.breadcrump {
		vertical-align: middle;
		}
/* brotkrumen ende */


/* Menue von dynamic css */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

.suckertreemenu ul a:hover {
background-color: #9999FF;
color: #FFFFFF;
}

/*Top level list items*/
.suckertreemenu ul li {
border: 1px solid #0082D6;
position: relative;
display: inline;
float: left;
background-color: #FFFFFF; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
display: block;
width: 115px; /*Width of top level menu link items*/
padding: 1px 8px;
/* border: 1px solid black; */
border-left-width: 0;
text-decoration: none;
color: #000000;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul {
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul { 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
display: block;
width: 125px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 1px 5px;
/* border: 1px solid #ccc; */
}

.suckertreemenu ul li a:hover {
background-color: #9999FF;
color: #FFFFFF;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
/* background: #FFFFFF url(images/arrow-down.gif) no-repeat center right; */
background: #FFFFFF url(images/tridown.gif) no-repeat bottom right;

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon {
/* background: #FFFFFF url(images/arrow-right.gif) no-repeat center right; */
background: #FFFFFF url(images/triright.gif) no-repeat bottom right;
}

/*For a paragraph (if any) that immediately follows suckertree menu,
	add 1em top spacing between the two in IE*/
/*  * html div#iepara { 
		padding-top: 1em; geaendert wg zu großem top space im IE7 
} */
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

