/* CSS Document */
/* Farbwerte
	rot: #BE3442
	grau1: C5C7C8
	grau2: 646567
*/

body {
	text-align: center;
	background-color: #BE3442;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #646567;
	background-image: url(../pictures/bckgrd002.gif);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
p {
	line-height: 19px;
}
a:link {
	text-decoration: underline;
	color: #646567;
}
a:visited {
	text-decoration: underline;
	color: #646567;
}
a:hover {
	color: #BE3442;
}
/* content ----------------- */
#content h1 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 20px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 20px;
}
#content ul {
	margin: 0px;
	padding-left: 25px;
	list-style-image: url(../pictures/bul001.gif);
	list-style-position: outside;
}
#content li {
	margin-top: 0px;
	margin-bottom: 6px;
}
#content .table1 {
	margin-bottom: 40px;
	font-size: 12px;
}
#content .table1 td{ /* padding 5px */
	vertical-align: top;
	padding: 5px;
	text-align: left;
}
#content .table1 p{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
#content img {
	border: 0px;
}
#content .picLeft {
	float: left;
	margin: 5px 20px 0px 0px;
	border: 1px solid #C5C7C8;
}
/* info ------------------- */
#info .infoHeader {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 260px;
	height: 20px;
	margin-top: 30px;
	border-bottom: 1px dotted #BE3442;
}
#info ul {
	margin: 0px;
	padding-left: 23px;
	list-style-image: url(../pictures/bul001.gif);
	list-style-position: outside;
}
#info li {
	margin-top: 0px;
	margin-bottom: 6px;
}
#info a:link {
	text-decoration: none;
	color: #646567;
}
#info a:visited {
	text-decoration: none;
	color: #646567;
}
#info a:hover {
	text-decoration: none;
	color: #BE3442;
}
#info .copyrights {
	font-size: 9px;
	line-height: 11px;
}
/* menu0 ------------------ */
#menu0 li {
	list-style-type: none;
	display: inline;
	padding-right: 15px;
	font-size: 15px;
	color: #646567;
}
#menu0 a:link {
	text-decoration: none;
	color: #646567;
}
#menu0 a:visited {
	text-decoration: none;
	color: #646567;
}
#menu0 a:hover {
	color: #BE3442;
}