@import url("Homepage_SGG.css");
@import url("Head_Navigation_SGG.css");
@import url("Rahmen_SGG.css");
@import url("Standard_SGG.css");
@import url("Tabellen_SGG.css");
@import url("Forum.css");

* {
	margin: 0;
	padding: 0;
	}

body {
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	}

#container {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	height: 100%;
	min-height: 100%;
	}

body>#container { height: auto; }

a:link {
	color: #000000;
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: none;
	color: #FF0000;
	}

a:active { text-decoration: none; }

			
/* Fussbereich*/

#Disclaimer {
	width: 760px;
	position: relative;
	left: 50%;
	margin-left: -380px;
	height: 70px;
	font-size: 12px;
	color: #192985;
	}	

/* Diverse Stile*/
		
.Schrift_SGG-Blau {
	color: #192985;
	font-family: Tahoma;
	font-size: 14px;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


