/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #BF245D;
	padding: 100px 20px 20px;
}
h1 {
	text-transform: uppercase;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	text-transform: uppercase;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3 {
	text-transform: uppercase;
	font-size: large;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	text-transform: uppercase;
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5 {
	text-transform: uppercase;
	font-size: small;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
}
.grossbuchstaben {
	text-transform: uppercase;
}
.bildunterschrift {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
}
ul {
	text-align: left;
}
li {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	list-style-position: outside;
	padding-bottom: 10px;
	margin-left: -10px;
	text-align: left;
}
a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	background-image:  url(../content2009/karo_b.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 1px 0px;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-image:  url(../content2009/karo_o.gif);
	background-repeat: no-repeat;
	padding-left: 14px;
	background-position: 1px 0px;
}
p {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: left;
}
.fussnote {
	font-size: xx-small;
	vertical-align: top;
	text-transform: none;
	white-space:nowrap;
}
.fussnote_nr {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	padding-left: 14px;
}
.top {
	font-size: xx-small;
	vertical-align: top;
	text-transform: none;
	white-space:nowrap;
}
.formular-border {
	font-family: Arial, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
}
.screenlogo {
}
.printlogo {
	display: none;
}
.quote {
	text-decoration: none;
	background-color: #ffffff;
}


@media print {
.screenlogo {
	display: none;
}
.printlogo {
	display: inline;
	padding-bottom:2px;
	padding-left:5px;
}
.seitenumbruch {
	page-break-before:always;
}
body {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 20px 0px 0px;
}
p {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
	text-align: left;
}
ul {
	text-align: left;
}
li {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	list-style-position: outside;
	padding-bottom: 10px;
	margin-left: -10px;
	text-align: left;
}
h1 {
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;	
}
h2 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
}
h3 {
	font-size: large;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;			
}
h4 {
	font-size: medium;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;	
}
h5 {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	
}
.fussnote_nr {
	padding-left: 0px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #BF245D;
	background-image:  none;
	padding-left: 0px;
	background-position: 0px 0px;
}
.bildunterschrift {
	font-size: smaller;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
}
.top {
	display: none;
}
.quote {
	text-decoration: none;
	color: #BF245D;
}
}