* {
	padding:0px;
	margin:0px;
	line-height:1.3;
	color:#000000;
}

/* Stilvorlagen */
div,p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
}
a {
	text-decoration:none;
}
a:link,a:visited,a:active,a:hover {
	color:#c80000;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:16px;
}
h2 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
}
h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}
img {
	border:none;
	margin-bottom:10px;
}
img.float_left {
	margin: 0px 11px 0px 0px;
}
img.float_right {
	margin: 0px 0px 0px 11px;
}
ul {
	list-style-type:none;
}
ul li {
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 6px;
	padding-left: 23px;
}
table {
	border-collapse:collapse;
}
th {
	background-color:#918b8b;
	height:18px;
	padding-left:10px;
}
th, th p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	color:#ffffff;
}
td {
	height:18px;
	padding-left:10px;
/*	background-image:url(images/horizontal_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;*/
}
td, td p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	text-align:left;
}
tr.tblrow_pair td {
	background-color:#e4e2e2;
}
 
.table_layouttabelle {}
.table_layouttabelle th, .table_layouttabelle td {	padding:0px;
	background-color:#fff;
}
.table_layouttabelle th p {
	color:#000;
}
.table_layouttabelle tr.tblrow_pair td {
	background-color:#fff;
}

hr {
	height:1px;
	border: dashed 1px #d4d4d6;
}


.align_left {
	text-align:left;
}
.align_center {
	text-align:center;
}
.align_right {
	text-align:right;
}
.align_justify {
	text-align:justify;
}

.float_left {
	float:left;	
}
.float_right {
	float:right;
}
.float_clear {
	clear:both;
}

 
.form_error_text {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:13px;
	color:#c80000;
	border:1px solid #c80000;
	padding:10px;
	line-height:40px;
}
 
.form_error_field {
	background-color:#ffa3a3;
}


/* Elemente */
.div_einspaltig {
	min-height:40px;
	width:755px;
}
.div_column_left {
	min-height:40px;
	width:570px;
	float:left;
}
.div_column_right {
	min-height:40px;
	width:175px;
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5+6 */
	margin-left:577px;    /* IE5+6 */
}
.div_column_right[class] { 
	margin-left:580px; /* IE>6 & andere */ 
} 
.div_box_large_header {
	padding:4px 10px 0px 10px;
	background-image:url(images/box_large_header.gif);
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5 */
	width:570px;     /* IE5 */
	w\idth:550px;    /* IE>5 & andere */
	height:24px;	 /* IE5 */
	he\ight:20px;	 /* IE>5 & andere */
}
.div_box_large_header, .div_box_large_header p, .div_box_large_header h1, .div_box_large_header h2, .div_box_large_header h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:0px;
}
.div_box_large_content {
	min-height:30px;
	background-image:url(images/box_large_content.gif);
	padding: 8px 9px 1px 9px;
	overflow:hidden;
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5 */
	width:570px;     /* IE5 */
	w\idth:552px;    /* IE>5 & andere */
}
.div_box_large_content h1, .div_box_large_content h2, .div_box_large_content h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	margin-bottom:0px;
}
.div_box_large_content img.float_left {
	margin: 0px 11px 0px 0px;
}
.div_box_large_content img.float_right {
	margin: 0px 0px 0px 11px;
}
.div_box_large_footer {
	height:9px;
	width:570px;
	background-image:url(images/box_large_footer.gif);
	font-size:0px;
	margin-bottom:10px;
}
.div_box_small_header {
	padding: 3px 10px 0px 10px;
	background-image:url(images/box_small_header.gif);
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5 */
	width:175px;     /* IE5 */
	w\idth:155px;    /* IE>5 & andere */
	height:19px;	 /* IE5 */
	he\ight:16px;	 /* IE>5 & andere */
}
.div_box_small_header, .div_box_small_header p, .div_box_small_header h1, .div_box_small_header h2, .div_box_small_header h3 {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:0px;
}
.div_box_small_content {
	min-height:18px;
	background-image:url(images/box_small_content.gif);
	padding: 8px 8px 1px 8px;
	overflow:hidden;
	/* CSS-Hack wegen des Boxmodell-Fehlers in IE5 */
	width:175px;     /* IE5 */
	w\idth:159px;    /* IE>5 & andere */
}
.div_box_small_content a:link,.div_box_small_content a:visited,.div_box_small_content a:active,.div_box_small_content a:hover {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.div_box_small_content h1, .div_box_small_content h1 a:link,.div_box_small_content h1 a:visited,.div_box_small_content h1 a:active,.div_box_small_content h1 a:hover {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	margin-bottom:8px;
}
.div_box_small_content h1 a:hover {
	color:#c80000;
	text-decoration:none;
}
.div_box_small_content h2, .div_box_small_content h3 {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
.div_box_small_footer {
	height:9px;
	width:175px;
	background-image:url(images/box_small_footer.gif);
	font-size:0px;
	margin-bottom:10px;
}


/* Seitenaufbau */
body {
	margin:0px;
	padding:0px;
}
#header {
	width:756px;
	height:65px;
}
#title {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:4px;
}
#position {
 	display:inline;
}
#position a:link,#position a:visited,#position a:active,#position a:hover {
	color:#000000;
	text-decoration:none;
}
#position a:hover {
	text-decoration:underline;
}
#content {
	width:756px;
	overflow:hidden;
}
#footer {
	clear: both;
}
#footer_text {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	color:#4b4747;
	line-height:1.5;
	padding:16px 8px;
	margin:0px;
}
#footer_text a:link,#footer_text a:visited,#footer_text a:active,#footer_text a:hover {
	color:#4b4747;
	text-decoration:none;
}
#footer_text a:hover {
	color:#ffffff;
}
