body {
	background-attachment: scroll;
	background-image: url(/cms/scgg/images/Layout/hintergrund_seite.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

a:active, a:visited, a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: navy;
		font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #F2E1DE;
		font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration:none;
}

a:active.navi, a:visited.navi, a:link.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: black;
	text-decoration:none;
}

a:hover.navi{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration:none;
}

table,td,li,ul,ol,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}

/*Definition für die Anzeige des Top-Banners*/
div.layoutbanner {
	position:absolute;
	left:0px;
	top:0px;
	height:106px;
	width:950px;
	background-image: url(/cms/scgg/images/Layout/topbanner.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	z-index:1;
}

div.content {
	position:absolute;
	left:0px;
	top:106px;
	height:100px;
	z-index:2;
}

table.body {
	width:950px;
	padding:0px;
}

td.inhalt {
	width:740px;
	padding:10px;
}