*
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

body
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

img
{
	border-style: none;
	border-width: 0px;
}

table
{
	border-collapse:collapse;
}

td, th
{
	text-align: left;
	vertical-align: top;
}

#frame
{
        max-width: 1200px;
}

#header, #menu, #main, #footer
{
	margin: 0px 30px;
	min-width: 560px; /* Wird vom IE garnicht beachtet, aber für Mozilla sehr wichtig */
}

#header
{
	background-color: #330099;
	color: #FFFFFF;
	height: 50px;
	margin-top: 15px;
	padding-left: 10px;
}

#menu
{
	border: #330099 1px solid;
	border-top-style: none;
	height: 15px;
	overflow: visible;
	padding-left: 10px;
}

#menu_links
{
	border: #330099 1px solid;
	border-top-style: none;
	height: 15px;
	overflow: visible;
	padding-left: 10px;
	text-align: left;
}

#main
{
	border: #330099 1px solid;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #CCCCFF;
	clear: both;
        max-width: 2000px;
}

#contenttable
{
	width: 90%
}

#sidemenu
{
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	min-width: 150px;
        max-width: 200px;
}

#text
{
        padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 10px;
        max-width: 800px;
}

#footer
{
	background-color: #330099;
        background-image:url(../img/ggo_umriss_klein.gif);
        background-position: center;
        color: #FFFFFF;
        font-size: 11px;
        height: 100px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 1px;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: underline;
}

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

.small
{
	font-size: 75%;
}