td {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height : 20px;
	list-style :  url(abb/pfeil.gif);
}
a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #f1f1f1;
}
a:active {
	color: #993333;
	text-decoration: none;
}
a.menue:link {
	color: #993333;
	text-decoration: none;
}
a.menue:visited {
	color: #993333;
	text-decoration: none;
}
a.menue:hover {
	color: #ffffff;
	text-decoration: none;
	background-color : #333333;
}
a.menue:active {
	color: #333333;
	text-decoration: none;
}
body {
	scrollbar-face-color: #f1f1f1;
	scrollbar-highlight-color: #b5b5b5;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color:#333333;
	scrollbar-base-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-shadow-color : #b5b5b5;
}
.n2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none
}
.klein {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
.box {
	border: 2px #ad1029 solid;
	border-color: #ad1029 none;
	clip: auto;
}

.titel {
	color: #993333;
	text-decoration: none;
	font: bold 16px "Trebuchet MS";
}

.titelneu {
	color: #000000;
	text-shadow: 1px 1px 1px #ffffff, 2px 2px 2px #000000;
	text-decoration: none;
	font: normal normal 44px "Trebuchet MS";
}

.fett {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.popup {
	cursor: url(abb/popup/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid #cccccc;
}
.highslide:hover img {
	border: 0px solid #ffffff;
}
.highslide-wrapper {
	background: #ffffff;
}
.highslide-image {
	border: 20px solid #ffffff;
}
.highslide-image-blur {
}
.popuptext {
	display: none;
	border: 20px solid #ffffff;
	border-top: none;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: #f1f1f1;
    padding-left: 22px;
    background-image: url(abb/popup/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(abb/popup/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {width:150px; height:350px; position:relative;}

#outer #content {clear:left; position:absolute; left:0px; top:10px; width:150px;}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 150px;
	position: absolute;
	top: 70px;
	left: 0;
	border: 1px solid #b5b5b5;
	border-width: 0 1px 1px;
}
#menu ul {list-style-type:none; padding:0; margin:0; width:150px;}
#menu li {float:left; background:#ffffff; position:relative; border-top:1px solid #b5b5b5;}

#menu li.sub {background:#f1f1f1;}

#menu li, #menu li a {
	display: block;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 24px;
	width: 150px;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}

#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {display:none;}

#menu li.hover {color:#ffffff; background:#333333;}
#menu li.click {color:#ffffff; background:#333333;}

#menu li.click ul {display:block;}
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 1px solid #f1f1f1;
	border-width: 0 1px 1px;
}

#menu li.click ul li.hover {
	background: #b5b5b5b;}
