﻿body {
	background: #fffaff;
	background-repeat:repeat-x;
	font-family: Sans-Serif;
	font-size: 11px;
	color: #84b2c1;
	scrollbar-arrow-color: #fffaff;
	scrollbar-darkshadow-color: #fffaff;
	scrollbar-track-color: #fffaff;
	scrollbar-face-color: #b4dffe;
	scrollbar-shadow-color: #fffaff;
	scrollbar-highlight-color: #fffaff;
	scrollbar-3dlight-color: #fffaff;
}
a:active {
	color: #f3b3f0;
	text-decoration: none;
}
a:visited {
	color: #f3b3f0;
	text-decoration: none;
}
a:link {
	color: #f3b3f0;
	text-decoration: none;
}
a:hover {
	color: #b4dffe;
	text-decoration: none;
}
a:active img {
	border: 4px solid #f3b3f0;
	border-style: double;
}
a:visited img {
	border: 4px solid #f3b3f0;
	border-style: double;
}
a:link img {
	border: 4px solid #f3b3f0;
	border-style: double;
}
a:hover img {
	border: 4px solid #b4dffe;
	border-style: double;
}
#header img {
	border: 0px;
}
.titel {
	color: #ffffff;
	font-size: 10px;
	font-family: Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	padding-right: 2px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #e97d9b;
	border-bottom: 0px;
}
.subtitel {
	color: #000000;
	font-size: 8px;
	font-family: Sans-Serif;
	letter-spacing: 1px;
	text-align: right;
	font-weight: normal;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	background: #84b2c1;
	border-bottom: 0px;
}
.content {
	color: #84b2c1;
	font-family: Sans-Serif;
	font-size: 11px;
	text-align: justify;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ecf5fa;
}
b {
	color: #e97d9b;
}
u {
	color: #eac1c0;
}
i {
	color: #e7b4b5;
}
s {
	color: #c0c0c0;
}
blockquote {
	color: #ecf5fa;
	margin-left: 20px;
	padding: 5px;
	border-left: 5px solid #fffaff;
	background: #84b2c1;
}




