* {
	margin: 			0px;
	padding: 			0px;
}

body {
	font-family: 		Verdana;
	color:				#171717;
	background:			#ffdca3 url('images/body-repeat.jpg') top left repeat-x;
	font-size: 			12px;
	line-height:		17px;
	text-align: 		center;
}

table { font-size: 12px;}

div#body-wrap {
	width: 				100%;
	background:			url('images/container-background.jpg') top center no-repeat;
	text-align: 		center;	
}

div#container {
	position:			relative;
	width:				720px;
	margin: 			0px auto;
	text-align:			left;
	height:				800px;
	background:			url('images/container-background.jpg') top center no-repeat;
}

div#content {
	padding:			32px 20px 120px 8px; 	
	position: 			absolute;
	left: 				0px;
	top: 				175px;
	width: 				432px;
}

div#sidebar {
	position: 			absolute;
	left: 				460px;
	top:				175px;
	width: 				260px;
}

table {
	width: 				430px;
}

table td {
	border-bottom:		1px solid #ccb082;
}

ul {
	list-style-position:outside;
	margin-bottom:		15px;
	margin-left:		16px;	
}

ul ul {
	margin-bottom:		0px;
	margin-left:		32px;	
}

ol {
	list-style-position:outside;
	margin-bottom:		10px;
	margin-left:		20px;	
}

h1 {
	font-size: 			20px;
	color:				#8c062a;
	font-weight: 		normal;
	margin-bottom:		10px;
}

h2 {
	font-size: 			16px;
	color:				#8c062a;
	margin-bottom:		25px;
	font-weight: 		normal;
	font-style: 		italic;
}

h3 {
	font-size: 			14px;
	color:				#740523;
	margin-bottom:		10px;
	font-weight: 		normal;
}

p {
	margin-bottom:		15px;
}

span.table-info {
	font-size: 			10px;
	font-style: 		italic;
}

a:link, a:visited {
	color:				#89232b;
	text-decoration: 	none;
}

a:hover {
	text-decoration: 	underline;
}

ul#menu {
	margin:				0px;
	list-style-position:inside;
	list-style-type: 	none;
	font-size: 			14px;
	text-transform: 	uppercase;
	position: 			absolute;
	top: 				138px;
}

ul#menu li {
	float:				left;
	margin-bottom: 		1px;
}

ul#menu li a:link,ul#menu li a:visited {
	display:			block;
	color:				black;
	padding:			7px 9px 7px 9px;
	border-bottom: 		5px solid #ffffff;
	float: 				left;
	line-height: 		17px;
}

ul#menu li a:hover {
	color:				black;
	text-decoration: 	none;
	border-bottom: 		5px solid #e4e4e4;
}

img.foto-links {
	float:				left;
	margin:				0px 13px 10px 0px;
}

img.foto-rechts {
	float:				right;
	margin:				0px 0px 10px 13px;
}