body {
background-color: #fff;
margin:0;
}

#container {
width: 716px;
text-align: center;
margin: 0;
background-color: #FFFFFF;
}
			
/* Kopfzeilen */

#header {
display: none;
}	

#navigation {
display: none;
}

#content	{
width: 100%;
vertical-align: top;
padding: 0;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 11px;
line-height: 14px;
text-align: left;
}

#footer {
height: 25px;
vertical-align: middle;
color: #4B4B4B;
padding: 0px 0px 0px 0px;
text-align: left;
font-family: Verdana, Geneva, Arial, sans-serif;
font-size: 10px;
}

#footer a {
color: #4B4B4B;
border-bottom: 0;
}

/* DIVERSES */

/* News-Box */
.news {
padding-bottom: 10px;
}

.newsdatum {
background-color: #F2F0EA;
padding: 2px;
margin: 0px auto 4px auto;
font-family: Georgia, serif;
font-size: 12px;
}

/* Navigation fŸr Texte Ÿber mehrere Seiten */
.pages {
border-top: 1px dotted #ccc;
border-bottom: 1px dotted #ccc;
margin: 25px 0px 0px 0px;
padding: 5px;
text-align: left;
background-color: #F2F0EA;
}
.pages h2 {
display: inline;
padding-right: 20px;
}

/* Bilder */
img.wrap {
border: 0px;
margin: 3px 10px 6px 0px;
}

/* Text-Box */
.infobox {
width: 100%;
background-color: #F2F0EA;
border-top: 2px dotted #ccc;
border-bottom: 2px dotted #ccc;
margin-top: 11px;
}

.infobox td	{
padding: 10px;
}

/* Klassen zum schnellen Ausrichten von Text */
.right {
text-align: right;
}

.left {
text-align: left;
}
		
.center {
text-align: center;
}

/* Die beiden Spalten von index.htm */
.indexleft {
border-right: 1px solid #CCCCCC;
vertical-align: top;
padding: 0px 20px 0px 0px;
text-align: left;
}
			
.indexright {
padding: 0px 0px 0px 10px;
vertical-align: top;
text-align: left;
}

/* Links */
a:link, a:visited, a:active { 
color: #A13813; 
text-decoration: none; 
border-bottom: 1px solid #ccc; 
}
			
a:hover { 
color: #7F7F81; 
text-decoration: none;  
border-bottom: 1px solid #CCC;
}

a:link.autor, a:visited.autor, a:active.autor {
color: #ab6400;
font-family: Georgia, serif;
font-size: 12px;
}

a:hover.autor {
color: #7F7F81; 
text-decoration: none;  
border-bottom: 1px solid #CCC;
}

/* †berschriften */

h1 {
font-family: Georgia, Times, serif;
color: #584943;
margin: 0px;
padding: 0px 0px 7px 0px;
font-size: 21px;
line-height: 20px;
font-weight: bold;
}
	
h2 {
font-family: Verdana, sans-serif;
color: #4B4B4B;
margin: 0;
margin: 0px 0px 5px 0px;
font-size: 10px;
line-height: 14px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
}

