body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5d8a3 url(../img/bg.jpg) 0 0 repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.Unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic",
                 "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit",
                 "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt,
                 "Lucida Grande", "Free Sans", "Arial Unicode MS",
                 "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/: inherit;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
}

#sidebar1 {
	width: 580px;
	float: left;
}
#sidebar2 {
	width: 300px;
	float: right;
}
#sidebar1,
#sidebar2 {
	background: url(../img/grad.jpg) 0 0 repeat-x;
}
.contentWrap {
	padding: 20px;
	font: 13px Geneva, Arial, Helvetica, sans-serif;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #EFE8C9;
	min-height: 1400px;	
}
h1 {
	font-size: 22px;
	padding-bottom: 15px;
	width: 626px;
	height: 218px;	
	text-indent: -120000em;
	background: url(../img/header.png) 0 0 no-repeat;
	float: left;
}

.contentWrap p {
	color: #232323;
}
.contentWrap a {
	color: #663300;
	text-decoration: none;
}
.contentWrap a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.contentWrap h2 {
	text-align: left;
	font-size: 20px;
	font-weight: bolder;
	margin: 30px 0 5px 0;
	border-bottom: 1px dotted #8c611f;
	padding-bottom: 3px;
	color: #4b240f;
}
.contentWrap h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bolder;
	margin: 20px 0 3px 0;
	color: #593109;
}
.contentWrap h4 {
	text-align: left;
	font-size: 13px;
	font-weight: bolder;
	margin: 20px 0 3px 0;
	
	border-top: 1px dotted  #CCCCCC;
	padding-top: 20px;
}

.contentWrap p {
	text-align: justify;
	margin-bottom: 10px;
}
.contentWrap p.meaning {
	text-align: justify;
	margin-bottom: 10px;
}
.contentWrap ol.alpha {
	margin: 0 0 0 25px;
	list-style-type: lower-alpha
}
.contentWrap ul.explain {
	list-style-type: circle;
	margin: 0 0 0 25px;
}
.contentWrap li {
	text-align: left;	
}
.contentWrap ul.explain li {
	margin-bottom: 10px;
}

.download-pdf li {
	background: url(/img/mini_pdf_icon.gif) 0 0 no-repeat;
	padding: 0 0 0 20px;
	height: 20px;
	margin: 0 0 10px 20px;
}
.download-pdf li a {
	font-weight: bold;
	font-size: 13px;
	color: #494949;	
}


.box {
	margin: 0 auto 20px auto;
	background-color: #DADADA;
	width: 280px;
	border: 1px solid #BEBEBE;
	padding: 10px 5px 20px;	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.box #splashWrap ul {
	padding-left: 5px;
	text-align: left;
}
.box #player h5 {
	font-size: 13px;
	font-weight: bolder;
	color: #515151;
	margin: 0 auto 10px auto;
}

.box #share {
	padding: 0 0 20px 0;
}
.box #share h5 {
	font-size: 13px;
	font-weight: bolder;
	color: #515151;
	margin-bottom: 10px;
}
.box #share ul li.first {
	margin-left: 8px;
}
.box #share li {
	float: left;
}
.box #share li a {
	display: block;
	width: 24px;
	height: 24px;
}

.box #links h5 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bolder;
	color: #515151;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 8px;
}
.box #links li {
	text-align: left;
	padding-left: 40px;
	margin-bottom: 5px;
	background: url(/img/pfeil2.gif) 20px 6px no-repeat;
}
.box #links li a {
	color: #515151;
	text-decoration: none;
	font-size: 11px;
}
.box #links li a:hover {
	color: #7F7F7F;
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #D5C471;
	height: 15px;
	width: 880px;	
	margin: 0 auto;
	padding: 10px 10px 25px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	color: #000;
	margin-bottom: 3px;
}
#footer p a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
#footer p a:hover {
	color: #F00;
}

.clearfloat { 
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}