﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #f2f2f7;
	background-image: url("../images/background.gif");
	background-repeat: repeat;
	background-attachment: scroll;

}
#container {
	width: 700px;
	margin: 10px auto;
}

#tafel{
	position: relative;
	margin-top: 10px;
	margin-left: 710px;
	width: 273px;
	background-color: #FFF;
	padding: 5px;
	border:5px #008000 outset;
}

#tafel h1 {
	color: #008000;
	text-align: left;
	font-size: 1.2em;
	border-bottom: 2px solid #008000;
	padding-bottom: 5px;
}

#tafel h2 {
	color: #000;
	text-align: center;
	font-size: 0.85em;
	border-bottom: 5px #008000 double;
	padding-bottom: 5px;
}

.imgtafel {
	float: right;
	margin-left: 5px;
	margin-top: -15px;
	padding: 2px;
	border: 0;

}

.imgleft
{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #808080;
}

.imgright
{
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	padding: 2px;
	border: 1px solid #808080;
}

#masthead {
	text-align: left;
	width: 698px;
	height: 110px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #008000;	
	background-image: url("../images/augrabenheader.gif");
	background-position: left;
	background-repeat: no-repeat;
}

/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	padding-top: 5px;
	font-size: 2.0em;
	color: #FFF;
	padding-left: 145px;
	line-height: 20px;
}

#masthead h2 {
	margin-top: -2px;
	font-size: 1.2em;
	color: #FFF;
	padding-left: 280px;
	line-height: 15px;
}

#navigation {
	position: relative;
	float: left;
	width: 155px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: -5px;
	background-color: #fff;
	overflow: visible;
}
#innernavi {
	position: absolute;
	float: left;
	width: 148px;
	padding-left: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#footer {
	text-align: center;
	font-weight: bold;
	clear: both;
	width: 538px;
	height: 25px;
	margin-left: 160px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
	background-position: center;
	background-repeat: repeat-y;
}
/* 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: #008000;
	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 #008000;
	background-color: #008000;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #3d6c87;
}
h5 {
	color: #805500;
}
h4 {
	color: #008000;
}
h3 {
	color: #CC8800;
}
h2 {
	color: #008000;
}
#content h1 {
	color: #3d6c87;
}
/* Fußzeilen-Formatvorlagen */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #330;
	text-decoration: none;
	background: #FFC993;
}
.activ {
	color: #CC0066 !important;
	text-decoration: none !important;
}

a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_colbold {
	font-weight: bold;
	color:#cc0066;
}

.style_italic {
	font-style: italic;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
.txt_center {
	text-align: center;
}
.txt_xxsmall {
	font-size: xx-small;
}
.border_collaps {
	border-collapse: collapse;
}
