/*
**  spreecon
**
**  copyright (c) 2011 spreecon <info@spreecon.de>
**  All rights reserved.
**
**  created on 02-May-11
**  updated
*/

body {
	margin:0;
	padding:0;
	font-family: Georgia, Tahoma;
	font-size: 14px;
}

#content	{
	width:800px;
	height:400px;
	margin: auto;
	margin-top:100px;
}

#text	{
	position:absolute;
	width:450px;
	margin-top:30px;
	margin-right:30px;
	margin-left:300px;
	padding:10px;
	background-image:url(images/text_bg.png);
}

#text h1	{
	font-size:20px;
	font-weight: bold;
	padding:0px;
	margin:0px;
	line-height:24px;
}

#text p	{
	padding:0px;
	margin:0px;
	margin-top:10px;
	line-height:18px;
}

#menu	{
	width:800px;
	margin:auto;
}

#menupunkt	{
	width:100px;
	float:left;
	text-align:center;
	font-size:16px;
	background-color:#ff9900;
	color:#fff;
}

#menupunkt a:link, #menupunkt a:visited	{
	display:block;
	color: #ff9900;
	background-color:#fff;
	text-decoration: none;
}

#menupunkt a:hover	{
	background-color:#ff9900;
	color:#fff;
}

.clear	{
	clear:both;
}
