html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	background-color: #e8f0fd;
	height: 100%;
	min-height: 100%;
	color: #000;
	line-height: 135%;
}

div#page {
	width: 1020px;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: auto;
	padding: 0px;
	background-image: url('bg_content.jpg');
	background-repeat: repeat-y;
	border-left: 2px #CCCCCC solid;
	border-right: 2px #CCCCCC solid;
}

div#submenu {
	float: left;
	width: 180px;
}

div#content {
	float: left;
	width: 800px;
	padding: 10px 20px 20px 20px;
}

div#header {
	height: 145px;
	background-color: #A3C2F5;
}

div#mainmenu {
	background-image: url('mainmenu_bg.gif');
}

.clear {
	clear: left;
	margin: 0px; 
	padding: 0px; 
	font-size: 0px; 
	line-height: 0px; 
	height: 0px;
}


a.mainmenu_active
{
	color: #CE131C;
	text-decoration: none;
	font-weight: bold;
}

a.mainmenu_passive
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.mainmenu
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color:#000000;
}

a.submenu_link_active
{
	color: #CE131C;
}

a.submenu_link_passive
{
	color: #000000;
}

.teilnehmerliste
{
	border-bottom: 1px solid #E1E1E1; 
}

h1 {
	font-size: 14pt;
}
 
