/* Allgemein */
body {
	font-size: 12px;
	font-family: Verdane, Arial, sans-serif;
	background: #d7bc87 url(images/bg_stone.png);
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

/* Layout */

div#body {
	width: 995px;
	margin: 0 auto;
}

div#layout_head {
	height: 194px;
	background: url(images/layout_head.png) no-repeat;
}

div#layout_body {
	background: url(images/layout_body.png) repeat-y;
}

div#layout_foot {
	height: 67px;
	background: url(images/layout_foot.png) no-repeat;
}

/* Sidebar */

div#layout_sidebar {
	width: 240px;
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}

div.sidebar_box {
	width: 228px;
	margin: 0 auto;
	margin-top: -17px;
}

div.sidebar_box div.sidebar_box_head {
	height: 26px;
	background: url(images/sidebar_box_head.jpg) no-repeat;
}

div.sidebar_box div.sidebar_box_head div {
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #774425;
}

div.sidebar_box div.sidebar_box_body {
	background: url(images/sidebar_box_body.gif) repeat-y;
	padding: 5px;
}

div.sidebar_box div.sidebar_box_body ul {
	list-style: none;
	margin-left: 8px;
}

div.sidebar_box div.sidebar_box_body a {
	display: block;
	font-size: 1.2em;;
}

div.sidebar_box div.sidebar_box_foot {
   	height: 26px;
	background: url(images/sidebar_box_foot.gif) no-repeat;
}

/* Content */

div#content_body {
	margin-left: 249px;
	width: 720px;
}

/* Content Box */

div.content_box {
	width: 620px;
	margin: 0 auto;
}

div.content_box div.content_box_head {
	height: 37px;
	background: url(images/content_box_head.png) no-repeat;
}

div.content_box div.content_box_body {
	background: url(images/content_box_body.png) repeat-y;
	padding: 5px 30px;;
}

div.content_box div.content_box_foot {
	height: 35px;
	background: url(images/content_box_foot.png) no-repeat;
}

/* Box */

div.box {
	width: 680px;
	margin: 0 auto;	
	margin-bottom: 10px;
}

div.box div.box_head {
	height: 30px;
	background: url(images/box_header.gif) no-repeat;
}

div.box div.box_head div {
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #774425;
}

div.box div.box_body {
	background: url(images/box_body.gif) repeat-y;
	padding: 4px;
}

div.box div.box_body div {
	padding: 0 15px;
}

div.box div.box_body div.box_hr {
	height: 23px;
	padding: 4px 0 0 5px;
	margin: 5px 0 3px 0;
	background: url(images/box_hr.gif) repeat-x;
	color: #774425;
	font-weight: bold;
}

div.box div.box_foot {
	height: 3px;
	background: url(images/box_footer.gif) no-repeat;
}


















