@import "infoliste.css";
@import "teamliste.css";

html, body, *
{
	margin:			0px;
	padding:		0px;

	font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-size:		10pt;
	color:			#808080;
}

div#page
{
	margin:			0px auto;
	position:		relative;
	width:			960px;
}

div#header
{
	height:			150px;
}

div#navigation
{
	position:		relative;
}

div#navigation img
{
	position:		absolute;
	border:			none;
}

div#navigation img.hauptpunkt
{
	top:			0px;
}

div#navigation img.deko-line
{
	top:			0px;
}

div#navigation img.subpunkt
{
	top:			45px;
}

img#deko-image
{
	position:		absolute;
	top:			476px;
	left:			0px;
}

div#content
{
	position:		absolute;
	top:			260px;
	left:			0px;
	width:			960px;
}

div#content.dekoscreen
{
	left:			322px;
	width:			638px;

	padding-bottom:	50px;
	min-height:		300px;
}

/* **************************************************** */

h1 {
	font-size:		120%;
	margin-bottom:	1em;
}

h2 {
	font-size:		110%;
	margin-bottom:	1em;
}

h3 {
	font-size:		10.5pt;
	margin-bottom:	1em;
}

p {
	line-height:	1.5em;
	margin-bottom:	1em;
}

ul {
	/*position:			absolute;*/
	list-style-image:	url(/navi/pfeil_liste.gif);
	padding-left:		1.6em;
	line-height:		2em;
}

a:hover {
	color:				#ED1C24;
	text-decoration:	none;
}

sup {
	font-size: 9px;
}
