/* Standard Stylesheet
www.projektname.de
Start: 01.01.2006
Letzte Aenderung: 10.02.2006
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background-color: #C0C0C0;
	background-image: url(gfx/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: arial, helvetica,sans-serif;
}

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

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {

}

/* Clear Class */
.c {
	clear: both;
}

/* hidden Class */

.h {
visibility: hidden;
}

img, a img {
	border: 0;
	margin: 10px;
}

.keine-anzeige {
	display: none;
}

.center {
text-align: center;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.7em 0;
	clear: both;
}

ul, ol {
margin: 0 0 0 20px;
line-height: 1.7em;
}

blockquote {
padding: 10px;
margin: 0 0 0 20px;
background-image: url(gfx/quotes.jpg);
background-repeat: no-repeat;
background-position: right bottom;
color: #6F6F6F;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 12pt;
font-style: italic;
line-height: 1.2em;
}

/* Kleinerer Text */
.s {
	font-size: 0.85em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {
visibility: hidden;
}

h2 {
font-family: Tahoma, Helvetica, Sans-Serif;
font-size: 18pt;
font-weight: light;
letter-spacing: 1px;
margin: 0 0 20px 0;
}

h3 {
margin: 0;
}

h4 {
margin: 0;
font-size: 12pt;
}

/* Layout */
#wrapper {
width: 850px;
margin: auto;
}

#header {
width: 850px;
height: 132px;
margin: 10px 0 0 0;
background-image: url(gfx/header.jpg);
}

#navi {
width: 850px;
height: 30px;
margin: 0;
background-color: #A11E0C;
border-bottom: 2px solid #7F0F00;
text-align: center;
}

#navi ul li {
display: inline;
line-height: 30px;
margin: 0 10pt;
}

#navi ul li a, #navi ul li a:visited {
color: #EFEFEF;
font-size: 13pt;
}

#navi ul li a:hover {
color: #FFF;
font-size: 13pt;
}

#subnavi {
width: 850px;
height: 25px;
margin: 0;
background-color: #4F4F4F;
text-align: center;
}

#subnavi: ul {
margin: auto;
}

#subnavi ul li {
display: inline;
line-height: 25px;
margin: 0 5px;
}

#subnavi ul li a {
color: #ccc;
}

#welcome {
width: 850px;
height: 229px;
margin: 10px 0 0 0;
background-image: url(gfx/welcome.jpg);
background-repeat: no-repeat;
}

#welcome blockquote {
width: 190px;
margin: 30px 30px 0 0;
border: 5px solid #fff;
padding: 8px;
float: right;
background-color: #fff;
background-image: url(gfx/quotes.jpg);
background-repeat: no-repeat;
background-position: right bottom;
color: #6F6F6F;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 14pt;
font-style: italic;
line-height: 1.2em;
}

#welcome blockquote:hover {
border: 5px solid #E9E9E9;
}

#content {
width: 485px;
min-height: 777px;
padding: 20px;
margin: 10px 0 0 0;
float: left;
background-color: #fff;
}

#content a:link {
	color: #A11E0C;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#content a:visited {
	color: #A11E0C;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#content a:hover {
	border-bottom: 1px solid #ccc;
}

.panel {
	display: none;
}

a.btn-slide:visited, a.btn-slide:hover, a.btn-slide:link {
color: #A11E0C;
}

.termine {
list-style: none;
margin: 0;
}

.termine li div.termin-header {
padding: 10px;
margin: 0 0 10px 0;
background-color: #F5F5F5;
text-align: center;
}

.termine li div span {
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 1.2em;
}

div.presse {
border-bottom: 3px solid #EAEAEA;
margin: 0 0 20px 0;
padding: 0 0 10px 0;
}

h3.presse {
margin: 20px 0 10px 0;
padding: 0;
}

blockquote.presse {
background-image: none;
color: #333;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 10pt;
font-style: normal;
line-height: 1.5em;
margin: 0 0 10px 20px;
padding: 0;
}

div.innerquote {
margin: 10px 10px 10px 0px;
padding: 20px 0;
background-image: url(gfx/quotes.jpg);
background-repeat: no-repeat;
background-position: right bottom;
color: #6F6F6F;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 14pt;
font-style: italic;
line-height: 1.2em;
text-align: center;
}

#sidebar {
width: 315px;
margin: 10px 0 0 0;
float: right;
}

#termine-teaser {
width: 295px;
padding: 10px;
margin: 0 0 20px 0;
background-color: #fff;
}

#malakoff-teaser {
width: 295px;
padding: 10px;
margin: 0 0 20px 0;
background-color: #fff;
}

.teaser-termine {
width: 100%;
}

.teaser-termine tr td {
border-bottom: 2px solid #EAEAEA;
height: 30px;
padding: 0 3px;
}

.teaser-termine tr:hover {
background: #F5F5F5;
}

.teaser-termine tr td span {
float: right;
font-family: Georgia, "Times New Roman", Times, Serif;
font-size: 1.2em;
}

#kontakt {
width: 295px;
padding: 10px;
margin: 0 0 20px 0;
background-color: #fff;
}

#footer {
margin: 20px 0 0 0;
padding: 10px 0;
background-color: #6F6F6F;
border-top: 5px solid #4F4F4F;
text-align: center;
}

#footer img {
height: 50px;
border: 8px solid #5F5F5F;
padding: 5px;
margin: 0 4px;
background-color: #FFF;
}
