body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFB8B8;
	background-image: url(./images/page_bg_rosen.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
a:link {
	/*color: #660000; */
	background-color: #E57F7F;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFB8B8;
	vertical-align: middle;
	height: 28px;
}
a:visited {
	color: #663300;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #993333;
}
.Logo {
	background-image: url(./images/header_bg_logo_rosen.gif);
	background-repeat: no-repeat;
}
.PageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #832D2D;
}
.Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #832D2D;
}
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #832D2D;
}

.Text_bild {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #832D2D;
}
.Text_Unter_Title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #832D2D;
}
.Content {
	padding-left: 65px;
}
.Bullet {
	vertical-align: middle;
	background-color: #A15B0F;
}

LI {
	display:block;
    /*background-color: #E57F7F; */ 
	text-decoration:none;
	font-weight:bold;
	/*color: #993333;*/
	background-image: url(../images/bullet_rosen.gif);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 23px;
}

.MenuItem {
	background-color: #E57F7F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFB8B8;
	vertical-align: middle;
	height: 28px;
}
.MenuItem a:link {
	display:block;
	background-color: #E57F7F;
	text-decoration:none;
	font-weight:bold;
	color: #993333;
	background-image: url(./images/bullet_rosen.gif);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 23px;
}
.MenuItem a:visited {
	display:block;
	background-color: #E57F7F;
	text-decoration:none;
	font-weight:bold;
	color: #993333;
	background-image: url(./images/bullet_rosen.gif);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 23px;
}
.MenuItem a:active {
	display:block;
	background-color: #D86464;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(./images/bullet_rosen.gif);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 23px;
}
.MenuItem a:hover {
	display:block;
	background-color: #D86464;
	text-decoration:none;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(./images/bullet_rosen.gif);
	background-repeat: no-repeat;
	background-position: right;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-right: 23px;
}
