/* DATEI: master.css */

body {
	margin: auto;
	margin-top: 220px;
	margin-bottom: 10px;
	width: 980px;
	background-image: url(apfel828_190.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial,sans-serif;
	color: #101010;
	background-color: #F5F5F5;
}
/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */


p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,b,i,a
     {
	font-size: 12px;
	text-align: center;
}

/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */


h1 { font-size: 13px; color:white;background-color:rgb(250,180,130); }
h2 { font-size:11pt; color:rgb(25,25,25);background-color:rgb(220,240,255); }
h3,h3.tip { font-size:12pt; color:rgb(25,25,25);background-color:rgb(245,250,245);  }
h4 { font-size:11pt;text-decoration: underline }
h5 { font-size:11pt;font-style: italic; color: rgb(128,128,128)  }
p {
	font-size: 11px;
}
table {
font-size: 11px;}
a {
	color:maroon;
}


.page {
	/* Page width: */
	width: 60%;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 2em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo,#logo  a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}
#contentbox {
	background-color: #FFFFff;
	margin: 10px auto;
	text-align: left;
	border: 1px dotted silver;
}
#impressum {
	margin: 0 auto;
	text-align: center;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	margin-top: 0.3em;
}

#info {
	margin: 0 auto;
	text-align: center;
	color: #303030;
	margin-top: 0.3em;
}

#infobox
{
	margin: 0 50px 0 50px;
}