﻿@charset "UTF-8";
/* CSS Document */

/*Textpage*/
.textpage {}
.textpage EM, .textpage STRONG, .textpage B, .textpage P{
	color: #000000;
	line-height: 16px;
	font-size: 12px;
}
.textpage P{
	margin: 0;
	padding: 4px 0;
}
.textpage H2{
	font-weight: lighter;
	font-size: 16px;
	text-transform: uppercase;
	color: #009ee0;
	padding: 0 0 2px 0;
}
.textpage H3{
	font-weight: lighter;
	font-size: 14px;
	text-transform: uppercase;
	color: #009ee0;
	padding: 0 0 2px 0;
}
.textpage H4{
	font-weight: normal;
	font-size: 12px;
	color: #009ee0;
	padding: 0 0 2px 0;
}
ul {
margin-top: 0;
}
li {
	font-size: 12px;
	list-style-image:url('/de/_images/button_weiter.gif');
	padding: 0 0 0 5px;
}
ul.headline {
margin-top: 0;
}
.headline li {
	font-size: 14px;
	list-style-image:url('/de/_images/button_weiter.gif');
	padding: 0 0 0 5px;
}
.textpage  A{
	color: #009ee0;
	text-decoration: none;
	font-weight: normal;
}
.textpage  A:HOVER{
	text-decoration: underline;
}
.textpage  A.weiterlink{
	padding-right: 11px;
	background:url('/de/_images/button_weiter.gif') center right no-repeat;
	color: #009ee0;
	text-decoration: none;
	font-weight: normal;
}
.textpage A.weiterlink:hover{
	text-decoration: underline;	
}
.textpage .articleimage_left{
	margin: 0 18px 10px 0;
}
.textpage .articleimage_right{
	margin: 0 0 10px 18px;
}
.warningTextBox {
	border: 1px #FF0000 solid;
}
