div#content a.backwards{ 
direction:rtl;
unicode-bidi:bidi-override;
}

div#content a img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:middle;
}

/* Listen */

div#innerContent ul{
	margin:10px 0 10px 0;
	padding:0 0 0 5px;
}

div#innerContent ul,
div#innerContent li {
	list-style-type:none;
	margin:10px 0 10px 0;
	display:block;
}

div#innerContent ul li,
div#innerContent li{
	padding:0px 0 0px 25px;
	background:url('/cachepics/dot.gif');
	background-position:11px 8px;
	background-repeat:no-repeat;
	
	
}

/* Listen 2. Ebene*/
div#innerContent ul li ul {margin:0 0 7px 0;}

div#innerContent ul li ul li {
	padding:0px 0 0px 25px;
	background:url('/cachepics/dot2.gif');
	background-position:11px 8px;
	background-repeat:no-repeat;
}


/* Tabellen */

table {
	border-collapse:collapse;
	
}

table tr {

}

table tr th {
	background-color:#006ab3;
	color:#fff;
	font-weight:bold;
	padding:3px;
	
}

table tr td {
	background-color:#fff;
	color:#323232;
	border:0;
	border-top:1px solid #006ab3;
	border-bottom:1px solid #006ab3;
}


/*********************************/
/* TOOLTIP                       */
/*********************************/

a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
	position: relative;
	text-decoration: none;
	font-size:14px;
	color:#FFF;
	display:block;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	border:0;
}

a.tooltip:hover {
	z-index: 100;
	background:transparent;
}

a.tooltip span {
	display: none;
	text-decoration: none;
}

a.tooltip:hover span {
	color:#323232;
	display: block;
	position: absolute;
	top: -55px;
	left:20px;
	width: 104px;
	z-index: 100;
	background:url('/cachepics/styles/tooltip_blau.gif');
	background-repeat:no-repeat;
	background-position:left top;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-align: center;
	line-height:17px;
	padding:3px;
	height:56px;
	vertical-align:middle;
}
a#rot.tooltip:hover span {
	background:url('/cachepics/styles/tooltip_rot.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:113px;
}
a#gruen.tooltip:hover span {
	background:url('/cachepics/styles/tooltip_gruen.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:106px;
}
a#gelb.tooltip:hover span {
	background:url('/cachepics/styles/tooltip_gelb.gif');
	background-repeat:no-repeat;
	background-position:left top;
	top: -75px;
	height:200px;
	width:122px;
	padding:8px 0 0 0;
}
a#tuerkis.tooltip:hover span {
	background:url('/cachepics/styles/tooltip_tuerkis.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:122px;
}
a#lila.tooltip:hover span {
	background:url('/cachepics/styles/tooltip_lila.gif');
	background-repeat:no-repeat;
	background-position:left top;
	width:135px;
}

/* Funky Literatur Zeichen */

p.a {
	background:url('/cachepics/styles/a_Icon_small.gif');
	background-position: 3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 10px 0;
}

p.l {
	background:url('/cachepics/styles/l_Icon_small.gif');
	background-position: 3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 10px 0;
}

p.n {
	background:url('/cachepics/styles/n_Icon_small.gif');
	background-position: 3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 10px 0;
}

p.s {
	background:url('/cachepics/styles/s_Icon_small.gif');
	background-position: 3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 10px 0;
}

p.v {
	background:url('/cachepics/styles/v_Icon_small.gif');
	background-position: 3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 10px 0;
}

p.z {
	background:url('/cachepics/styles/z_Icon_small.gif');
	background-position: 3px 3px;
	background-repeat:no-repeat;
	padding:0 0 0 35px;
	margin:15px 0 10px 0;
}

/* Schaufenster */

hr {
	border:0;
	background-color:#ebebeb;
	color:#ebebeb;
	line-height:1px;
	height:1px;
	width:100%;
	margin:20px 0 20px 0;
	display:block;
	clear:right;
}

/* LINKS */

a.linklist {
	background-color:#fef4d2;
	width:97%;
	border-top:1px solid #0069b3;
	text-decoration:none;
	color:#323232;
	padding:1px 3px 1px 10px;
	display:block;
	margin:17px 0 0 0;
	font-weight:bold;
}

a.linklist:hover {
	color:#0069b3;
}

/* NEWS */

span.date {
	font-weight:normal;
	font-size:12px;
	margin:0 0 0 10px;
}

div.newslist h2 {
	margin-top:30px;
}



div.newslist a {float:right;margin:0 10px 0 0;}

div#NEWS{
	padding:0px 18px 0 15px;

}

p.Newsspalte{
	color:#000;
	font-size:85%;
	line-height:15px;
}

p.Newsspalte a{
	color:#006ab3;
	text-decoration:underline;
}

p.Newsspalte a:hover,
p.Newsspalte a:active{
	text-decoration:none;
	color:#000;
}

/* Sitemap */

div.Sitemap h2 {display:none;}
