@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000080;
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 770px;
	margin: 0 auto;
	padding: 10px;
	background: #fff url(../bilder/container_bg.gif) top;
	background-repeat: repeat-y;
}

#masthead {
	text-align: center;
	width: 710px;
	padding: 5px;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px dotted #725972;
	background-color: #66CCFF;
	background-repeat: repeat;
	background-attachment: scroll;
}

#loginarea {
	text-align: center;
	width: 710px;
	padding: 5px;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px dotted #725972;
	background-color: #66CCFF;
	background-repeat: repeat;
	background-attachment: scroll;
}

#loginbox {
	position:relative;
	width: 370px; 
	border: #9c9c9c 1px solid; 
}

#loginboxHeader {
	text-align:center;
	background-color:#dddddd;
	padding-top:2px;
	color:#666666;
}

#loginboxEntry {
	text-align:left;
	height:16px;
	background-color:#FDFDFD;
}

#navigation {
	border: 1px #725972 dotted;
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
}
#content {
	float: left;
	width: 570px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 718px;
	border: 1px dotted #d8bfd8;
	margin-left: 25px;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #0000FF solid;
	background-color: #0000FF;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #66CCFF;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #66CCFF;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	/*color: #dfb8df;
	text-decoration: underline;*/
	text-decoration:none;
}

a.an { text-decoration:none; }

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.addressTable {
	background-color: #EAEAEA;
}
.termindatum {
	font-size:medium;
	color:#000000;
	background-color:#C0C0C0;
}
.termin {
	font-size:small;
	color:#000000;
	background-color:#FFFFDD;
}

