﻿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;
}

.imgleft
{
	float: left;
	margin-right: 1em;
	margin-top: 0.5em;
	padding: 5px;
	border: 1px solid #808080;
}

.imgright
{
	float: right;
	margin-left: 1em;
	margin-top: 0.5em;
	padding: 5px;
	border: 1px solid #808080;
}

.imgrightnb
{
	float: right;
	margin-left: 1em;
	margin-top: 0.5em;
	padding: 5px;
	border: 0;
}

#masthead {
	text-align: center;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
	background-image: url("../images/headbg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
#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;
}
#inhalt {
	float: left;
	width: 675px;
	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: 698px;
	height: 25px;
	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-image: url("../images/footerbg.jpg");
	background-position: center;
	background-repeat: repeat-y;
}
/* Mastertitel-Formatvorlagen  */
#masthead h1 {
	color: #495096;
}
#masthead h3 {
	color: #68640D;
}
/* 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: #3d6c87;
	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 #5f8ea9;
	background-color: #5f8ea9;
}
/* Inhaltsformatvorlagen */
h6 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
/* Fusszeilen-Formatvorlagen */
#footer p {
	color: #3d6c87;
	margin-top: 5px;
}
#footer a {
	color: #330;
	text-decoration: none;
}
#footer a:hover {
	color: #3d6c87;
	text-decoration: underline;
	background: #FCFCFC;
}
.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;
}
.botfree {
	margin-bottom: 5px;
	padding-top: 3px
}

.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;
}
