body {
	font-family : Verdana;
	font-size		: 0.8em;
	color				: #333333;
	text-align	: left;
	margin			: 0px;
	background	: #FFFFFF;
}

/* Farben
 tuerkis : #007B67
 gruen Menu : #CCFF99
 hellblau Menu : #C0DFFD
 bg-text : #E7F3FE
*/

td {
	font-family : Verdana;
	color				: #333333;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1.4em;
	color			: #007B67;
	padding-left: 17px;
	background: url(images/pfeil_schrift.gif) no-repeat left 5px;
	text-transform : uppercase;
}
h2 {
	font-size : 1em;
	color			: #007B67;
}

li {
	color: #007B67;
	list-style-type: square;
}

p {
  text-align : justify;
}

a {
	color : #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover { color: #007B67; }

a.menutop, a.menutop_on {
	/*height: 27px;*/
	display	: inline-block;
	color		: #007B67;
	font-size : 11px;
	padding	: 7px 10px 7px 10px;
	text-transform : uppercase;
	font-weight		 : normal;
	margin	: 0 0 0 -4px;
}
a.menutop:hover {
  color			 : #333333;
	background : #B6F379;
}
a.menutop_on {
	color		: #333333;
	background : #B6F379;
}

a.menu {
	/*height	: 33px;*/
	display		: block;
	font-size	: 13px;
	color		: #007B67;
	padding		: 8px 0 8px 32px;
	background: url(images/menu.gif) no-repeat;
	text-transform : uppercase;
	font-weight		 : normal;
}
a.menu:hover {
	color : #007B67;
	background: url(images/menu_on.gif) no-repeat;	
}
a.menu_on {
	display		: block;
	font-size	: 13px;
	color		: #007B67;
	padding		: 8px 0 8px 32px;
	background: url(images/menu_on.gif) no-repeat;
	text-transform : uppercase;
	font-weight		 : normal;
}

a.submenu {
	/*height	: 21px;*/
	display		: block;
	font-size	: 12px;
	color		: #007B67;
	padding		: 3px 0 4px 50px;
	background: url(images/submenu.gif) no-repeat;
	text-transform : uppercase;
	font-weight		 : normal;
}
a.submenu:hover {
	color : #007B67;
	background: url(images/submenu_on.gif) no-repeat;	
}
a.submenu_on {
	display		: block;
	font-size	: 12px;
	color		: #007B67;
	padding		: 3px 0 4px 50px;
	background: url(images/submenu_on.gif) no-repeat;
	text-transform : uppercase;
	font-weight		 : normal;
}

a.subsubmenu {
	/*height	: 21px;*/
	display		: block;
	font-size	: 11px;
	color		: #007B67;
	padding		: 4px 0 4px 64px;
	background: url(images/subsubmenu.gif) no-repeat;
	text-transform : uppercase;
	font-weight		 : normal;
}
a.subsubmenu:hover {
	color : #007B67;
	background: url(images/subsubmenu_on.gif) no-repeat;	
}
a.subsubmenu_on {
	display		: block;
	font-size	: 11px;
	color		: #007B67;
	padding		: 4px 0 4px 64px;
	background: url(images/subsubmenu_on.gif) no-repeat;
	text-transform : uppercase;
	font-weight		 : normal;
}

a.subsubsubmenu {
	/*height	: 21px;*/
	display		: block;
	font-size	: 11px;
	color		: #007B67;
	padding		: 4px 0 4px 78px;
	background: url(images/subsubsubmenu.gif) no-repeat;
	font-weight		 : normal;
}
a.subsubsubmenu:hover {
	color : #007B67;
	background: url(images/subsubsubmenu_on.gif) no-repeat;	
}
a.subsubsubmenu_on {
	display		: block;
	font-size	: 11px;
	color		: #007B67;
	padding		: 4px 0 4px 78px;
	background: url(images/subsubsubmenu_on.gif) no-repeat;
	font-weight		 : normal;
}

a.link {
	padding-left : 15px;
	background	 : url(images/pfeil.gif) no-repeat;
	margin-right : 15px;
}
a.link:hover { color : #007B67; }

img {
	border : none;
}
img.bild {
	width	 : 250px;
	float	 : left;
	margin : 0 15px 1em 0;
}


textarea, input {
	font-family : Verdana;
	color				: #333333;
	border			: 1px solid #C0DFFD;
	background	: #FFFFFF;
	margin			: 2px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}