/*Seiteneinstellungen*/
*
{
	margin:0;
	padding:0;
}

body
{
	background:rgb(255, 255, 255);
	font-family:arial;
	font-size:12px;
}

.clear
{
	clear:both;
}

/*Links*/
a
{
	font-weight:bold;
}
a:link
{
	font-weight:bold;
	text-decoration:none;
}

a:visited
{
	text-decoration:none;
}

a:active
{
	text-decoration:none;
}

/*Schatten*/
.shadow-bottom
{
	width:100%;
	height:20px;
	background:url("gfx/shadow-bottom.jpg") repeat-x bottom left;
}

.shadow-bottom-left
{
	width:100%;
	height:20px;
	background:url("gfx/shadow-bottom-left.jpg") no-repeat bottom left;
}

.shadow-bottom-right
{
	width:100%;
	height:20px;
	background:url("gfx/shadow-bottom-right.jpg") no-repeat bottom right;
}

.shadow-right-top
{
	width:100%;
	height:100%;
	background:url("gfx/shadow-right-top.jpg") no-repeat top right;
}

/*Anzeigebereich mit Schatten*/
#container
{
	width:891px;
	height:auto;
	margin:auto;
	margin-top:7px;
	background-color:rgb(255,255,255);
	background:url("gfx/shadow-right.jpg") repeat-y top right;
}

#index-left-panel
{
	width:292px;
	height:auto;
	margin:auto;
	background-color:rgb(255,255,255);
	background:url("gfx/shadow-right.jpg") repeat-y top right;
}

#index-right-panel
{
	width:402px;
	height:auto;
	margin:auto;
	background-color:rgb(255,255,255);
	background:url("gfx/shadow-right.jpg") repeat-y top right;
}

.imprint-main
{
	width:777px;
	height:auto;
	margin:auto;
	background-color:rgb(255,255,255);
	background:url("gfx/shadow-right.jpg") repeat-y top right;
}

/*Kompletter Anzeigebereich*/
#page
{
	width:870px;
	height:auto;
	border: 1px solid rgb(188,188,188);
}

/*Kopfzeile*/
#header
{
	width:870px;
	height:50px;
	margin-top:7px;
	background:url("gfx/header.jpg") no-repeat top left;
}

/*Inhalt*/
#content
{
	width:870px;
	height:auto;
	background-color:rgb(255,255,255);
}

#content-left
{
	width:385px;
	min-height:485px;
	background-color:rgb(255,255,255);
}

#content-right
{
	float:right;
	width:485px;
	min-height:485px;
	background-color:rgb(255,255,255);
}

#headline h1
{
	color:rgb(0,72,0);
	font-weight:normal;
	font-size:27px;
	text-align:center;
	margin:25px;
}

#index-left-panel-content
{
	width:250px;
	height:auto;
	border:1px solid rgb(189,189,189);
	padding:10px;
	background-color:rgb(227,227,227);
}

#index-right-panel-content
{
	width:360px;
	height:auto;
	border:1px solid rgb(189,189,189);
	padding:10px;
	background-color:rgb(227,227,227);
}

.imprint-main-content
{
	width:735px;
	height:auto;
	border:1px solid rgb(189,189,189);
	padding:10px;
	background-color:rgb(227,227,227);
}

#pdf
{
	width:360px;
	height:auto;
	margin:auto;
	padding:10px;
}

.keyword
{
	color:rgb(0,70,0);
	font-weight:bold;
}

/*Fußzeile*/
#footer
{
	width:870px;
	height:83px;
	border-top:1px solid rgb(0,72,0);
	background-color:rgb(255,255,255);
}

#pics
{
	width:870px;
	height:63px;
	text-align:center;
	background-color:rgb(255,255,255);
}

#pics img
{
	border:0px;
}

#pics a
{
	display:inline;
	line-height:7em;
	margin-left:25px;
}

#imprint
{
	margin-right:10px;
	text-align:right;
	vertical-align:middle;
}

#imprint a
{
	color:rgb(128,128,128);
	font-weight:bold;
	font-size:14px;
}
