
#impressum h5 {
	color: #222222;
	font-size: 17px;
	font-style: bold;
}
#header1 { 
	background: #f9f9f9; 
	padding: 30px 0; margin-top: 0px; 
}

#footer li { color: #666; font-size: 12px; }

sup { color:blue; font-size:.8em; line-height:2em; }

.bild {
    font-style: italic;
    font-size: 12px;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
	border-bottom: 1px dashed #ccc;
    padding: 1em 0;
	margin-bottom: 1em;
    text-align: center;
}

.bild span {
	color: #C8C8C8;
}

.bottomline {
	border-bottom: 1px dashed #ccc;
}

.borderline {
    border-top:1px solid #f5f5f5;
    margin-top: 8px;
}

.img160fix {
	width: 160px; 
	height: 160px;
}

.img250fix {
	width: 250px; 
	height: 250px;
}

.imgcopy {
	font-style: italic;
	font-size: 12px;
	color: #C8C8C8;
}


.bild250 {
    font-style: italic;
    font-size: 12px;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
	/*border-bottom: 1px dashed #ccc;*/
    padding: 1em 0;
	margin-bottom: 1em;
    text-align: center;	
}

.bild200 {
    font-style: italic;
    font-size: 11px;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
	/*border-bottom: 1px dashed #ccc;*/
    padding: 1em 0;
	margin-bottom: 1em;
    text-align: center;	
}

.bild200 img {
	max-width: 200px; 
	max-height: 200px;
}

.bild250 img {
	max-width: 250px; 
	max-height: 250px;
}

.bild160 {
    font-style: italic;
    font-size: 10px;
    /*border-bottom: 2px solid rgba(0, 0, 0, 0.1);*/
	/*border-bottom: 1px dashed #ccc;*/
    padding: 1em 0;
	margin-bottom: 1em;
    text-align: center;	
}

.bild160 img {
	max-width: 160px; 
	max-height: 160px;
}

.werbetext {
	color: #C8C8C8;
}

.err404 {
	font-size: 150px;
}

.myclear {
    clear: both;
}

.disc {
   list-style-type: disc;
}
.circle {
   list-style-type: circle;
}

.square {
   list-style-type:square;
}


/* Boxen */
.formbox {
   padding:10px 10px;
   background:#f9f9f9;
   border:1px solid #eee;
   border-radius:10px;
   margin-bottom:15px;
}

.notebox{
	padding:8px 8px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-bottom: 10px;
}

.stdbox{
	padding:8px 10px;
	background: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 3px solid #eee;
	border-radius: 10px;
	margin-bottom: 10px;
}

.stdbox h4{
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
}

.stdbox p{
	margin-bottom:0px;
}

.box-white  {
        background: #fff;
        padding: 20px 20px 30px;
}

.box-gray  {
        background: #f8f8f8;
        padding: 20px 20px 30px;
}


/* Ausrichtung */
.links {
	display: inline;
	float: left;
	margin-right: 1.618em; 
}

.rechts {
	display: inline;
	float: right;
	margin-left: 1.618em; 
}

.zentriert {
	clear: both;
	display: block;
	margin: 0 auto; 
}

/* Untertitel */
#untertitel {	
	margin: 0; 
	padding: 0;
	font: 16px/24px, Georgia, Areal, Serif;
	font-weight: normal;	
    color: #A8A8A8;
}

/* Kategorien */
.kategorie {}
.kategorie ul { 
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}

.src {}
.src li {
	font-size: 12px;
}

/* Fusszele Navigation Web */
.postnav {
	margin: 18px 0 6px;
	padding: 12px 0 0 0;
	font: 15px/30px 'Areal', sans-serif;
}

.postnav li {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 49%;
	line-height: 30px;
}

.postnav li strong {
	font: 16px/30px 'Areal', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
}

.postnav li span {
	color: #999;
}

.postnav li.next {
	float: right;
	text-align: right;
}
.postnav li.prev {
	float: left;
	text-align: left;
}

@media (max-width: 767px) {
	.postnav li strong {
		font-size: 13px;
		letter-spacing: 0px;
	}
}


/* Abstaende */
.hr5 { height: 5px }
.hr10 { height: 10px }
.hr15 { height: 15px }
.hr20 { height: 20px }
.hr30 { height: 30px }


