@charset "utf-8";
/* PRINT CSS Document für leonida-berlin.de | 2010 Reister Webdesign */
@media print {

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-sarif;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	background-color: #fff;
	background-image: url(../basics/hg.gif);
	background-repeat: no-repeat;
}
a:link {
	color: #26a39f;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #26a39f;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #DD2A1B;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FDD100;
}
h1 {
	margin-bottom: 12px;
	color: #dd2a1b;
	font-size: 18px;
	font-weight: lighter;
}
h2 {
	margin-bottom: 12px;
	color: #dd2a1b;
	font-size: 14px;
	font-weight: lighter;
}
h3 { margin-top: 12px;
	font-size: 12px;
	color: #26a39f
}

h4 {
	padding: 2px;
	background-color: #FFF7DA;
	font-size: 12px;
	border-bottom: 1px solid #26a39f;
	margin-bottom: 5px;
	margin-top: 12px;
	font-weight: lighter;
}
p {
	margin-bottom: 12px;
}
ol, ul {
	margin-bottom: 12px;
	margin-left: 20px;
}
img {
	border: none;
}
/* Seitenaufteilung */

#logo {
	margin-left: 0px;
	width:145px;
	position: absolute;
}
#bilder_oben { width: 418px; overflow: hidden;
	margin-left: 248px;
	position: absolute;
	white-space: nowrap;
}
#nav { display: none;
	margin-left: 0px;
	margin-top:156px;
	width: 355px;
	position: absolute;
}
#content {
	margin-left: 0px;
	margin-top: 192px;
	padding-bottom: 30px;
	width: 100%;
	position: absolute;
}

#i_faqlist * {display:block !important;}
#i_faqlist h1, #i_faqlist h2, #i_faqlist h3 {display:block;}
#i_faqlist h3.hidden {margin-bottom:12px;}

/* Navkästen links */

#nav h2 {
	padding-top: 4px;
	margin-bottom: 4px;
	margin-left: 162px;
	margin-right: 5px;
}
#nav li {
	padding-left: 18px;
	margin-left: 142px;
	list-style-type: none;
	background-image: url(../basics/nav_pf_off.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#nav a {
	color: #333;
	font-weight: lighter;
}
#nav a:hover {
	color: #26a39f;
	text-decoration: none;
}
#nav li#hier {
	background-image: url(../basics/nav_pf_on.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#hier a {
	color: #26a39f;
}
#nav_leonida {
	margin-bottom: 7px;
	height: 107px;
	background-image: url(../basics/navkasten_leonida.gif);
	background-repeat: no-repeat;
}
#nav_baubranche {
	margin-bottom: 7px;
	height: 142px;
	background-image: url(../basics/navkasten_bauberufe.jpg);
	background-repeat: no-repeat;
}
#nav_gastro {
	margin-bottom: 7px;
	height: 141px;
	background-image: url(../basics/navkasten_hotel.jpg);
	background-repeat: no-repeat;
}
#nav_workshop {
	margin-bottom: 7px;
	height: 76px;
	background-image: url(../basics/navkasten_workshop.jpg);
	background-repeat: no-repeat;
}
#nav_etc {
	padding-top: 5px;
	margin-bottom: 7px;
	height: 103px;
	background-image: url(../basics/navkasten_etc.gif);
	background-repeat: no-repeat;
}
#nav_etc li {
	margin-left: 5px;
}
.einruecker {
	margin-left: 20px;
}
/* Content */

#spalte_links {
	float: left;
	width: 50%;
}
#spalte_rechts {
	float: right;
	width: 48%;
	text-align: center;
}
#spalte_rechts h4 {
	text-align: left;
}
.logo {
	float: left;
}
}
