@charset "utf-8";

/*--Setzt alle Abstände auf "Null"-- */
* { margin: 0; padding: 0; }

body, html {
	margin: 0;
	padding:0; 
	color: #533116;
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	/*background-image: url(../elementbilder/bodyback01.jpg);*/
	background-color: #FDF0B7;
}

h1 { font-family: Comic Sans MS, Verdana, Arial, sans-serif; font-size: 20px; line-height:21px; color: #92170F; font-weight: normal; font-style: normal; }
h2 { font-family: Comic Sans MS, Verdana, Arial, sans-serif; font-size: 18px; line-height:21px; color: #92170F; font-weight: normal; font-style: normal; }

/* = = = = = = = = = = = = = = = = 'listen' */
#liste ul,
#liste li,
#liste ol {
	font-size: 14px;
	line-height: 16px;
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	padding-left: 15px;
	margin-bottom: 3px;
	list-style: circle inside;
}

#unterliste ul,
#unterliste li,
#unterliste ol {
	font-size: 14px;
	line-height: 16px;
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	padding-left: 2px;
	margin-bottom: 3px;
	list-style: disc inside;
}
/* = = = = = = = = = = = = = = = = 'behälter' */

#huelle {
	width: 1000px;
	margin: 0 auto;
	/*background-image: url(../bilder/layoutbilder/tr70.png);*/
	overflow: auto;
	border-left: 1px solid #533116;
	border-right: 1px solid #533116;
}

#titelstreifen {
	padding: 0px;
	width: 1000px;
	height: 160px;
	background-image: url(../bilder/layoutbilder/titelbild.jpg);
}

#steuerung {
	padding: 0;
	width: 1000px;
	height: 30px;
	background-color: #bfba9e;
}

#bildstreifen {
	padding: 0;
	width: 1000px;
	height: 125px;
	vertical-align: middle;
	background-color: #e2dec9;
}

#inhalt {
	padding: 20px;
	width: 960px; 
	min-height: 400px; 
	text-align: left; 
	background-image: url(../bilder/layoutbilder/tr75.png);
	overflow: auto;
}
	
#inhalt_leer {
	padding: 20px;
	width: 960px;
	min-height: 400px;
	text-align: left;
	background-image: url(../bilder/layoutbilder/tr75.png);
	overflow: auto;
}

#inhalt_bild {
	padding: 20px;
	width: 960px;
	min-height: 400px;
	text-align: left;
	background-image: url(../bilder/layoutbilder/tr75.png);
	overflow: auto;
}

#text { 
	width: 640px;
	text-align: left;
	float: left;
	padding-right: 20px;
}

#spalterechts {
	width: 300px;
	text-align: left;
	float: right;
}

#fusszeile {
	padding-top: 7px;
	padding-left: 5px;
	width: 995px;
	height: 18px;
	background-color: #e2dec9; background-image: url(../bilder/layoutbilder/tr30.png);
}

#hidepics {
	width:0px;
	height:0px;
	display:none;
}

/* = = = = = = = = = = = = = = = = = = = schriften */

.braun10 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height:12px;
	color: #533116;
	}

.braun11 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #533116;
	}

.braun12 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #533116;
	}

.braun14 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #533116;
	}

.braun18 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height:21px;
	color: #533116;
	}

.braun24 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 24px;
	line-height:30px;
	color: #533116;
	}

.rot10 {

	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height:12px;
	color: #92170F;
	}

.rot11 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;;
	font-size: 11px;
	line-height:13px;
	color: #92170F;
	}
	
.rot12 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height:14px;
	color: #92170F;
	}

.rot14 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height:17px;
	color: #92170F;
	}

.rot18 {
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height:21px;
	color: #92170F;
	}

.rot24 {	
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	font-size: 24px; 
	line-height:30px;
	color: #92170F;
	}

a:link {
	color: #92170F; /*#E58634;*/

	text-decoration: none;
}
a:visited {
	color: #92170F;
	text-decoration: none;
}
a:hover {
	color: #E58634; /* #CC1C40;*/
	text-decoration: underline;	
}
