body {
	margin: 22px 0 12px 0;
	background: url(../images/bg_body.gif) repeat-x 0 0 #f3f3f3;
	font-family: Lucida Grande, Lucida, Arial, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 20px; }

#wrapper {
	margin: 0 auto;
	width: 773px;
	padding: 0 16px;
	background: #fff;
	overflow: auto; }

h1 {
	color: #006ebb;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase; }

h2 {
	color: #006ebb;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase; }

h3 {
	color: #006ebb;
	font-weight: normal;
	font-size: 15px;
	text-transform: none; }
	
#left-col ul {
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0; }

#left-col ul li {
	background: url(../images/lsi_left-col_ul.gif) no-repeat left center;
	padding-left: 12px; }

#left-col img {
	border: 0; }

.invisible {
	display: none; }

table tr td {
	vertical-align: top; }

a:link {
	color: #006EBB; }

a:visited, a:active {
	color: #363636; }

/* *************************** */
/* HEADER                        */
/* *************************** */

#logo img {
	border: 0;
	margin: 4px 0 0 0; }

/* *************************** */
/* NAVIGATION                  */
/* *************************** */

#navigation {
	list-style-type: none;
	height: 32px;
	padding: 0;
	background: url(../images/bg_navigation.gif) repeat-x;
	margin: 25px 0 0 -16px; }

#navigation li {
	float: left; }

#navigation li.active,
#navigation li:hover {
	background: url(../images/bg_navigation_li_active.gif) repeat-x; }

#navigation li#login {
	float: right;
	background: none;
	padding: 7px 6px 0 0; }

#navigation li a {
	background: url(../images/bg_navigation_a.gif) no-repeat right 4px;
	display: block;
	padding: 5px 14px;
	font-size: 13px;
	color: #0063a6;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold; }

#navigation li a:hover {
	text-decoration: underline; }

#navigation li#login input#username,
#navigation li#login input#password {
	vertical-align: top;
	height: 13px;
	width: 88px;
	border: 0;
	font-size: 9px;
	color: #a7a7a7;
	padding: 3px 0 0 6px; }

#navigation li#login input#username {
	background: url(../images/bg_navigation_login_username.gif) no-repeat;
	padding-right: 6px; }

#navigation li#login input#password {
	background: url(../images/bg_navigation_login_password.gif) no-repeat; }

#navigation li#login input#submit-login {
	width: 16px; }

/* *************************** */
/* LEGAL-INFO                  */
/* *************************** */

#legal-info {
	clear: both;
	padding-top: 24px;
	font-size: 10px;
	color: #a3a3a3; }

#legal-info a {
	margin-left: 12px;
	color: #a3a3a3;
	text-decoration: none; }

#legal-info a:hover {
	text-decoration: underline; }

/* *************************** */
/* FOOTER                      */
/* *************************** */

#footer {
	overflow: auto;
	margin: 0 auto;
	padding: 15px 0 0 12px;
	width: 793px;
	font-weight: bold;
	font-size: 12px;
	color: #0063a6;
	text-transform: uppercase; }
	
#footer img {
	float: left;
	margin-right: 20px;
	border: 0; }

#footer #newsletter {
	float: right;
	text-align: right;
	width: 400px; }

#footer #newsletter #email {
	vertical-align: top;
	height: 13px;
	width: 88px;
	border: 0;
	font-size: 9px;
	color: #a7a7a7;
	padding: 3px 0 0 6px;	background: url(../images/bg_footer_newsletter_email.gif) no-repeat;
	padding-right: 6px;
	margin-left: 6px; }

#footer #newsletter #submit-newsletter {
	vertical-align: top;
	width: 16px; }

/* *************************** */
/* HOME                        */
/* *************************** */

#slider {
	margin: 34px auto 0 auto;
	width: 648px;
	height: 280px;
	cursor: pointer;
	position: relative; }

#slider img {
	display: none;
	position: absolute; top: 0; left: 0; }
#slider img#image1 { display: inline; }

#slider #pause {
	display: none;
	position: absolute; 
	height: 51px;
	width: 51px;
	background: url(../images/bg_pause.png) no-repeat;
	top: 115px;
	left: 300px; }
#slider:hover #pause {
	display: block; }
#slider .pause-play {
	background-position: -51px 0 !important; }

#home #left-col {
	width: 495px;
	float: left;
	background: url(../images/bg_left-col.gif) no-repeat right center;
	padding-right: 12px;
	margin: 24px 12px 0 0; }
	
#home #right-col {
	width: 250px;
	float: left;
	margin: 24px 0 0 0; }

#home #right-col img {
	float: left;
	margin-right: 8px; }

#home #right-col h1 {
	margin-top: 0;
	padding-top: 6px; }

/* *************************** */
/* Referenzen                  */
/* *************************** */

#referenzen_rechts li {
	cursor: pointer; }

#referenzen_rechts li:hover {
	color: #006EBB; }

#referenzen_rechts div {
	font-size: 12px;
	color: #006EBB;
	line-height: 16px;
	margin: 12px 0 12px 0;
	display: none; }

#referenzen .ce_gallery {
	margin-bottom: 30px; }
	
/* *************************** */
/* Produkte                    */
/* *************************** */

#products {	
/* 	overflow: auto; */
	margin: 0 0 0 24px; }

#products div {
	cursor: pointer;
	position: relative;
	width: 230px; 
	float: left;
	margin-bottom: 12px; }

#products div div.detailtext {
	z-index: 4;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 6px 6px 6px #ccc;
	display: none;
	position: absolute;
	top: 20px;
	left: 80px;
	width: 250px;
	font-size: 10px;
	line-height: 16px;
	background: url(../images/bg_products_div_p.png); }
#products div div.detailtext h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #000; }

#products div img {
	vertical-align: middle; }

#products div span {
	padding-left: 6px;
	font-size: 10px; }

#catinthebag {
	margin: 12px 0 0 0;
	width: 450px !important; }
#catinthebag img { 
	float: left;
	margin-right: 11px; }
#catinthebag p {
	margin: 0; }


#basispaket {
	margin-top: 20px;
	float: left;
	background: url(../images/bg_basispaket.png) no-repeat 0 38px;
	height: 148px;
	width: 168px; }
#basispaket ul {
	margin: 0 0 0 24px;
	list-style-image: none;
	list-style-type: none; }
#basispaket ul li {
	background: none;
	font-size: 10px;
	height: 24px; }

#wunschpaket {
	margin-top: 20px;
	position: relative;
	float: right;
	background: url(../images/bg_wunschpaket.png) no-repeat 0 38px;
	height: 148px;
	width: 320px; }
#wunschpaket ul {
	margin: 0 0 0 24px;
	list-style-image: none;
	list-style-type: none; }
#wunschpaket ul li {
	background: none;
	font-size: 10px;
	height: 24px; }
#wunschpaket ul li.last {
	position: absolute;
	top: 53px;
	left: 175px;
	float: right;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase; }

#trennlinie {
	height: 1px;
	width: 495px;
	background: url(images/trennlinie.gif) no-repeat top center; }