@charset "utf-8";
/* CSS Document */

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width: 100%;
	color: #000;
}

body, table, td
{
	vertical-align: top;
}

table, img
{
	border-width: 0;
}


table#layout_table
{
	width: 100%;
	height: 100%;
}

table#content_table
{
	margin-top: 46px;
	width: 100%;
}
.content_table_height
{
/* Hier wird die Höhe der inneren Tabelle gesetzt */
	height: 394px;
}

.layout_vcenter
{
	width: 558px;
}

.layout_top
{
	height: 110px;
}

.layout_hcenter
{
	height: 481px;
}

.layout_bottom
{
	height: auto;
	text-align:center;

}

.menu_button
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 110px;
	height: 50px;
	border-bottom-width: 0px;
}
td
{
	background-repeat: no-repeat;
}

td#content_spaceleft
{
	width: 20px;
}
td#content_menu
{
	width: 110px;
}
td#content_spacecenter
{
	width: 42px;
}
td#content_main
{
	width: auto;
}
td#content_spaceright
{
	width: 50px;
}

div#div_main
{
	width: 100%;
	height: inherit;
	overflow: auto;
	font-size: 11px;
}
 a:link
 {
	 color:#03C;
	 text-decoration:none;
 }

a:hover
{
	 color:#03C;
	text-decoration:none;
}

a:active
{
	 color:#000;
	text-decoration:none;
}

a:visited
{
	 color:#03C;
	text-decoration:underline;
}

h1 
{
	font-size: 9px;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:expanded;
}

h2 
{
	font-size: 11px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:expanded;
}
h3
{
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:normal;
}

h4
{
	font-size: 16pt;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-style:normal;
}

h8
{
	font-size:16pt;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
}

h7
{
	color:#F00;
	font-size: 9pt;
	font-weight:normal;
	font-family:Verdana, Geneva, sans-serif;
	font-stretch:expanded;
}