body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: left;
		background-color: #FFFECD;
	}
	
	#titel
	{
		background-image: url(images/titel.gif);
		background-repeat:no-repeat;
		background-position: top left;
		margin-top:20px;
		margin-left:30px;
		height: 250px;
	}

	#menu
	{
		position:absolute;
		background-image: url(images/contentmenu.gif);
		background-repeat:no-repeat;
		background-position: top left;
		top:137px;
		margin-left: 615px;
		margin-top:0px;
		float: left;
		width: 226px;
		height: 300px;
	}


	#menusign
	{
		background-image: url(images/contentmenusign.gif);
		background-repeat:no-repeat;
		background-position: top center;
		top:0px;
		left:0px;
		margin-left:-45px;
		margin-top: -3px;
		padding-bottom:0px;
		width: 200px;
		position:relative;
		height:30px;
		font-size:0.9em;
 text-decoration : none;
	}

	#menuc
	{

		margin:5px;
		padding-top:0px;
		color: #313131;
		font-family: Optima,arial;
		font-style:italic;
		font-weight: lighter;
 text-decoration : none;
	}





	#content
	{
		margin-left:33px;
		width: 548px;
		margin-top:-20px;
		padding-left: 11px;
		padding-right: 9px;
		color: black;
		background-color: #666699;
		font-family: Optima;
		font-size:1.2em;
		word-spacing:0.15em;
		line-height:1.4em;
		float: left;
	}

	#text
	{

		margin-top:-100px;
		color: black;
		font-family: Optima;
		float: left;
	}


	h1 {
		font-family: Optima,arial;
		font-size:1.9em;
		font-style:italic;
		text-align: center;
		font-weight: lighter;
		margin-bottom:1.4em;
		margin-left:-110px;
		color:#FFFECD;
		line-height:0.9em;
	}

	h2 {
		font-size:1.2em;
		text-decoration:none;
		text-align: center;
		padding-top:5px;
	}

	h3 {
		font-size:1em;
		text-decoration:none;
		margin-bottom:0.5em;
		text-align: center;
	}
		












a:link {
 color : black;
      }

a:visited {
 color : black;
 text-decoration : underline;
      }

a:hover {
 color : #424242;
 text-decoration : underline;
      }

ul li {
list-style: none;
margin:0;
padding:0;
}


img {
border:none;
display:block; 
}