﻿/* CSS-Layout */

/* Container Formatierungen */

#seite
{
	width: 950px;
	padding: 0;
	margin-top: 2px;
	margin-right: auto; 
	margin-bottom: 0px;
	margin-left: auto;  
}

#kopfzeilen
{
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#menuzeilen
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
}

#box
{
	width: 948px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
}

#boxlinks
{
	width: 650px;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#Inhalt
{
	padding-left: 8px;
	width: 630px;
}

#boxrechts
{
	width: 248px;
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0;
}

#fusszeilen
{
	clear: both;
	width: 948px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

#Logo
{
	padding: 0px;
	background-color: #FFFFFF;
	border-radius: 0px;
	width: auto;
	height: auto;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
}

#Hauptsponsor
{
	padding: 0px;
	background-color: #FFFFFF;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	width: auto;
	height: 180px;
	text-align: center;
	margin-top: 15px;
}

#Goldsponsoren
{
	padding: 0px;
	background-color: #F0F0F0;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	width: auto;
	text-align: center;
	margin-top: 15px;
}

/* Klassenformatierung */



.Seitentitel
{
	font-size: x-large;
	background-color: #F2EAD7;
	font-weight: bold;
	padding-left: 8px;
	margin-left: -8px;
}

.Abschnittstitel
{
	font-size: large;
	margin-top: 40px;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: #F5F0E2;
	margin-right: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #663300;
	border-bottom-color: #663300;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 2px;
}

.linkzeilefotos
{
	line-height: 25px;
}

.clearbeide
{
	clear: left;
}

.Bildrahmen
{
	border: 1px solid #000000;
	padding: 2px;
	text-align: center;
}

.Copyright
{
	font-size: x-small;
	text-align: center;
}

.Pinwand
{
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 5px;
	text-align: center;
	background-color: #F2EAD7;
}

.KleineSchrift
{
	font-size: small;
}

.FetteSchrift
{
	font-weight: bold;
}

a:link
{
	text-decoration: none;
	color: #663300;
}

a:hover
{
	text-decoration: none;
	color: #0000FF;
}

a:link img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:active img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Grusswort p
{
	line-height: 140%;
	font-style: normal;
}

#Dankeswort p
{
	line-height: 140%;
	font-style: normal;
	margin-bottom: 10px;
}

.aktualisierung
{
	font-size: x-small;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
}
