@charset "UTF-8";
body {
	background-color: #EBE3DA;
	margin: 0;
	padding: 0;
	color: #444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
	word-spacing: 3pt;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
}
a img { 
	border: none;
}


a:link {
	color: #444;
	text-decoration: none;
}
a:visited {
	color: #444;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #999933;
}

/*   ____________ LAYOUT ___________ */ 

.container {
    margin: 0;
    width: 960px;
    overflow: hidden;
}
.sidebar1 {
    float: left;
    width: 300px;
	min-height:650px;
    padding-bottom: 10px;
    padding-right: 50px;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    background-image: url("../images/allgemein/books_img_dkl.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.content {
    float: left;
    padding: 10px 0;
    width: 610px;
}

.logo {
    width: 290px;
	float: right;
}

.logo h1 {
    left: -1e+10px;
    position: absolute;
}

.wrapper {
	display: block;
	height: auto;
	margin: 170px 0 0;
	overflow: auto;
	padding-left: 50px;
	margin-left: 50px;
}

.inhalt {
	background: #e3dbd2 none repeat scroll 0 0;
    border: 3px solid #d2cac1;
    display: block;
    margin-top: 20px;
    min-height: 380px;
    padding: 20px;
}
.inhalt h1 {
    font-size: 18pt;
    letter-spacing: 1pt;
    line-height: 15pt;
    word-spacing: 3pt;
}
.inhalt h2 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 10pt;
    letter-spacing: 1pt;
    line-height: 15pt;
    word-spacing: 3pt;
}
.inhalt h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 9pt;
    letter-spacing: 1pt;
    line-height: 15pt;
    word-spacing: 3pt;
}

.inhalt p, .inhalt td, .inhalt tr, .inhalt li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 15pt;
	word-spacing: 2pt;
	letter-spacing: 0pt;
	color: #444;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.weiter {
	float: right;
	background: #D2CAC1;
	height: 20px;
	width: 100px;
	text-align:center;
}
.weiter a::before {
    content: "weiter >>";
}
.weiter a  {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 1.3px;
    margin: 2px 0 0;
    text-decoration: none;
    vertical-align: unset;
}
.weiter a:hover  {
    color: #8b837a;
}
.zurueck {
	float: left;
	background: #D2CAC1;
	height: 20px;
	width: 100px;
	text-align:center;
}
.zurueck a::before {
    content: "<< zurück";
}

.zurueck a {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 1.3px;
    margin: 2px 0 0;
    text-decoration: none;
    vertical-align: unset;
}
.zurueck a:hover {
	color: #8b837a;
}

ul .lightshow {}

.footer {
	padding-top: 20px;
	float: right;
}
	
.footer a {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1pt;
}
/*   ____________ Main_Navigation ___________ */ 

ul.nav {
	list-style: outside none none;
	margin-bottom: 15px;
	padding: 20px 0 20px 81px;
}
ul.nav li {
	font-family: Arial;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 4px;
}
ul.nav a, ul.nav a:visited {
    background-image: url("../images/allgemein/pfeil_4.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding: 25px 30px;
    text-decoration: none;
    width: 180px;
	color: #010103;
}
ul.nav a:hover, ul.nav a:focus, ul.nav a:active{
	background-image: url("../images/allgemein/pfeil_rot.png");
    background-position: left center;
	background-repeat: no-repeat;
    padding: 25px 30px;
	color: #BD1A23;
}

a.activeItem  {
	color: #BD1A23 !important;
	background-image: url("../images/allgemein/pfeil_rot.png") !important;
    background-position: left center;
	background-repeat: no-repeat;
    padding: 25px 30px;

}

img.facebook  {
	padding: 10px 0;
	
	
	}

/*   ____________ KLASSEN ___________ */ 

.clear {
	clear: both;
	
}

.fltrt {  
	float: right;
	width: 150px;
}
.fltlft {
	float: left;
	width: 380px;
	word-spacing: 3pt;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lupe:before {
	content: url('../images/allgemein/lupe.png');
	float: right;
}

.rot {
	color: red;
}
.jahr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999966;
}
.zahl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #999966;
	font-weight: bold;
}
#fett {
	font-weight: bold;
}
.fett {
	font-weight: bold;
}
