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

* { 
 margin: 0; 
 padding: 0;
}

body {
	width: 100%;
	background-color:#273657;
	color: #667BB4;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(back.jpg);
	background-repeat: repeat-y;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

h5 a{
	font-size: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}

a:visited, a:link, a:active {
	color: #667BB4;
	font-family:Arial, Helvetica, sans-serif;	
}

hr {
	color: #667BB4;
	
}


#center {
	position: absolute;
	width: auto;
	height: auto;
}

#menu {
	width: 799px;
	height: 235px;
	margin-left: 130px;
	background-image: url(logo.gif);
}

#menu ul {
	list-style-type: none;
	position: relative;
	left: 188px;
	top: 180px;
}

#menu li {
	float: left;
	margin-right: 15px;
}


a.menu_default{
	font-weight: bold;
	color: #23335f;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
}

a:hover.menu_default {
	font-weight: bold;
	text-decoration: underline;
	color: #DA251C;
}



a.menu_current {
	font-weight: bold;
	color: #DA251C;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;	
}

#inhalt {
	position: relative;
	background-image: url(box.gif);
	background-position: top right;
	width: 595px;
	height: 406px;
	left: 304px;
	padding: 15px;
	top: -35px;
}

#text {
	overflow: auto;
	width: 595px;
	height: 406px;
}
