BODY
{
	background: #FFFFFF;
	margin: 0;
	font-family: arial;
	color: #FFFFFF;
}

.left-align
{
	align: left;
}

.center-align
{
	align: center;
}

.button
{
	background: url(../images/more.png) no-repeat;
	height: 33px;
	width: 103px;
	border: 0;
	color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 16px;
}

.button:hover
{
	background: url(../images/moreh.png) no-repeat;
	height: 33px;
	width: 103px;
	border: 0;
	cursor: pointer;
}
.justify
{
	align: justify;
}

img
{
	border: 0;
}

a
{
	text-decoration: underline;
	color: #ffffff;
}

a:hover
{
	text-decoration: underline;
}

.tablealign
{
	vertical-align: top;
}

.title
{
	font-size: 25px;
	font-weight: bold;
	text-decoration: underline;
}

.news-title
{
	position: relative;
	font-size: 22px;
	top: 10px;
	margin-left: 10px;
}

.news-text
{
	width: 500px;
	margin: 0 auto;
	position: relative;
	padding-left: 0px;
	top: 20px;
	color: #DDDDDD;
}

#mehr-lesen
{
	background: url(../images/more.png);
	height: 33px;
	width: 103px;
	font-family: tahoma;
	color: #FFFFFF;
	line-height: 33px;
}

#mehr-lesen:hover
{
	background: url(../images/moreh.png);
}

.no-textdecoration
{
	text-decoration: none;
}

.no-textdecoration:hover
{
	text-decoration: none;
}

#top
{
	background: url(../images/top.png) no-repeat;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	height: 100px;
	width: 1066px;
}

#header
{
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-top: -3px;
	height: 283px;
	width: 1066px;
}

#schoolbg
{
	background: url(../images/schoolbg.jpg) no-repeat;
	width: 860px;
	height: 283px;
	margin: 0 auto;
	border: 3px solid #333333;
}

#menu
{
	background: url(../images/menubg.png) no-repeat;
	position: relative;
	margin-left: 13px;
	margin-top: 230px;
	height: 40px;
	width: 835px;
}

#menu ul
{
	list-style: none;
	margin-left: -13px;
}

#menu ul li
{
	height: 49px;
	width: 130px;
	float: left;
	margin-top: -4px;
	line-height: 49px;
	text-align: center;
	font-weight: bold;
	color: #DDDDDD;
}

#menu ul li:hover
{
	text-decoration: underline;
}

#menu a
{
	text-decoration: none;
	font-family: arial;
	font-weight: bold;
	font-size: 16px;
	display: block;
	color: #DDDDDD;
}

#content-wrapper
{
	background: #bc0000;
	position: relative;
	z-index: 3;
	width: 100%;
	min-width: 1066px;
	margin-top: 0px;
	box-shadow: 0 0 8px #000000;
}

#content
{
	width: 866px;
	margin: 0 auto;
}

#box-content
{
	width: 780px;
	margin-left: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: 3px solid #991010;
}

#news-wrapper
{
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#sidebar
{
	width: 230px;
	border-left: 2px solid #991010;
	padding: 20px;
	margin-top: 40px;
	margin-left: 10px;
	margin-bottom: 40px;
}

#sidebar a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	transition: 0.5s ease-in-out;
}

#sidebar a:hover
{
	text-decoration: underline;
	margin-left: 4px;
	transition: 0.2s ease-in-out;
}

#footer
{
	width: 866px;
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 50px;
	color: #000000;
}

#footer a
{
	color: #333333;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}
