@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rahmen {
	width: 800px;
	margin: 0 auto;
	border: 5px solid black;
}

#head {
	margin-bottom: 0px;
	background: white url(pics/head.jpg) no-repeat;
	color: black;
	height: 90px;
}

#menu {
	background: black;
	height: 17px;
	margin-top: 3px;
}

#menutop {
color: white;
height: 18px;
margin-left: 450px;
padding-bottom:2px solid #000;
border-top: none;
border-right: none;
background: black;
}

#menu_point {
	float:left;
	color: white;
	padding-right: 7px;
	padding-left: 7px;
}


#menu_point_active {
	float:left;
	color: black;
	background: white;
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
}

#menu_point a:link {
	color: white;
	text-decoration: none;
}

#menu_point a:visited {
	color: white;
	text-decoration: none;
}

#menu_point a:hover {
	color: #666666;
	text-decoration: none;
}

#text {
	width: 600px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0 auto;
}

#text_index {
	float:left;
	width: 600px;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ccc;
	margin-top: 5px;
}


#links {
	float:left;
	padding-right: 5px;
	padding-left: 5px;
	width: 175px;
}

a:link {
	color: #DD0000;
	text-decoration: none;
}

a:visited {
	color: #DD0000;
	text-decoration: none;
}

a:active {
	color: #DD0000;
	text-decoration: none;
}


a.news:link {
	color: #D2D2D2;
	text-decoration: none;
	font-weight: bolder;
}

a.news:visited {
	color: #D2D2D2;
	text-decoration: none;
	font-weight: bolder;
}

a.news:active {
	color: #D2D2D2;
	text-decoration: none;
	font-weight: bolder;
}

