html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #FFCC99;
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 100%;
	text-decoration: none;
	background: #FFCC66 url(../images/bg/BG-Vorlage-96x96_2.png) repeat left top;
	
}
/** layout **/
#wrapper {
	width: 1024px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #990000;
}

#content/** body **/ {
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F59C34;
	
}
#masala {
	position: absolute;
	width: 300px;
	height: 150px;
	text-align: center;
	font-size: 180%;
	top: 25px;
	right: 15px;
}
#header {
	height: 200px;
	background: url(../images/bg/eli_200px.png) no-repeat center top;
}
#header ul {
	padding-top: 45px;
	text-align: left;
	padding-left: 20px;
}
#header li {
	text-decoration: none;
	line-height: 45px;
	list-style-type: none;
	font-size: 130%;
	text-align: left;
	width: 130px;
}
#header a {
	text-decoration: none;
	color: #FFCC99;
}
#header a:hover {
	color: #C26918;
}
#navi {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navi a {
	text-decoration: none;
	color: #FFCC99;
}
#navi a:hover {
	text-decoration: underline;
}
#left {
	float: left;
	width: 690px;
	background: #911702;
	height: 970px;
	border: 1px solid #B43708;
	margin-left: 15px;
	overflow: auto;
	scrollbar-3dlight-color: #B43708;
	scrollbar-arrow-color: #FFCC99;
	scrollbar-darkshadow-color: #B43708;
	scrollbar-face-color: #990000;
	scrollbar-highlight-color: #B43708;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-track-color: #911702;
}
#left #main {
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
#left #main table {
	text-align: left;
	font-size: 95%;
	text-decoration: none;
}

#left #main a {
	color: #FFCC99;
	text-decoration: none;
}
#left #main h3 {
	background-image: url(../images/bg/extra_bg.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 10px;
	color: #660100;
}
#left   #main  ul {
	list-style: none inside;
	vertical-align: middle;
}
#right {
	float: right;
	width: 291px;
	padding-right: 15px;
}
#extra1 p, #extra3 p {
	padding-left: 10px;
}
#extra1 h2, #extra3 h2 {
	background: url(../images/bg/extra_bg.jpg) repeat-x;
	border: 1px solid #7C0000;
	height: 27px;
	color: #660100;
	font-weight: normal;
	font-size: 16px;
	padding-left: 20px;
	margin: 4px 4px 10px 4px;
	line-height: 27px;
}
#extra1/** right **/ {
	background: #911702 url(../images/bg/extrabg.png) no-repeat right;
	border: 1px solid #B43708;
	margin-bottom: 1.1em;
	height: 200px;
	font-size: 85%;
	text-align: left;
}
#extra2 {
	height: 285px;
	margin-bottom: 15px;
	background: #911702;
	border: 1px solid #B43708;
}
#extra3 {
	background: #911702 url(../images/bg/extrabg.png) no-repeat right;
	border: 1px solid #B43708;
	margin-bottom: 1.1em;
	height: 200px;
	font-size: 85%;
	text-align: left;
}
/** footer **/

#footer {
	text-align: center;
	background: url(../images/div.gif) repeat-x;
	font-size: 85%;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer li {
	list-style: none;
	display: inline;
}
#footer a {
	color: #E49E6F;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.fett {
	font-weight: bold;
	font-variant: small-caps;
}
.kleineschrift {
	font-size: 80%;
}
.unsichtbar {
	color: #990000;
}
.schriftstillgross {
	font-variant: small-caps;
}
a:active {
	color: #FF6600;
}

