/*
	Datei enthaelt Stilvorschriften fuer Ruema-XHTML-Seiten im etwas neuerem Design 

*/


@import url(style-reset.css);
@import url(include.header.css);   /* #header */

#header h1
{
	margin-left: 0.2em;
	text-align: left;
}


body
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-family: Trebuchet, Arial, sans-serif;
	background-image: url(bg.gif);
	width: 930px;
	margin: auto;
	-webkit-text-size-adjust: none;
	padding-bottom: 4em;
}

.article
{
	padding: 0 15px 0 15px;
}



a:link 
{
	background-color: inherit;
	color: #03328e;
}

a:visited 
{
	background-color: inherit;
	color: #03328e;
}

h2
{
	font-size: 1.35em;
	color: #003300;
	margin: 2em 0 0.75em 0;
}

h3
{
	font-size: 1.1em;
	color: #003300;
	margin: 1em 0 0.25em 0;
}

ul
{
	margin: 1em 0 1em 1em;
	padding: 0;
}

ol
{
	margin: 1em 0 1em 1.4em;
	padding: 0;
}


li + li
{
	margin-top: 0.5em;
}

p
{
	line-height: 1.36em;
	margin: 0.3em 0 1em 0;
}






#footer
{
	border-top: 1px dotted #888;
	margin: 3em 0 5em 0;
	clear: both;
	float: left;
	font-size: 11pt;
	width: 100%;
	padding: 0 0px 0 15px;
	box-sizing: border-box;
}

#footer ul 
{
	float: left;
	width: 33%;
	box-sizing: border-box;
	padding: 0;
	margin: 2em 0 0 0;
	list-style-position: inside;
}

#footer ul > li 
{
	float: left;
	width: 100%;
	margin: 0 0 0.75em 0;
	padding: 0;
}







#tagline
{
	position: relative;
	z-index: 0;
	clear: left;
	margin: 2em 0 0em 0;  /* Schrift (statt die umrahmende Box) an der Fluchtlinie ausrichten */
	width: 100%;
	background-image: url(bg2.png); 
	padding: 2%;
	box-sizing: border-box;

	color: #337799;
	letter-spacing: -1px;
	font-weight: normal;
	font-size: 1.75em;
	font-family: "Bitstream Charter", "URW Palladio L", Palatino, "Palatino Linotype", "Book Antiqua", serif;
	line-height: 1.4em;
}

#tagline.MitDeko
{
	margin-top: 3em;
}

#tagline-deko-oben,
#tagline-deko-unten
{
	position: absolute;
	z-index: 1;
}

#tagline-deko-oben
{
	margin-left: 15%;
	margin-top: -66px;
}

#tagline-deko-unten
{
	margin-left: 30%;
	margin-top: 6px;
}

#tagline a
{
	text-decoration: none;
	border-bottom: 1px solid #337799;
}

.Foto
{
	background-image: url(/bg6.png);
	padding: 7px;
	-webkit-box-shadow: 0px 10px 15px -9px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 10px 15px -9px rgba(0,0,0,0.6);
	box-shadow: 0px 10px 15px -9px rgba(0,0,0,0.6);           
}

