


body {
    font: 0.8em verdana, arial, sans-serif;
    color: purple ;


}
h1{
	display:none;
}
h2 {
    font-size: 1.2em;
    font-weight: bold;
 	margin: 0 0 10px 0;
    color: #e9ef58;

}

h3 {
    margin: 0 0 10px 0;
    font-size: 1.0em;
    font-weight: bold;
    color: #e9ef58;
}

h4 {
    font-size: 1.0em;
    margin: 0 0 5px 0;
    font-weight: bold;
	color:#e9ef58;
}


td {
		vertical-align:top;
    font-size: 9pt; /* wegen vererbung, da ie nicht erbt, aber mozilla schon*/
}

p {
    margin: 0 0 5px 0;
    line-height: 1.3em;
}

th {
    color: #707070 ;
    font-style: italic;
    font-size: 9pt;
}

hr {
    border: solid #707070  1px;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: left;
}

strong {
    font-weight: bold;
}

a > img {
    border: 0;
}
/*****webeditor***************/
.fussnote {
    font-size: 0.8em;
    background-color: transparent;
}

.highlight {
    border: 1px dotted #707070 ;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    vertical-align: middle;
}

.tabulator1 {
    margin-bottom: 10px;
    margin-left: 50px;
    background-color: transparent;
}

.tabulator2 {
    margin-bottom: 10px;
    margin-left: 150px;
    background-color: transparent;
}

.zentrieren {
    text-align: center;
    margin-bottom: 10px;
    background-color: transparent;
}

.links {
    text-align: left;
    margin-bottom: 10px;
    background-color: transparent;
}

.rechts {
    text-align: right;
    margin-bottom: 10px;
    background-color: transparent;
}

.bildlinks img {
    float: left;
    margin: 10px 20px 20px 0;
    border: 1px solid #707070 ;
}

.bildrechts img {
    float: right;
    margin: 10px 0 20px 20px;
    border: 1px solid #707070 ;
}

#contentRechts img {
    float: left;
    margin: 0 20px 20px 0;
    border: 0px solid #707070 ;
}
/***********eigene überall gültige Klassen ******************/
.fehler {
    padding: 10px;
    margin: 10px 10px;
    font-weight: bold;
    border: 1px solid #E84B00;
}
/**********************bildbeschreibungen***/
div#bildbeschreibungen img.links {
    float: left;
    border: 0px solid #333399;
    margin: 0 20px 10px 10px;
}

div#bildbeschreibungen img.rechts {
    float: right;
    border: 0px solid #333399;
    margin: 0 20px 10px 0px;
}

div#bildbeschreibungen > br {
    clear: both;
}

div#bildbeschreibungen {
    padding: 0;
}

.bildbeschreibung {
    padding: 10px;
    float: left;
}

#bildbeschreibungen > ul {
    list-style-position: inside;
    list-style-image: url(img/liste.gif);
    line-height: 1.3em;
    color: #333399;
    padding: 10px;
    margin: 0px;
}
/******************contenttext******************/
div #contentRechts img {
  
}

#contentText p.break {
    clear: both;
}

#contentText a{
    color: purple;
    
}



#contentText p {
    padding-bottom: 5px;
}

#contentText ul {
    list-style-type:none;
	list-style-image: url(img/dot.gif);
    list-style-position: outside;
    line-height: 1.1em;

    padding: 0;
    margin: 0 15px 15px 15px;

}

#contentText li {
    margin: 4px 0;
}

#contentText ul.no {
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none;
    line-height: 1.0em;

    background-color: transparent;
}

#contentText dl {
    margin: 0 0 30px 10px;
}

#contentText dt {
    font-weight: bold;
    font-size: 100%;
}

#contentText caption {
    text-align: left;
    font-size: 110%;
    font-weight: bold;
    margin-left: 10px;
}

#contentText table {
    width: 100%;
    margin-left: 10px;
}
/***********************Fuss **************************/
div#feet a {
    padding: 0 4px 0 0;
   color: #f5f5f5;
    font-style: oblique;
    font-weight: bold;
     font-size: 0.8em;
	 text-decoration:none;
}
div#feet p{
	line-height:0.8em;
	padding:10px 0;
}


#navigation ul#ulRoot{
	margin:50px 0 0 15px;
	padding:0;


	list-style-image:none;
	color:#A52A2A;

	list-style-type:none;
}

ul#ul3, ul#ul2{
	margin:0 0 0 15px;
	padding:0;
}
#navigation li{

	margin:0;
	padding:0;
	list-style-type:none;
}
#navigation a:link,
#navigation a:visited
{

	line-height:2.5em;
	vertical-align:middle;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
	background-image: url(img/marke.gif);
	background-position: 0;
	background-repeat:no-repeat;
	padding:0 0 0 25px;
	

}
#navigation a:hover,
#navigation a:active{

	line-height:2.5em;
	vertical-align:middle;
	font-weight:bold;
	color:#A52A2A;
	text-decoration:none;
		background-image: url(img/marke2.gif);
	background-position: 0px;
	background-repeat:no-repeat;

}
#navigation a.menuAktiv {
	font-weight:bold;

	color:#A52A2A;
		background-image: url(img/marke2.gif);
	background-position: 0;
	background-repeat:no-repeat;
	}
