/* allgemeine formate */
body 
p,a
{
	font-size: 9pt;
	font-family: Tahoma;
	color:#999999;
	text-align: center;
}
img { border: 0; }



a:link { text-decoration:none; font-weight:bold; color:#999999; }
a:visited { text-decoration:none; font-weight:bold; color:#999999; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0; }
a:active { text-decoration:none; font-weight:bold; background-color:#080; }
a:focus { text-decoration:none; font-weight:bold; background-color:#080; }



h1
{
	font-size: 11pt;
	font-family: Tahoma;
	color:#999999;
	text-align: center;
}


h2
{
	font-size: 10pt;
	font-family: Tahoma;
	color:#999999;
}

h3
{
	font-size: 9pt;
	font-family: Tahoma;
	color:#00CA02;
	text-align: center;
}


#box1
{
	position: relative;
	margin: auto;
	margin-top: 200px;
	width: 700px;
	height: 311px;
}


#buttons
{
	float: right;
	height: 307px;
}
#buttons ul
{
	margin-top: 0px;
	padding: 0px;
	list-style: none;
}

#inhaltsbox
{
	position: absolute;
	height: 307px;
	width: 545px;
	overflow: auto;
	border: 2px yellow solid;
}

#middle 
{
	width: 100%; 
	height: 100%;
}

#textbox
{
	float: right;
	height: 200px;
	width: 200px;
	overflow: auto;
}


