body
{
	font-family:Verdana;
	font-size:12px;
	color:#000000;
	background-color:#CCBFAC;
	text-align:center;
	margin:0px;
	padding:0px;
}

p, td, tr, div
{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}

.container /* wichtig für center-Ausrichtung im FireFox */
{
	width:825px;
	height:428px;
	margin:0px auto;
	margin-top:75px;
	text-align:left;
	background:url(images/bg_main.jpg) no-repeat;
}

.layout
{
	position:relative;
	width:780px;
	min-height:400px;
	_height:400px;
}

.menue
{
	position:absolute;
	top:95px;
	left:40px;
}

.content
{
	position:absolute;
	top:83px;
	left:397px;
	height:264px;
	width:380px;
	overflow:auto;

	scrollbar-base-color:#CCBFAC;
	scrollbar-arrow-color:#791B1C;
	scrollbar-darkshadow-color:#888888;
	scrollbar-face-color:#CCBFAC;
	scrollbar-track-color:#ffffff;
	scrollbar-track-color:#F1ECE4;
	}

.contentText
{
	padding:20px;
}

html>body .transTop
{
	position:absolute;
	z-index:1;
	top:83px;
	left:397px;
	width:360px;
	min-height:30px;
	background:url(images/trans_top.png) repeat-x;
}

.transTop
{
	position:absolute;
	z-index:1;
	top:83px;
	left:397px;
	width:360px;
	_height:30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/trans_top.png', sizingMethod='scale');
}

html>body .transBottom
{
	position:absolute;
	z-index:1;
	top:317px;
	left:397px;
	width:360px;
	min-height:30px;
	background:url(images/trans_bottom.png) repeat-x;
}

.transBottom
{
	position:absolute;
	z-index:1;
	top:317px;
	left:397px;
	width:360px;
	_height:30px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/trans_bottom.png', sizingMethod='scale');
}

.title
{
	font-size:20px;
	font-weight:normal;
	color:#552200;
}

.title2
{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.small
{
	font-size:10px;
}

/*** Link-Definitionen ***/

a.menu:link, a.menu:visited, a.menu:active
{
	color:#ffffff;
	text-decoration:none;
}

a.menu:hover
{
	text-decoration:none;
	color:#FFCC66;
}

a.menuOn:link, a.menuOn:visited, a.menuOn:active, a.menuOn:hover
{
	color:#FFCC66;
	text-decoration:none;
}

a:link, a:visited, a:active

{
	color:#791B1C;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}
