/* Globale Formatierung */
table, td, p {
	font-size: 12px;
	font-family: Arial;
	line-height: 160%;
	color: #333333;
}

input {
	border: 1px solid black;
	cursor: pointer;
	padding: 5px;
}

td {
	padding: 5px;
	text-align: left;
}


div.content td p {
	margin-bottom: 0px;
}

input:focus, textarea:focus, input:active, textarea:active{
	border: 1px solid #B40923;
}

a {
	color: black;
	text-decoration: underline;
}

/* Stilvorlagen */

td.dunkel {
	background-color: #D3D4D5;
}

td.dunkel p{
	/*color: white;*/
	font-weight: bold;
}

.white {
	color: white;
}

.red {
	color: #B40923;
}

.vorteil {
	padding-left: 20px;
	background: url(../img/ul_plus.png);
	background-position: left;
	background-repeat: no-repeat;
}

.funktion {
	padding-left: 20px;
	background: url(../img/function.png);
	background-position: left;
	background-repeat: no-repeat;
}

a.pdf {
	padding-left: 20px;
	background: url(../img/file_pdf.png);
	background-position: left;
	background-repeat: no-repeat;
}

h1 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #B40923;
}

h5 {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #B40923;
}

h6{
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #B40923;
}

/* Content Standardformatierung */

div.kasten{
	background-color: #707173;
	border: 1px solid black;
	color: white;
	padding: 5px;
	margin-bottom: 20px;
}

div.content div.kasten p, div.content div.kasten table, div.content div.kasten td{
	color: white;
}

div.kasten h1 {
	font-size: 18px;
	padding: 5px 0px 5px 0px;
	display: block;
	text-align: center;
	border-bottom: 1px solid white;
}

div.content {
	color: #333;
	font-size: 12px;
}

div.content p {
	margin-bottom: 10px;
}

div.content ol {
	margin-left: 20px;
	list-style-position: inside;
}

div.content ul {
	list-style-type: none;
}

div.content ul li {
	padding-left: 25px;
	padding-top: 5px;
	margin-bottom: 5px;
	min-height: 24px;
	background: url(../img/ul_haken.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div.content ul ul {
	list-style-type: square;
	list-style-position: inside;
}

div.content ul ul li{
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	padding-top: 10px;
	min-height: 0px;
	background: none;
}

