* {
	font-family:arial, verdana, helvetica;
	font-size:12px;
}

h1 {font-size:15px;}
h2 {font-size:14px;}
h3 {font-size:13px;}
h4 {font-size:12px;}

h1,h2,h3,h4 {
	color:#7A3E48;
	font-family:georgia, times new roman;
}

a {
	color:#2E619E;
}

body {
	margin:0px;
	margin-top:20px;
	padding:0px;
}

/* HINTERGRUNDFARBEN --------------------------------------------------- */
.bg_middle {
	/*  #CA8257; mittelbraun navi */
	background:url(images/bg_nav.png)repeat-x
}
.bg_light {
	background-color:#fff; /*  #ECE2C8; Hintergrund gesamt */
	background:url(images/bg.jpg)repeat fixed top; /* repeat-x #ffffff;       /*Hintergrund */
}
.bg_middle_light {
	background-color:#fff;   /* #D1B099; */
}
.bg_white {
	background-color:#FFFFFF;
}
/* div.bg_top {
	background-color:#E2C1A6;
	border-top:   4px solid #fff;
	border-bottom:1px solid #fff;
	height:8px;
} */


table.wrap_table, table.wrap_table tr, table.wrap_table td {
	margin:0px;
	padding:0px;
	width:100%;
}
table.content {
	border-left:1px solid #6A3936;
	/* background-color:#ECE2C8; */ /* neuer Hintergrund für den Contentbereich */
	width:960px;
}

/* HEADER -------------------------------------------------------------- */
div#header_image {
	height:220px;
	width:960px;
	background-image:url(images/header.jpg);
	border-bottom: 10px solid #7A3E48;
}

div#logo {
	position:relative;
	top:20px;
	left:50px;
}

/* FREE COLUMNS -------------------------------------------------------- */
.space_cols {
	width:20px;
}

/* MENÜ ---------------------------------------------------------------- */
div#menu {
	width:200px;
}
div#menu a {
 	text-decoration:none;
 	color:#3D3242;
 	font-weight:bold;
}
div#menu ul {
 	position:relative;
 	left:0px;
	list-style:none;
}

div#menu li {
 	position:relative;
 	left:-20px;
 	padding:7px;
 	border-bottom:1px solid #3D3242;
}

li.menu-level1-current-active {
	background-color:#;
}

/* CONTENT ------------------------------------------------------------- */
div#content {
	width:520px;
	padding:10px;
}

/* SIDEBAR ------------------------------------------------------------- */
div#sidebar {
	width:220px;
}

div#sidebar div.content-wrapper {
	background-color:#fff;
	/* background-image:url(images/round_sidebar.gif); */
	background-repeat:no-repeat;
	padding:3px;
	padding-top:10px;
}

/* SYMBOL -------------------------------------------------------------- */
div#symbol {
	margin-top:0px;
	background-color:#fff;
}

/* FOOTER --------------------------------------------------------------- */
div#footer {
	border-bottom:1px solid #eee;
}

div#footer h1 {
	display:none;
}

/* BREADCRUMB ----------------------------------------------------------- */
div#breadcrumb a {
	color:#CA8257;
	font-size:11px;
}
div#breadcrumb {
	font-size:11px;
	padding-left:10px;
	padding-top:10px;
}
