@charset "utf-8";
/* CSS Document */
/* 
/   Version 1.1
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear{
	clear:both;
	height:1px;
}

.inv{ display:none; }

.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/

html, body{ height: 100%; }

body {
	line-height: 1;
	color: #7a7e83;
	background: #282d34 url(../bilder/bg/patterns/obl-1x1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size:  100%;
	font-size: 14px;
	line-height: 1.5em;
}

.wrapper{
	width: 100%;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


.wrapper p{

}

#main{
	width: 100%;
	padding-top: 0px;
	background: #fbfaf7;
}


#logo{
	position: absolute;
	top: 42px;
	left: 10px;
}


/* HEADERS --------------------------------------------------------*/

h1,h2,h3,h4,h5,h6{
	font-family: arial, serif;
	font-weight: lighter;
}

h1{ font-size: 30px; }

h2{ font-size: 28px; }

h3{ font-size: 26px; }

h4{ font-size: 24px; }

h5{ font-size: 22px; }

h6{ font-size: 20px; }

h1.p-title,
h2.p-title,
h3.p-title,
h4.p-title,
h5.p-title,
h6.p-title{
	margin-bottom: 6px;
}

h1.s-title,
h2.s-title,
h3.s-title,
h4.s-title,
h5.s-title,
h6.s-title{
	padding-bottom: 0px;
}

h5{
	padding-bottom: 19px;
	border-bottom: 1px solid #cfcdcd;
}

h1.s-title span,
h2.s-title span,
h3.s-title span,
h4.s-title span,
h5.s-title span,
h6.s-title span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;	
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6{
	color: #CC3433;
}

/* LAYOUT----------------------------------------------------------*/

.content-col{
	float: left;
	width: 50%;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-top: 10px;
}

.content-col.fullwidth{ 
	width: 940px;
}

.sidebar{
	float: right;
	width: 42%;
	margin-bottom: 30px;
	margin-left: 12px;
	font-size: 12px;
	margin-right: 22px;
	padding-top: 16px;
}

.side-title{
	margin-bottom: 20px;
	overflow: hidden;
	background-image: url(bilder/obl-1x1.png);
}

.side-title span{
	display: table;
	padding: 0px 10px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.15em;
	background-color: #FFFFFF;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth {
	float:left;
	margin-right:20px;
	position:relative;
}

.one-half{ width: 460px; }

.one-third{ width: 300px; }

.one-fourth{ width: 220px; }

.last {
	clear:right;
	margin-right:0 !important;
}




/* Content ------------------------------------------------------------*/

.content img{
	line-height: 10em;
}

.content .padding{
	padding: 10px;
}


.content .meta{
	font-size: 10px;
	color: #c1c1c0;
}

.sidebar a,
.content a{
	text-decoration: none;
	color: #282d34;
}

.sidebar a:hover,
.content a:hover{
	color: #fff;
	background: #282d34;
}

.content .feature-holder{
	display: block;
	padding-top: 22px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}

/* BUTTONS HOLDER ------------------------------------------------------------*/

.buttons-holder{
	overflow: hidden;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	margin-bottom: 5px;
}

.buttons-holder a{
	float: left;
	margin-right: 10px;
}



/* AMAZ BUTTON ------------------------------------------------------------*/

.content .button-amaz{
	font-family:  arial, serif;
	font-size: 10px;
	color: #E47911;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	padding: 5px 6px 5px 35px;
	background-color: #fff;
	background-image: url(bilder/amazon-logo_kl.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.content .button-amaz:hover{
	color: #f6f7f7;
	background-color: #1f1f1f;
	background-image: url(bilder/amazon-logo_kl_hover.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.content .button-amaz span{
	font-style: italic;
	line-height: 1em;
}

/* EBA BUTTON ------------------------------------------------------------*/

.content .button-eba{
	font-family:  arial, serif;
	font-size: 10px;
	color: #86b815;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	padding: 5px 10px 5px 50px;
	background-color: #fff;
	background-image: url(bilder/ebay-logo_kl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.content .button-eba:hover{
	color: #f6f7f7;
	background-color: #1f1f1f;
	background-image: url(bilder/ebay-logo_kl.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.content .button-eba span{
	font-style: italic;
	line-height: 1em;
}




/* sidebar ad ------------------------------------------------------------*/


.sidebar  .ad-holder{
	border: medium none !important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
	height: auto !important;
	overflow: visible !important;
	padding: 20px 0px;
	text-align: center !important;
	background-image: url(bilder/obl-1x1-light.png);
}

.sidebar .carbonad {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height: auto !important;
    overflow: visible !important;
    text-align: center !important;
   	width: 280px !important;
}

.sidebar  .carbonad-text {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 0 20px;
    width: 185px !important;
}

.sidebar  .carbonad-image img {
    float: none !important;
    margin: 0 auto 10px !important;
}

.sidebar  .carbonad-tag {
    float: none !important;
    font-style: italic !important;
    margin: 0 auto !important;
}

.sidebar  .carbonad-tag a {
    font-weight: normal !important;
}

/* TABLE ------------------------------------------------------------*/

.sidebar table {
	border-collapse:separate;
	border-spacing:0;
	background: #f4f2f2;
	
	margin-bottom:28px;
	width:100%;
	text-align: left;
	
	-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow:  0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar table, td, th {
	vertical-align: top;
}

.sidebar th{
	border-top: 5px solid #555555;
	color: #ffffff;
	padding:10px;
	text-transform:uppercase;
	background-color: #49494b;
}

.sidebar td{
	padding: 10px 10px 10px 17px;
}

.sidebar .first-item td{
	padding-top: 30px;
}

.sidebar .last-item td{
	padding-bottom: 30px;
}

.sidebar td.attr-name,
.sidebar th.attr-name{
	color: #CC0000;
	font-family: arial, sans-serif;
	font-size: 16px;
}
/*-----------------------------------------style-bücher ende-----------------------------------*/
body{
	color:#550a10;
	background-color: #fbf8f8;
	background-image: url(bilder/fon.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
}

* html {
margin:0;padding:0;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}


.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#inh {
	background-image: url(bilder/fon_rechts.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.container_16 .grid_5 {
	width: 200px;
}

.container_16 .grid_10 {
	width: 728px;
}

.container_16 .grid_11 {
	width: 660px;
}

.subheader{
	height:110px;
	position:relative;
	width: 943px;
	float: left;
	left: 25px;
	background-image: url(bilder/subheader.gif);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

.bg_top{
	background: url(bilder/topmid.gif) no-repeat;
	height:30px;
}

.bg_repeat{
	background: url(bilder/mid.gif) repeat-y;
	overflow:hidden;
	height: 100%;
}

.bg_bottom{
background: url(bilder/botmid.gif) no-repeat;
height:30px;
}

.leftsidebar {
	color: #CC3433;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.middle_content
{
padding:20px;
margin:0px 15px 0 0;
} 

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.footer
{
	color:#fff;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 35px;
}

.map	{
	padding:2px;
	border:1px solid #CC9933;
	margin-left:0px;
}


h1{
font: normal 40px/40px Arial, Helvetica, sans-serif;
letter-spacing:-1px;
padding:0 0 0 0;
margin:0 0 5px 0;
color:#000;
}

h2{
	color: #cc3433;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	line-height: 26px;
}

h3 		{
	color:#cc3433;
	padding:0;
	margin:0;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

h4 		{ 
color:#CC3433; 
letter-spacing:-1px;
padding:0 0 0 0;
margin:0 0 5px 0;
}

h5 		{
	color:#CC3433;
	font-size: 13px;
	font-weight: bold;
	padding-left: 2px;
	margin-top: 6px;
}
#punkty {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC3433;
}


h6 		{
	color:#CC3433;
	padding:0;
	margin:0 0 5px 0;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}

a:link {
	color: #CC3433;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: bold;
}


a:visited {
	color: #C27E5B;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
}

a:hover {
color: #D28C6F;
text-decoration: none;
}


#lit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B0C00;
	line-height: 1.5;
	list-style-position: inside;
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #E4CC98;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 15px;
	background-color: #FAFAFA;
}


.middle_content
{
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
} 

/*------------------------------------------------------
										News lists
------------------------------------------------------*/
.sidebar h2{
padding:0 0 0 10px;
	}
ul.newslist
{
margin:10px 0px 10px 0;
padding:0;;
}

ul.newslist li
{
padding:3px 0 3px 5px;
margin-bottom:5px;
color:#CC938A;
list-style-type:none;
}
ul.newslist li a:link, ul.newslist li a:visited, ul.newslist li a:active
{
	padding:0px;
	color:#990000;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
}
#adresse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #CC3433;
	font-size: 13px;
	line-height: 1.5;
}


ul.newslist li a:hover
{
color:#333333;
padding:3px 0px;
text-decoration:none;
}

ul.newslist li span
{
font-weight:bold;
display:block;
text-decoration:underline;
color:#CF9D98;
}

/*------------------------------------------------------
							home and Service page
------------------------------------------------------*/
.servicebox{
	color: #61251D;
	line-height: 2;
	background-color: #FAFAFA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}


.servicebox a	{
	color: #CC3433;
	text-decoration: none;

}

.servicebox a:hover	{
	color: #D28C6F;
	font-weight: bold;
	text-decoration: underline;

}

.servicebox a:visited {
	text-decoration: none;
	color: #C27E5B;
}
.servicebox ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #61251D;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}


.readmore
{
margin:5px 0px 0px 0;
color:#fff;
background:#1e98b0;
padding:1px 10px 2px 10px;
text-decoration:none;

}
a.readmore:hover
{
color:#fff;
background:#1e98b0;
text-decoration:none;
}

.leftalign
{
float:left;
}

#copyright {
	color: #cc3433;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	width: auto;
	padding-right: 218px;
	
}

p {
	color: #666666;
}

#lit_news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B0C00;
	line-height: 1.5;
	width: auto;
	margin-bottom: 15px;
	border: 1px solid #F6C7B4;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#k_daten {
	font-size: 0.95em;
	padding: 8px;
}
#k_daten_tit {
	font-size: 0.8em;
	font-weight: bold;
}
#k_daten_tit a {
	font-size: 0.96em;
}


#go_map {
	border: 1px solid #CC9933;
}
#kont_dat {
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
}
#k_daten_z {

	font-size: 0.9em;
}

.style1 {
	color: #666666;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	line-height: 12px;
}

#div_ueber {
	margin-bottom: 35px;
	padding-left: 20px;
	padding-top: 15px;
	padding-right: 20px;
}
.banner_unten {
	width: 728px;
	margin-left: 0px;
	height: 90px;
	padding: 0px;
}
#links {
	text-align: center;
	margin-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 609px;
	line-height: 2;
	margin-right: auto;
	margin-left: auto;
}

#karta {
	background-image: url(bilder/karta.jpg);
	background-repeat: no-repeat;
	height: 721px;
	width: 609px;
	margin-top: 0px;
	top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#titel {
	width: 609px;
	padding-top: 25px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cc3433;
	font-size: 18px;
	font-style: normal;
	line-height: 26px;
		font-weight: bold;
	font-variant: normal;
	left: 0px;
	top: 5px;
	height: 50px;
	z-index: 2;
	background-color: #fbf8f8;
}
.bg_top_index {
	height:30px;
	background-image: url(bilder/topmid_index.gif);
	background-repeat: no-repeat;
}
.bg_repeat_index {
	overflow:hidden;
	background-image: url(bilder/mid_index.gif);
	background-repeat: repeat-y;
}
.bg_bottom_index {
	height:30px;
	background-image: url(bilder/botmid_index.gif);
	background-repeat: no-repeat;
}

.liste_links
{
        line-height: 2.1em;
		margin: 0.5em 0;
        padding: 0 0 0 0.4em;
    }
    ul.liste_links li
    {
        margin: 0.5em 0; padding: 0 0 0 10px;
        list-style-type: none;
        background: url(bilder/pf_kl.gif) no-repeat 0 0.8em;
    }
.index_staedte  td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2;
	text-align: left;
	line-height: 1.9em;
}

.index_staedte td a{
	color:#CC3300;
}

.buch-title {
	padding-left: 10px;
}


/***** SLIM SCROLLBAR STYLES *****/

.slimScrollDiv {
	border: 1px solid #F4F2F2;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


.wrapper .widgetbox #scroll1 p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
