﻿body
{
	margin: 15px 0;
	background-color: #F4EAB0;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
/* Rahmen für Grafiken auf 0 gesetzt */
img
{
border: 0
}
/* Aussenrahmen */
#rahmen
{
	width: 700px;
	border: 15px solid #fff;
}
/* 1. Tabelle */
#header
{
width: 100%;
background-color: #F4EAB0
}
/* 2. Tabelle */
#header_b
{
width: 100%;
border-bottom: 15px solid #fff;
background-color: #FBF6DB
}
/* Homepagename oder Slogan */
#hpname
{
font-family: Arial, Verdana, Tahoma;
font-size: 11pt;
letter-spacing: 2pt;
color: #800000;
padding: 10px
}
/* horizontale Navigation */
.navi
{
margin-right: 10px
}
#header a:link, #header a:active, #header a:visited
{
border-top: 1px solid #DCC753;
border-right: 1px solid #DCC753;
padding: 0 10px;
line-height: 16px;
font-family: Arial, Verdana, Tahoma;
font-size: 8pt;
color: #800000;
text-align: center;
text-decoration: none
}
#header a:hover
{
border-top: 1px solid #DCC753;
border-right: 1px solid #DCC753;
padding-top: 2px;
color: #333;
text-align: center;
text-decoration: none
}
/* vertikale Navigation */
.nav_vert a:link, .nav_vert a:active, .nav_vert a:visited
{
	display: block;
	margin-bottom: 5px;
	border: 1px solid #DCC753;
	line-height: 20px;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
	color: #800000;
	text-align: center;
	text-decoration: none;
	background-color: #F4EAB0;
}
.nav_vert a:hover
{
display: block;
margin-bottom: 5px;
border: 1px solid #800000;
line-height: 20px;
color: #333;
background-color: #FBF6DB;
text-align: center;
text-decoration: none
}
/* 3. Tabelle gesamt */
#content
{
	width: 110%;
	background-color: #FBF6DB;
	border-bottom: 15px solid #fff;
}
/* 3. Tabelle linke Spalte */
#spalte_li
{
width: 25%;
background-color: #F4EAB0;
border-right: 10px solid #fff;
padding: 10px
}
/* Überschrift h3 linke Spalte */
#spalte_li h3
{
font-family: Arial, Verdana, Tahoma;
margin-bottom: 5px;
border: 1px solid #800000;
line-height: 22px;
color: #333;
font-size: 10pt;
background-color: #FBF6DB;
text-align: center
}
/* Info-Box */
#spalte_li .box
{
font-family: Arial, Verdana, Tahoma;
margin: 20px 0;
border: 1px solid #800000;
line-height: 150%;
padding: 5px;
color: #333;
font-size: 8pt;
background-color: #FBF6DB;
text-align: justify
}
/* Hyperlinks innerhalb der Box */
.box a:link, .box a:visited, .box a:active
{
color: #800000;
text-decoration: none
}
.box a:hover
{
background-color: #F4EAB0;
color: #333;
text-decoration: underline
}
/* 3. Tabelle rechte Spalte für Inhalt */
#inhalt
{
width: 75%;
padding: 10px
}
#inhalt h1, #inhalt h2
{
font-family: Arial, Verdana, Tahoma;
color: #800000
}
#inhalt h1
{
font-size: 13pt;
background-color: #F4EAB0;
padding: 3px
}
#inhalt h2
{
font-size: 11pt
}
#inhalt p, #inhalt ol, #inhalt li
{
	font-family: Arial, Verdana, Tahoma;
	color: #333;
	font-size: 9pt;
	text-align: justify;
	line-height: 110%
}
/* allgemeine Hyperlinks im Inhaltsbereich */
#inhalt a:link, #inhalt a:visited, #inhalt a:active
{
color: #800000;
text-decoration: underline
}
#inhalt a:hover
{
background-color: #F4EAB0;
color: #333;
text-decoration: none
}
.wichtig
{
background-color: #F4EAB0;
padding: 5px;
text-transform: uppercase;
font-weight: bold
}
/* 4. Tabelle Fuss */
#fuss
{
width: 100%;
background-color: #F4EAB0;
font-family: Arial, Verdana, Tahoma;
color: #800000;
font-size: 8pt;
text-align: center;
line-height: 40px
}