@charset "ISO-8859-1";

/* Surrounding */
html {
	padding: 0px;
}

body {
	background-image: url("../images/scharnau_background.gif");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fde9b1;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

body.mceContentBody {
	background: none;	
}

#header {
	top: 0px;
	left: 0px;
	height: 135px;
}

.complete {
	position: relative;
	top: 0px;
	background-image: url("../images/complete_background.gif");
	background-repeat: repeat-y;
	background-position: top;
	background-color: #fdfce9;
	width: 924px;
	margin: 0px auto;
	border: 1px solid #FEFDF1;
	border-width: 0px 1px;
}

.logo {
	position: relative;
	top: 10px;
	left: 10px;
	background-image: url("../images/scharnau_logo.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fdfce9;
	width: 145px;
	height: 102px;
}

/* Leftmenu */
.leftmenu {
	left: 0px;
	width: 165px;
}

.leftmenu a {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #197AB0;
	border-bottom: 1px solid #efecdc;
	display: block;
	padding: 4px 2px 5px 5px;
}

.leftmenu a:visited {
	color: #197AB0;
}

.leftmenu a:hover {
	color: #b0070f;
	background-color: #FFFFFF;
}

.leftmenu a.active {
	color: #B0070F;
}

.leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.leftmenu ul.lpmenu a {
	font-weight: bold;
	width: 100%;
	display: block;
}

.leftmenu ul.lpmenu ul {
	background-color: #FFFDD8;
}

.leftmenu ul.lpmenu ul a {
	font-weight: normal;
	border-color: #FDE9B1;
	font-size: 90%;
	padding-left: 10px;
}

.leftmenu ul.lpmenu ul ul {
	background-color: #FDE9B1;
}

.leftmenu ul.lpmenu ul ul a {
	font-weight: normal;
	font-size: 80%;
	border-color: #FEFDF1;
	padding-left: 20px;
}

/* Links */
a {
	color: #197ab0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #b0070f;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #197ab0;
	font-weight: bold;
	text-decoration: none;
}

/* Allgemeine Definitionen für den Content-Bereich */
.content_background {
	background-image: url("../images/content_background.gif");
	background-repeat: repeat-y;
	background-position: top;	
}
.content {
	width: 594px;
	margin: 0px;
}

.content_header {
	background-image: url("../images/content_header.jpg");
	background-repeat: no-repeat;
	height: 140px;
}

.content_main,
.mceContentBody {
	padding: 30px;
	line-height: 16px;
}

.content_main h1,
.mceContentBody h1 {
	color: #b0070f;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica;
	margin-top: 6px;
}

.content_main h3,
.mceContentBody h3 {
	color: #b0070f;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica;
	margin-top: 6px;
	margin-bottom: 0px;
}

.content_main h4,
.mceContentBody h4 {
	color: #197ab0;
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}

.content_main ul,
.mceContentBody ul {
	margin-top: 0px;
}

/* Gestreifte Tabelle im Content-Bereich */
.content_main table,
.mceContentBody table {
	background-color: #fffdd8;
	width: 100%;
	border-width: 0px;
	border-collapse: collapse;
	font-size: 12px;
}

.content_main table tr.yellow,
.mceContentBody tabel tr.yellow {
	background-color: #fdfce9;
}

.content_main table td,
.mceContentBody table td {
	padding: 10px;
	border-width: 0px;
	border-top: 4px solid #ffffff;
	vertical-align: top;
	line-height: 16px;
}

/* Footer-Bereich */
.content_footer {
	position: relative;
	left: 0px;
	/*background-image: url("../images/content_footer.gif");
	background-repeat: no-repeat;*/
	background-color: #fefdf1;
	text-align: center;
	font-size: 10px;
	color: #bdbdbd;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* Right Menu */
.rightmenu {
	width: 145px;
	padding: 10px;
}

.rightmenu h2 {
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #b0070f;
	border-top: 0px solid #f8e9be;
	display: block;
	padding: 10px 0px 0px 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.rightmenu p {
	display: block;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px 0px 16px 0px;
}

.clear {
	clear: both;
}