@charset "UTF-8";
@import url("navigation.css");
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/lupi_main_bg1.gif) ;
	background-position: left top;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
	object , a , img
{
   outline-style: none;
}	
#outer-container {
        width:  900px;
        margin: 0px auto;
        padding-left: 100px;
 }
			
#container {
	width: 650px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	border: 0px solid red;
	position: relative;
}
#babe {
	width: 330px;
	height: 400px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url(images/babe.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 870px;
	right: -220px;
}
#babe2 {
	width: 400px;
	height: 400px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url(images/babe_blk_trans.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 870px;
	left: -120px;
}
#babe-gaestebuch {
	width: 300px;
	height: 400px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url(images/gaestebuch_babe.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 870px;
	left: -180px;
}
#babe-news {
	width: 500px;
	height: 400px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url(images/news_babe_blk.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 870px;
	left: 120px;
}
#babe-service {
	width: 500px;
	height: 400px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url(images/babe_service_blk_.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 870px;
	left: 120px;
}
#babe-flower {
	width: 250px;
	border: 0px solid transparent;
	background-color: transparent;
	background-image: url(images/flowerbabe.png);
	background-repeat: no-repeat;
	overflow: visible;
	position: absolute;
	z-index: 1;
	height: 800px;
	left: -200px;
	padding: 350px 10px 0px 10px;
	font-size: 12px;
}
#header {
	height: 200px;
	position: relative;
}
#header .logo {
	position: absolute;
	width: 240px;
	height: 90px;
	z-index: 10;
	right: 0px;
	top: 100px;
}
#inner-container {
	border: 0px solid blue;
	background-color: transparent;
	z-index: 2;
	position:relative;
	width: 650px;
	font-size: 1.5em;
	line-height: 1.4em;
	padding-top: 40px;
	margin-bottom: 100px;
	
}
#inner-container p{
	padding: 10px 0px 10px 0px;
	
	
	}
#inner-container .mark{
	color: #F0F;
	font-weight: bold;
}
#content-container {	

	padding: 5px 10px;
	background: transparent url(images/10x10_blk_50pz.png);
	width: 600px;
	min-height: 600px;
	
}
#content-container ul{
    margin:20px;
}
#footer {
  text-align: center;
  padding: 10px;
  margin: 10px;
  color: white;
}
#footer a{
  text-align: center;
  padding: 10px;
  margin: 10px;
  color: white;
}

/* Modelle */
a .image {
	border: 2px solid #fff;
	padding: 2px;
	margin: 8px;
}
a:hover .image {
	border: 8px solid #F0F;
	margin: 2px;
	
}
