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;}


/******************************************/
/* Basiseinstellungen
/******************************************/ 

input, 
textarea{
  padding:1px;
  border:1px solid #00345b;
  font-size:90%;
  vertical-align:middle;
  margin:0;
  font-family:Arial, Verdana, sans-serif;
  
}

fieldset{
  background-color:#FFF;
  margin:15px 0px 0 0;
  padding:10px;
  border:0;
  border-top:1px solid #eaeaea;
  text-align:left;
}

fieldset legend{
  font-weight:bold;
  padding:3px;
  color:#006ab3;
  font-size:15px;
  margin:0 10px 0 10px;
}

div.formNameValuePairError div.formName,
form p.formWarning {color:#fa2d2d !important;}

div.formNameValuePairError div.formValue input {border:1px solid #fa2d2d;}


/******************************************/
/* Generierte Formulare Positionierung
/******************************************/ 

div.formNameValuePairError,
div.formNameValuePair{
  display:block;
}

div.formNameValuePair {
	margin:0 auto;
	margin-top:5px;
	margin-bottom:10px;
}

div.formName{
  	float:left;
	width:135px;
	clear:both;
	padding:1px;
	font-size:14px;
	color:#323232;
	margin:0;
}

div.formValue{
	padding:1px;	
  	margin-left:140px;
}

div.formValue input{
  width:80%;
  border:0;
  background-color:#ebebeb;
}

p.formWarning,
div.formNameValuePairError div.formName {
  color:#323232;
}

p.formDesc{
  font-size:13px;
  color:#6788ab;
}


input.submit {
	font-size:14px;	
	border:0;
	float:right;
	color:#323232;
	background-color:#ebebeb;
	margin:0 0 15px 0;
	padding:3px;
	border-bottom:1px solid #fff;
}

input.submit:hover {border-bottom:1px solid #ccc;}

div.formNameValuePair div.formValue select {
	border:1px solid #ccc;
	background-color:#ebebeb;
	color:#707c7e;
	
}

div.formCheckBox {
	color:#707c7e;
	font-size:14px;
	text-align:left;
	background:none;
}

div.formCheckBox input {
	background:none;
	text-align:left;
	width:20px;

}

div.formNameValuePair div.formValue input[type=checkbox] {
	border:0;
	background:none;
	margin:0;
	padding:0;
	width:20px;
}

div.formValue textarea {
	border:0;
	background-color:#ebebeb;
	width:80%;
	scrollbar-base-color:#ebebeb;
}

div.Formular fieldset p.FormGroupDesc {
	font-size:85%;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0;
}

