/**********************************************************
	Tags
***********************************************************/
html, body
{
	text-align:			center;
	font-family: 		Times;
	margin-top:			0px;
	background-color: 	#d5c798;
}
h1
{
	font-family: 	Times;
	color: 			#ab9963;
	font-size:  	24px;
	font-weight:	normal;
	line-height:	1.1em;
	margin-top:		0px;
}
h2
{
	font-family: 	Times;
	color: 			#000000;
	font-size:  	18px;
	font-weight:	bold;
}
h3
{
	font-family: 	Times;
	color: 			#000000;
	font-size:  	12px;
	font-weight:	bold;
}
a:link
{
	color:			#ab9963;
	text-decoration: none;
}
a:visited
{
	color:			#ab9963;
}
a:active
{
	color:			#6d623f;
}
a:hover
{
	color:			#6d623f;
}
hr
{
	color:			#ab9963;
	border:			0px solid;
	border-bottom:	solid 1px;
	margin-bottom:	0px;
	margin-top:		0px;
}

/**********************************************************
	Individualformate
***********************************************************/
#outer
{
	width:			856px;
	margin-top:		60px;
	margin-left:	auto;
	margin-right:	auto;
	padding:		0px;
}
#page
{
	width:			856px;
	height:			auto;
	left:			0px;
	position:		relative;
	border:			0px solid;
	border-color:	#725964;
	margin:			auto;
}
#top
{
	position:		relative;
	top:			0px;
	left:			0px;
	width:			856px;
	height:			69px;
	border:			0px solid;
	background:		url('bilder/whitepanel-top.png');
}
#content
{
	position:		relative;
	top:			0px;
	left:			0px;
	background:		url('bilder/background.jpg');
	background-repeat:	repeat-y;
}
#copy
{
	position:		relative;
	top:			-10px;
	left:			70px;
	width:			712px;
	font-family: 	Times;
	font-size:  	16px;
	text-align: 	left;
	line-height:	1.5em;
	border:			0px solid;
}
#bottom
{
	position:		relative;
	top:			0px;
	left:			0px;
	width:			856px;
	height:			69px;
	border:			0px solid;
	background:		url('bilder/whitepanel-bottom.png');
}
#bottom-links
{
	position:		relative;
	top:			0px;
	left:			70px;
	width:			712px;
	font-family: 	Times;
	font-size:  	14px;
	text-align: 	left;
	line-height:	1.5em;
	border:			0px solid;
}


/**********************************************************
	Klassen
***********************************************************/
.head
{
	font-family:	Arial, Helvetica;
	color:			#000000;
	font-size:		14px;
	text-align:		left;
}
.small
{
	font-family: 	Arial, Helvetica;
	color: 			#000000;
	font-size:  	10px;
	text-align: 	left;
}