/* Layout Farben:
 * Gelb, dunkel: #FFEE11
 * Gelb, hell:   #FFEE55
 * Blau, dunkel: #004477
 * Blau, hell:   #99BBCC (60% Weiß auf Blau, dunkel)
 * Blau, dunkel für Text: #003366
 * Hintergrund: #E6E6E6
*/
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}
body {
	background: #E6E6E6;
	padding: 15px 0 15px 15px;
	width: 70.99em;
}
h2 {
	color: #FFEE11;
	padding: 12px 15px 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:270%;
	font-weight: lighter;
}
h3 {
	font-size: medium;
	margin: 2em 0 1.6em 0;
	padding: 0 15px;
}
h4 {
	margin: 2em 0 1em 0;
	padding: 0 15px;
}
p {
	margin: 0 0 0.6em 0;
}
#book {
	float: left;
	height: 281px;
	width: 199px;
	border: none;
	background-image: url(../images/buch.gif);
	background-repeat: no-repeat;
	margin: 0 15px 15px 0;
}

#flag {
padding: none;
margin: none;
}

#flag img{
	position: absolute;
	top: 635px;
	left: 15px;
	width: 45px;
	border: none;
}

#header {
	width: 55em;
	border: none;
	margin: 0 0 0 214px;
	padding: 0;
	height: 140px;
	background-color: #004477;
	background-image: url(../images/bg_h_t_l.gif);
	background-repeat: no-repeat;
}
#header .bg_tr {
	background-image: url(../images/bg_h_t_r.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 11px;
}
#header p {
	color: #99BBCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 10px 0 0 15px;
	margin: 0;
	font-size: 130%;
	line-height: 90%;
}
#menu {
	background: #FFEE55;
	background-image: url(../images/bg_m_t_l.gif);
	background-repeat: no-repeat;
	border: none;
	float: left;
	clear: left;
	margin: 0px 15px 15px 0;
	width: 199px;
}
#menu .bg_tr {
	background-image: url(../images/bg_m_t_r.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 11px;
}
#menu ul {
	padding: 0;
}
#menu li {
	font-size: small;
	list-style: none;
}
#menu .active {
	padding: 0.3em 0 0.3em 11px;	
}
#menu li a, #menu li a:visited {
	text-decoration: none;
	display: block;
	padding: 0.3em 0 0.3em 11px;
}
#menu li a:hover, #menu li a:active {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFEE55;
	background-color: #004477;
	padding: 0.3em 0 0.3em 11px;
}
#content {
	width: 53em;
	background: #FFEE55;
	background-image: url(../images/bg_c_t_l.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 214px;
	padding: 15px 1em 15px 1em;
	border-bottom: 2px solid #004477;
}
#content p {
	padding: 0 15px 0.6em 15px;
}

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

#footer {
	background-color: #FFEE55;
	width: 55em;
	margin: 0 0 0 214px;
	padding: 10px 0 0 0;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
	font-size: x-small;
}
.box_left {
	background: #FFEE55;
	background-image: url(../images/bg_m_t_l2.gif);
	background-repeat: no-repeat;
	border: none;
	float: left;
	clear: left;
	margin: 0px 15px 15px 0;
	width: 199px;
}
.box_left .bg_tr {
	background-image: url(../images/bg_m_t_r.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 11px;
}

.bg_bl {
	background-color: #FFEE55;
	background-image: url(../images/bg_m_b_l.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 11px;
	padding: 0;
	margin: 0;
}
.bg_br {
	background-image: url(../images/bg_m_b_r.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 0;
	margin: 0;
	height: 11px;
}
.goshop a {
	background-image: url(../images/shopping.gif);
	background-repeat: no-repeat;
	margin: 0 0 0 11px;
	padding: 0 0 0 25px;
}
.goshop {
	margin: 0.5em 0 0.5em 0;
}
#etracker {
position: absolute;
bottom: 0px;
}
#buyamazon {
	margin: 0 0 0 0px;
	padding: 5px 0 0 0;
	text-align:center;
}
.lighter_heading {
	font-weight: normal;
}