<!-- /* $WEFT -- Created by: Heiko Bornemann (heiko.bornemann@gmx.de) on 28.02.2010 -- */
  @font-face {
    font-family: Lucida Calligraphy;
    font-style:  oblique;
    font-weight: normal;
    src: url(http://www.sarahundheiko.de/fonts/LUCIDAC0.eot);
  }
-->
<!-- /* $WEFT -- Created by: Heiko Bornemann (heiko.bornemann@gmx.de) on 01.03.2010 -- */
  @font-face {
    font-family: Century Gothic;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.sarahundheiko.de/fonts/CENTURY0.eot);
  }
-->
body {
	background-color: #DDFFDD;
	font-family: "Century Gothic", sans-serif;
	margin:auto;
	text-align:left;
	width:950px;		
	}
h1 {
font-size: 48px;
}

#menue 
{
    background-color : White;
	
	width:193px;
	float: left;
}

#menue:hover 
{
    background-color : #DDFFDD;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px;
	border-bottom: 1px solid #ccc;
	}
li:hover ul { display: block; }
li a:hover { background: #DDFFDD;}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 192px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}

#inhalt{
margin-top:-20px;
margin-right:0px;
margin-bottom:0px;
margin-left:230px;
width:630px;
}

#inhalt h1 {
font-size: 30px;
}
    
