/* HTML-Tags */
*:focus {
	outline: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #A95253;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	margin: 0px;
	text-align: justify;
	line-height: 18px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	margin-top: 10px;
	margin-bottom: 5px;
}

h5 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

a {
	text-decoration: none;
	color: #FFCC00;
	font-weight: bold;
}

a:hover {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}

img {
	border: none;
}

blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 2px 0;
	padding: 0 0 0 16px;
	background: url(images/bullet.gif) 0 6px no-repeat;
	list-style-type: none;
}

hr {
	border: none;
	color: #D37B7C;
	background-color: #D37B7C;
	height: 1px;
}

/* Klassen */
a.arrow {
	font-size: 12px;
	display: block;
	background: url(images/linkpfeil.gif) 0px 4px no-repeat;
	padding-left: 18px;
	text-align: left;
}

.tickercontent {
	position: absolute;
	width: 167px;
	top: 0px;
	left: 0px;
	margin-top: 5px;
}

#Ticker * p {
	text-align: left;
}

#Ticker * ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Ticker * ul li {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 2px 0;
	padding: 0 0 0 20px;
	background: url(images/bullet-stern.gif) 0 1px no-repeat;
	list-style-type: none;
}

.scrolldiv1 {
	position: absolute;
	height: 57px;
	width: 19px;
	overflow: hidden;
	z-index: 2;
}

.scrolldiv2 {
	background-color: #99FFCC;
	position: absolute;
	height: 57px;
	width: 19px;
}

.bildlinks {
	float: left;
	margin-right: 10px;
}

.bildrechts {
	float: right;
	margin-left: 10px;
}

.gitternetz {
	border: 1px solid #D37B7C;
	border-collapse: collapse;
}

.gitternetz * td {
	border: 1px solid #D37B7C;
	border-collapse: collapse;
	padding: 2px 5px;
	font-size: 12px;
}

.gitternetz tr.header td {
	background-color: #7D0042;
}

.gitternetz tr.header td p, .gitternetz tr td.header p {
	font-size: 14px;
	font-weight: bold;
}

.zelledunkel {
	background-color: #7D0042;
}

.links {
	text-align: left;
}
.clear {
	clear: both;
}


.zentriert {
	text-align: center;
}

.rechts {
	text-align: right;
}

.nobreak {
	white-space: nowrap;
}

.m_arrow {
	float: right;
	top: -11px;
	padding-right: 3px;
	padding-left: 3px;
}

.thumb {
	display:block;
	border: 1px dotted #7D0042;
	text-align: center;
}

.thumb:hover {
	border: 1px solid #D37B7C;
	background: #7D0042;
}


.formtext, .focus, .formerror {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border: 1px solid #5B0030;
	border-bottom-color: #F3B1B4;
	border-right-color: #F3B1B4;
	padding: 1px 3px;
	background-color: #FFFFFF;
}

.focus {
	background-color: #C1FFFF;
}

.formerror {
	background-color: #66CCFF;
}

.button {
	border: 1px solid #D37B7C;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 10px;
	font-size: 14px;
	background-color: #7D0042;
}

.button:hover {
	background-color: #D37B7C;
	font-weight: bold;
	color: #FFFFFF;
	border-color: #7D0042;
	text-decoration: none;
}

#RightLayer div.separator {
	margin: 10px 10px 10px 35px;
	padding-left: 10px;
	border-left: 1px solid #D37B7C;
	height: 274px;
}
