body {
  margin:0;
  padding:0;
  font-family: Verdana, sans-serif;
  font-size: small;
  color: #999999;
  background:#F5A0B5;
}

body p{
color: #FFFFFF;
}



/*Layoutstruktur */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(img/) repeat-y 70% 0;
	background-color:#F5A0B5;
}

#content {
	float: right;
	width: 67%;
	margin-left:1%;
	background: url(img/.gif) no-repeat top right;
	font-size: 95%;
	line-height: 1.5em;
	color:#F5A0B5;
}

#sidebar {
	float: left;
	width: 28%;
	margin-right:1%;
	background-color:#F5A0B5; 	
}

#sidebar2 {
	float: right;
	width: 3%;
	background-color:#F5A0B5;
}

#footer {
	clear: both;
	background: #A7D7EE;
}

/*header*/

#header {
  border-bottom: 0px solid #F5A0B5;
  height: 230px;
  background:#F5A0B5 url(http://www.lily-sandrina.de/2007/img/xx.jpg) no-repeat top right;
}

#header h1 {
  margin: 0;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 130%;
  color:#F5A0B5;
}	
#header h2 {
  margin: 0;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 120%;
  color: #CCCCCC;
}	
#header h3 {
  margin: 0;
  padding: 0px;
  font-family: Verdana, sans-serif;
  font-size: 110%;
  color: #CCCCCC;
}	

/*Nachrichtenleiste*/

#message {
  margin: 0;
  padding: 10px;
  font-family: Verdana, sans-serif;
  font-size: 90%;
  color:#A45BA0;
  text-align: center;
  background:#CCCCCC url(img/.gif) no-repeat top left;
}
#message strong {
  padding: 0 0 0 28px;
  background: url(img/.gif) no-repeat 0 50%;
}

/*Gutter*/
#content .gutter {
  padding: 25px;
  background:#F5A0B5;
}

#sidebar .gutter {
  padding: 15px;
  background:#B2E3F2;
}

/*Inhalt*/
#content h2 {
  margin: 0 0 1em 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 150%;
  font-weight: normal;
  color: #999999;
}
/* Vor IE5/Mac verstecken\*/
*html dl.feature {height: 1%;}
/* Vor IE5/Mac verstecken Ende*/

dl feature {display: inline-table;}
/* Vor IE5/Mac verstecken\*/
*html dl.feature {height: 1%;}
dl.feature {display: block;}
/* Vor IE5/Mac verstecken Ende*/


dl.feature {
  margin: 15px 0;
  padding: 15px;
}
dl.feature dt {
  margin: 0 0 .5em 0;
  font-family: Verdana, sans-serif;
  font-size: 95%;
  color:#999999;
}
dl.feature after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
dl.feature dt image{
  float:inherit;
  margin: 0 15px 0 0;
  padding: 0 4px 4px 0;
  background: url(img/.gif) no-repeat bottom right;
}
dl.feature dd{
  margin-left: 30px;
  font-size: 90%;
  line-height: 1.5em  color:#999999;
}

/*Seitenleiste*/
a{text-decoration: none;
  color:#A45BA0;
}
.box {
  margin: 0 0 20px 0;
  padding: 0 0 12px 0;
  border-style:inset;
  border-color:#F5A0B5;
  border:double;
  font-size: 100%;
  line-height:1.sem;
  background:#FFFFFF;  
}
.box  h3{
  margin: 0;
  padding: 12px;
  font-family: Verdana, sans-serif;
  font-size: 110%;
  font-weight: normal;
  color: #F5A0B5;
}
.box p, .box ul {
  margin: 0;
  padding: 0 12px;
 }
.box ul li{
  margin: 0 0 0 12px;
  padding: 0 0 0 18px;
  font-size: 100%;
  list-style: none;
  background: url(img/li-li.jpg) no-repeat 0 3px;
}

/*Footer*/
/* Vor IE5/Mac verstecken\*/
#footer{height: 1%}
/* Vor IE5/Mac verstecken Ende*/
/* Vor IE5/Mac verstecken\*/
*html #footer{height: 1%}
/* Vor IE5/Mac verstecken Ende*/

#footer{
	clear:both;
	background:#A45BA0 url(img/hamster3.gif) no-repeat top right;
}
#footer p{
margin: 0;
padding: 15px;
font-size: 85%;
color: #CCCCCC;
}
