@charset "UTF-8";
/* CSS Document */

* {
	margin:0 auto; 
	padding:0; 
	border:0;
}


html {
	background:url(../images/bg.png);
	background-color:#f1e2e2;
	background-repeat:repeat-x;
	position:relative;
	height:100%;

}

#container {
	width:970px;
	height:766px;
}
	
/* main */	
	
#head {
	width:970px;
	height:110px;
}

#left_top {
	float:left;
	position:relative;
	background:url(../images/book_o_1.jpg);
	background-repeat:no-repeat;
	width:660px;
	height:110px;
}

#right_top {
	float:left;
	position:relative;
	background:url(../images/book_o_3.jpg);
	background-repeat:no-repeat;
	height:110px;
	width:310px;
}
/* ende main */ 	



/* box */

#box {
	width:970px;
	height:656px;
	padding-top:110px;
}

/* main */

#main {
	float:left;
	width:660px;
	height:656px;
	margin-top:-4px;
}

#schatten {
	float:left;
	width:16px;
	height:656px;
	background-image:url(../images/Book_1_4_05.jpg);
	background-repeat:no-repeat;
}

#content {
	float:left;
	width:644px;
	height:656px;
	background-image:url(../images/Book_1_4_06.jpg);
	background-repeat:repeat-x;
}
	
#innen_box {
	width:610px;
	height:540px;
	background-color:#fff;
}
	
#innen_rechts {
	float:left;
	width:260px;
	height:540px;
}

.bild_gross {
	padding-bottom:18px;
}

.karte_bild {
	padding-right:50px;
}

#innen_links {
	float:left;
	width:350px;
	height:540px;
}

#innen_rechts img {
	float:right;
}

/* right*/

#right {
	float:right;
	width:310px;
	height:656px;
	margin-top:-4px;
}

#head {
	float:right;
	width:310px;
	height:206px;
	background-image:url(../images/Book_1_4_08.jpg);
	background-repeat:no-repeat;
}

#middle {
	float:right;
	width:310px;
	height:281px;
	background-image:url(../images/Book_1_4_09.jpg);
	background-repeat:no-repeat;
}

#footer {
	float:right;
	width:310px;
	height:169px;
	background-image:url(../images/Book_1_4_10.jpg);
	background-repeat:no-repeat;
}

/* Typo */ 

h1, h2 {
	color:#ffbe00;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:22px;
	padding-left:25px;
	padding-bottom:25px;
}

h2 {
	color:#000;
	font-size:16px;
}

h1 {
	padding-top:25px;
}

p {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:20px;
	padding-bottom:15px;
}

ul {
	padding-left:40px;
}

li {
	list-style-image:url(../images/gelber_stern.png);
	text-decoration:none;
	line-height:170%;
}


.karte {
	font-weight:bolder;
}

#middle {
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}

#middle h3 {
	padding-top:25px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
}

#middle li {
	list-style:disc;
	padding-bottom:10px;
	padding-right:15px;
}

#middle ul {
	margin-left:-8px;
}


#footer a {
	background:url(../images/button.jpg);
	width:270px;
	height:46px;
	background-repeat:no-repeat;	
	display:block;
	margin-top:10px;

}

#footer a:hover {
	background:url(../images/button_mo.jpg);
	width:270px;
	height:46px;
	background-repeat:no-repeat;
}

#impressum a {
	background:none;
	text-decoration:none;
	color:#999;
	font-size:9px;
	margin-top:60px;
	margin-left:-620px;
}

#impressum a:hover {
	background:none;
	text-decoration:none;
	color:#999;
	font-size:9px;
	margin-top:60px;
	margin-left:-620px;
}

/* Impressum */ 

#impress {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:700px;
}

