/* Rosenwege
Start: 18.07.2010
Letze Aenderung am 23.07.2010
*/
/* Wichtige Farben
#850759
*/

/* Allgemeines */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100.01%; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	line-height: 120%;
	text-align: center;
}

img {
	border: 0px;
}

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

p {
	padding: 20px 0 20px 0;
}

p.top {
	padding: 50px 0 20px 0;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	font-variant: small-caps;
	letter-spacing: 2px;
}

h3 {
	padding-top: 20px;
	font-size: 16px;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

ul.scarf {
	padding-left: 50px;
}

ul.scarf li {
	list-style-type: none;
	display: inline;
	padding-right: 50px;
}

#header ul {
	padding-top: 20px;
	list-style-type: disc;
	list-style-position: inside;
}

#header li {
	padding-top: 10px;
}

#header a:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#header a:visited {
	color: white;
	text-decoration: none;
}

#header a:hover {
	color: black;
	text-decoration: none;
	background-color: white;
}

#page {
	margin: 30px auto;
	width: 1024px;
	text-align: left;
}

#header {
	padding: 50px;
	background: url(../img/bg-header.jpg) no-repeat top left;
	width: 924px;
	height: 112px;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: white;
}

#left {
	float: left;
	width: 153px;
	height: 500px;
	border-left: 2px solid #850759;
	border-bottom: 2px solid #850759;
}

#text {
	float: left;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 20px;
	width: 616px;
	height: 460px;
	border-bottom: 2px solid #850759;
}

#right {
	float: left;
	width: 213px;
	height: 500px;
	border-bottom: 2px solid #850759;
}

#footer {
	width: 1024px;
	line-height: 300%;
	text-align: center;
	font-size: 0.6em;
	color: #850759;
	font-weight: bold;
}

#footer ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}

#footer a:link {
	color: #850759;
	text-decoration: none;
	font-weight: bold;
}

#footer a:visited {
	color: #850759;
	text-decoration: none;
}

#footer a:hover {
	color: White;
	text-decoration: none;
	background-color: #850759;
}