@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../pictures/bg_tile.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

/* Top Bereich*/
.Top {
	background-image: url(../pictures/head.jpg);
	background-repeat: no-repeat;
	height: 289px;
	width: 974px;
	clear: none;
	font-size:34px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}

/* Menu Bereich*/
.Menu {
	text-align:left;
	font-size:small;
	float:left;
	background-image: url(../pictures/menu_bg.jpg);
	width: 200px;
}

.Menu a:link {
	text-decoration:none;
	color:#000000;
}

.Menu a:visited {
	text-decoration:none;
	color:#000000;
}

.Menu a:hover {
	text-decoration:none;
	color:#FF0000;
}

.Menu a:active {
	text-decoration:none;
	color:#000000;
}

.Menu ul {
	list-style:none;
}

.Menu_bottom {
	background-image:url(../pictures/menu_bottom.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 200px;
}

.News_headline{
	padding-right: 22px;
	padding-left: 22px;
	width: 200px;
}

.News_content {
	font-size:x-small;
	text-align: justify;
	padding-right: 22px;
	padding-left: 22px;
	width: 155px;
}

.Login {
	padding-left: 22px;
	width: 155px;
}

/* Content Bereich*/
.Content {
	font-size:14px;
	text-align:justify;
	width: 760px;
	margin-left:200px;
}

.Content h2 {
	text-align:left;
	font-size:12px;
}

/* Footer Bereich*/
.Footer {
	font-size: x-small;
	clear: both;
	float: none;
	background-image: url(../pictures/footer.jpg);
	text-align: center;
	height: 55px;
	width: 974px;
	padding-top: 15px;
}

