body {
	background-color: #FFF;
	background-image:  url("images/bg_villa-sarossa.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0;
	text-align: left;
	color: #7A1718;
	font: 16px "Times New Roman", Times, serif;
}

a:link,
a:visited
 {
	color: #333;
}

a:focus,
a:hover,
a:active
{
	color: #7A1718;
}

a img {
	border: none;
}

/*HAUPTMENUE*/

ul {
	list-style-type: none;
	margin: 20px 0px 12px 18px;
	padding: 0;
	font-size: 16px;
	line-height: 40px;
}

ul li a:link,
ul li a:visited {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #5A6062;
	font-weight: bold;
}

ul li a:focus,
ul li a:hover {
	color: #7A1718;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul li a#current {
	color: #7A1718;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
/*Untermenuepunkte*/

ul li ul {
	list-style-type: none;
	margin: 2px 0 0 20px;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	border: none;
}

ul li ul li a:link,
ul li ul li a:visited {
	padding: 0;
	text-decoration: none;
	color: #5A6062;
	font-weight: normal;
	border: none;
}

ul li ul li a:focus,
ul li ul li a:hover {
	color: #7A1718;
	border: none;
	font-weight: normal;
}

ul li ul li a#currentsub {
	color: #7A1718;
	border: none;
	font-weight: bold;
}
/* ENDE HAUPTMENUE */


h1 {
	font-size: 24px;
	font-weight: bold;
	color: #7A1718;
	margin: 20px 0 20px 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin: 20px 0 8px 0;
}

p {
	font-size: 16px;
	color: #333;
	margin: 0 0 8px 0;
}

.sprache,
a:link.sprache,
a:visited.sprache,
a:active.sprache {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #999;
	margin: 0 0 10px 0;
	padding: 0;
}

a:focus.sprache,
a:hover.sprache {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #7A1718;
	margin: 0 0 10px 0;
	padding: 0;
}

.zitat {
	font-style: italic;
	margin: 0 0 0 100px;
}

.copyr,
a:link.copyr,
a:visited.copyr,
a:active.copyr,
a:focus.copyr,
a:hover.copyr {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #999;
	margin-top: 40px;
}

/* Formatierung regulaere Liste */
ul.regular {
	list-style-type: square;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	border: none;
	margin-right: 50px;
}

li.regular {
	padding-bottom: 3px;
}

a:link.regular,
a:visited.regular {
	list-style-type: square;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
	border: none;
}

a:focus.regular,
a:hover.regular {
	color: #7A1718;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: underline;
	border: none;
}

img.rechts {
	float: right;
	border: 1px solid #999;
	margin: 4px 0 1px 10px;
}

img.rechtsoR {
	float: right;
	margin: 0 0 1px 10px;
}

img.linksoR {
	float: left;
	margin: 2px 10px 0 0;
}

form {
	padding: 0 6px 0 16px;
	border: 1px solid #7A1718;
}