/* CONTENT */

.content {
	width: 612px;
	padding: 33px 41px 20px 42px;
	background-color: #fff;
	position: relative;
	min-height: 462px;
}

.content * {
	font-size: 12px;
	line-height: 15px;
}

.content h2, .content h1 {
	font-size: 24px;
	line-height: 30px;
	color: #ff9900;
	font-weight: normal;
	padding-bottom: 20px;
}

.content h3 {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	font-weight: bold;
}

h2 + h3, h1 + h3 {
	margin-top: -20px;
}

.content h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}

.content a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.content_box {
	border: 1px solid #ccc;
	background: #f5f5f5 url(../images/bg_content_box.gif) top left repeat-x;
	padding: 8px;
}


a.rechts {
	float: right;
}

a.doppelpfeil {
	padding-left: 12px;
	background: url(../images/doppelpfeil.gif) 0px 4px no-repeat;
}

.textbild.rechts {
	float: right;
	margin: 0 0 8px 10px;
}

.textbild.links {
	float: left;
	margin: 0 10px 8px 0;
}

p.bildunterschrift {
	font-size: 10px;
	color: #f90;
	margin: 3px 0 5px 0;
}

.standardtabelle {
	margin-bottom: 12px;
}

.standardtabelle th {
	background-color: #f2f2f2;
	text-align: left;
	padding: 8px 8px 5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}

.standardtabelle td {
	text-align: left;
	padding: 4px 8px 5px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	vertical-align: top;
}

.standardtabelle th.trennzelle_vertikal, .standardtabelle td.trennzelle_vertikal {
	background-color: #fff;
	width: 1px;
	padding: 0;
}

td.trennlinie_horizontal {
	height: 3px;
	background: url('../images/bg_trennlinie_horizontal.gif') top left repeat-x;
	padding: 0;
}

.standardtabelle td.foot {
	height: 6px;
	padding: 0;
	background-color: #f2f2f2;
}

.auflistung {
	list-style-type: none;
}

.auflistung li {
	background: url('../images/doppelpfeil.gif') 0 5px no-repeat;
	padding: 0 0 3px 14px;
}

a.icon {
	padding: 1px 0 4px 20px;
	display: block;
}

a.icon.pdf { background: url('../images/icons/icon_filediv_pdf.gif') top left no-repeat; }
a.icon.zip { background: url('../images/icons/icon_filediv_zip.gif') top left no-repeat; }
a.icon.ppt { background: url('../images/icons/icon_filediv_ppt.gif') top left no-repeat; }
a.icon.png { background: url('../images/icons/icon_filediv_png.gif') top left no-repeat; }
a.icon.pic { background: url('../images/icons/icon_filediv_pic.gif') top left no-repeat; }
a.icon.jpg { background: url('../images/icons/icon_filediv_jpg.gif') top left no-repeat; }
a.icon.info { background: url('../images/icons/icon_filediv_info.gif') top left no-repeat; }
a.icon.gif { background: url('../images/icons/icon_filediv_gif.gif') top left no-repeat; }
a.icon.exe { background: url('../images/icons/icon_filediv_exe.gif') top left no-repeat; }
a.icon.doc { background: url('../images/icons/icon_filediv_doc.gif') top left no-repeat; }
a.icon.aud { background: url('../images/icons/icon_filediv_aud.gif') top left no-repeat; }
a.icon.xls { background: url('../images/icons/icon_filediv_xls.gif') top left no-repeat; }

div.clear {
	clear: both;
}
