body
{
	position: relative;
	background: #ccc;
	font-family: verdana;
	font-style: normal;
	font-size: 11px;
	margin:  0px;
	padding: 0;
}

#logo_top
{
	text-align: left;
	letter-spacing: 1px;
	width: 900px;
	//height: 142px;
	background-image: url(../logo.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px dashed #888;
	padding: 15px 5px 5px 15px;
	color: #999;
}
#footer
{
	color: blue;
	margin-left:100px;
	margin-right:10px;
	background-repeat: no-repeat;
	font-family: Arial;
	text-align: center;
}
#logo_site
{
	position: relative;
	letter-spacing: 1px;
	width: 100px;
	height: 142px;
	background-image: url(../logo.jpg);
	background-repeat: no-repeat;
	padding: 15px 5px 5px 15px;
	
}

#frame_bg
{
	background: #ccc;
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	font-size: 9px;
	color: #000;
}
#frame_jugend
{
	background: #ccc;
	width: 900px;
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 9px;
	color: #000;
}

#frame_content
{
	font-size: 11px;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
	//height: 100%;
	border: 1px solid #999;
}
#frame_content_jugend
{
	font-size: 11px;
	background: #FFEDA5;
	overflow: hidden;
	margin: 0 auto;
	//height: 100%;
	border: 1px solid #999;
}

#frame_content_spj
{
	font-size: 11px;
	background: #D6E0E5;
	overflow: hidden;
	margin: 0 auto;
	//height: 100%;
	border: 1px solid #999;
}

#box_menu
{
	float: left;
	position: relative;
	color: #000;
	text-align: left;
	padding: 20px 5px 5px 10px;
	line-height: 12pt;
	width: 130px;
	//height: 100%;
}

#box_content
{
	text-align: justify;
	color: #000;
	padding: 20px 20px 5px 5px;
	margin-left: 160px;
	border-left: 1px dashed #eee;
}

#box_titel
{
	color: #0000ff;
	padding: 20px 20px 5px 5px;
	margin-left: 160px;
	border-left: 1px dashed #eee;
	text-align:center;
	font-size: 12px;
}
#table_content
{
	text-align: justify;
	color: #000;
	border: 0 0 0 0;
}

#title
{
	font-variant: small-caps;
	letter-spacing: 1px;
	color: #CD3700;
	padding: 0 0 5px 0;
}

#subtitle
{
	font-size: 7pt;
	color: #555;
	padding: 0 0 10px 0;
}

a
{
	color: #0099FF;
	text-decoration: none;
}

a:visited
{
	color: #0099FF;
}

a:hover
{
	text-decoration: none;
	border-bottom: 1px dashed #00CCFF;
	color: #00CCFF;
}

a.menu
{
	color: #555555;
	text-decoration: none;
	font-variant: small-caps;
	line-height: 15px;
	border: 0px;
}

a.menu:visited
{
	color: #555555;
	text-decoration: none;
	font-variant: small-caps;
	border: 0px;
}

a.menu:hover
{
	color: #999999;
	text-decoration: none;
	font-variant: small-caps;
	border: 0px;
}

a.hid
{
	color: #fff;
	text-decoration: none;
	border: 0px;
}

a.hid:visited
{
	color: #fff;
	text-decoration: none;
	border: 0px;
}

a.hid:hover
{
	color: #fff;
	text-decoration: none;
	border: 0px;
}

a.copyright
{
	font-size: 7pt;
	color: #ffffff;
	text-decoration: none;
}

a.copyright:hover
{
	font-size: 7pt;
	color: #ffffff;
	text-decoration: underline;
}

