﻿@import url("layout.css");
body {
	font-family: "Georgia", "Times New Roman", Times, Serif;
	font-size: 0.8em;
	background-color: #764;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 1000px;
	margin: 10px auto;
}
#masthead {
	text-align: center;
	width: 998px;
	border: 1px solid #431;
	background-color: #fff;
	background-image: url("../images/masthead.gif");
	background-repeat: repeat;
	background-attachment: scroll;
	height: 100px;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#navigation img {
	border: 1px solid #431;
}
#content {
	float: left;
	width: 818px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #431;
	background-color: #fff;
}
#footer {
	text-align: center;
	clear: both;
	width: 998px;
	padding: 0px;
	border: 1px solid #431;
	background-color: #fff;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #b71;
}
#masthead h3 {
	color: #542;
}
/* Navigationsformatvorlagen*/
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff; 
}
#navigation a {
	color: #a60;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #964;
	background-color: #964;
}
/* Inhaltsformatvorlagen */
#content h1,h2,h3,h4,h5,h6 {
	color: #c82;
}
#content img {
	padding: 0px;
	border: 0px solid #808080;
}
/* 
#content img {
	padding: 5px;
	border: 1px solid #964;
}
*/
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #a60;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #a60;
	text-decoration: underline;
}
a:hover {
	color: #742;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

#vkp {
	font-size:medium;
	font-style: italic;
}

#news hr {
	color: #c82;
}	
#news img {
	border: 1px solid #431;
}
.NewHeader {
	font-size: large; 
	font-weight: bold;
	color: #c82;
}
.HeaderContent {
}

#results table {
	width: 815px;
	text-align: center;
/*	background-color: #ffcc66; */
	background-color: #f0f0f0;
}
#results td {
	padding: 3px 0 3px 0;
}
#results th {
	padding: 10px 0px 10px 0px;
	background-color: #cc8822;
}
#results tfoot {
	background-color: #fcb852;
}  
#results p.TE {
}
#results p.TEB {
	font-weight: bold;
}

#box {
	color: #fff;
	background-color: #964;
}

.boxbold {
	color: black;
	font-style: italic;
	font-weight: bold;
}
