/* Seiten Body*/
body
{
	margin: 0px;
	padding: 0px;
	border: 0px none inherit;
	text-align: center;
}
a
{
	outline: none;
	text-decoration:none;
	color: black;
}
.root
{
	width: 750px;
}
.logo
{
	height: 125px;
	width: 100%;
	background-image: url(bilder/logo/sgn.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
.logo_back
{
	background-image: url(bilder/logo/sgn_back.jpg);
}
.l_menu
{
	/*border: 1px black solid;*/
	margin-top: 50px;
	width: 140px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.menu
{
	margin-top: 5px;
	border: 1px black solid;
	color: #00008B;
	text-align: center;
}

.untermenu
{
	border-left: 10px #dcdcdc solid;
	padding-left: 5px;
	margin-left: 5px;
	text-align: left;
}
.untermenu:hover
{
	/*border-bottom: 1px #00008B solid;
	border-top: 1px #00008B solid;
	border-right: 2px #00008B solid;*/
	border-left: 10px #00008B solid;
	background-color: #EAEAFA;
}
.r_menu
{
	border: 1px black solid;
	width: 140px;
	background-color: Silver;
	margin-left: 5px;
}
.container
{
	/*border-left: 1px black solid;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
	border-right: 1px black solid;
	border: 1px red solid;*/
	min-height: 700px;
	text-align: left;
	padding: 5px;
	width: 750px;
}
.links
{
	border-bottom: 1px #00008B dashed;
}
.fixed_container
{
	width: 750px;
	border-left: 1px #00008B dashed;
}
.training_table
{
	border: 1px black solid;
	float: left;
	width:145px;
	text-align: center;
	color: #00008B;
}
.training
{
	border-top: 1px black solid;
	color: Black;
	height: 80px;
}
.foot
{
	width: 900px;
	border: 1px black solid;
}
.aktuelles
{
	border-left: 10px #00008B solid;
	background-color: #dcdcdc;
}
.copyright
{
	height: 20px;
	width: 100%;
	font-size: 10px;
	color: Gray;
	padding-left: 5px;
	background: White;
}
/* Dummy CSS */
.d_w_15px
{
	width: 15px;
	float: left;
	border: 1px white solid;
}
.d_h_15px
{
	height: 15px;
	border: 1px white solid;
}
.white_dummy
{
	height: 10px;
	width: 10px;
}
.r_dummy
{
	width: 150px;
}
