/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

/* p {
font-family: VERDANA,Arial,Helvetica,sans-serif;
font-size: 0.8em;
line-height: 1.25em;
} 
*/

img,
a img {
border: none;
}

/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
font-family: VERDANA,Arial,Helvetica,sans-serif;
background: #D7D7D7;
}

.archiv {
font-size: 0.7em;
color: #00A0FF;
text-align: left;
padding-left: 20px;
line-height: 1.25em;
background: #E6F5FE;
text-align: left;
}

.archiv a {
text-decoration: none;}

.archiv a:hover {
color: #aa0000;
}

.aktpred {
font-size: 1.1em;
color: #00A0FF;
font-weight: bold;
text-align: center;
margin: 20px 0;
}

.menu {
font-size: 0.65em;
color: #FF0000;
text-align: center;
margin-bottom: 20px;
}

.menu a {
font-weight: bold;
padding: 0 5px;
}

.menu a:hover {
color: #BB0000;
text-decoration: none;
}

.archivsubhead {
font-size: 1.2em;
color: #00A0FF;
text-align: left;
letter-spacing: 0.1em;
padding-left: 0px;
font-style: italic;
margin-top: 5px;
}

.seite {
width: 670px;
margin: 0 auto;
background: #ffffff;
}

#head {
width: 670px;
text-align: center;
margin: 0 auto;
}

#inhalt {
width: 510px;
padding: 40px 80px 20px 80px;
font-size: 0.8em;
line-height: 1.25em;
}

.sidebarLeft {
width: 230px;
padding: 40px 60px 20px 0px;
float: left;
}

.eleven {
font-size: 11px;
}

.sidebarRight {
float: left;
width: 220px;
padding: 40px 0px 20px 0px;
}

.headline {
color: #000000;
font-size: 1.3em;
font-weight: bold;
}

.subhead {
color: #000000;
font-size: 0.85em;
font-weight: normal;
}

.subheadtxt {
color: #000000;
font-size: 1.15em;
font-weight: bold;
}

.red {
color: #00A0FF;
}

.ohne {
clear: both;
height: .1px;
border: none;
visibility: hidden;
}

.footer {
width: 664px;
height: 45px;
background: #00A0FF;
color: #fff;
position: relative;
bottom: -17px;
left: -77px;
font-size: 0.9em;
text-align: center;
padding-top: 10px;
font-weight: bold;
line-height: 1.5em;
}
.footer2 {
width: 664px;
height: 45px;
background: #00A0FF;
color: #fff;
position: relative;
bottom: 3px;
left: 3px;
font-size: 0.9em;
text-align: center;
padding-top: 10px;
font-weight: bold;
line-height: 1.5em;
}

.these {
color:#333;
font-variant:small-caps;
font-size:larger;
padding:10px;
background:#eee;
}

.subtxt_bu {
font-size: 1.15em;
font-weight: bold;
text-decoration: underline;
}

.subtxt_vers {
font-size: 0.9em;
font-weight: normal;
text-decoration: none;
}

.small {font-size: 0.8em;}
.small2 {font-size: 0.7em;}

.normal {font-weight: normal; text-decoration: none;}

a.current {text-decoration: none;
		color: #BB0000;
		border: 0px solid #ff0;
		}
		
		
ol.ol li {
	padding-bottom: 5px;
}

.einzug {
	padding: 5px 0;
	}
p.einzug span.marg8 {
	display: block;
	padding-top:5px;
	border: 0px solid #f00;
	}
.ul-square {
	list-style-type: square; 
	list-style-position: outside; 
	padding-left: 14px;
	}
.ul-square li {
	padding: 0.3em 0;
	}