/*11.03.2008
Roman Theobald*/


* {

margin: 0;
padding: U;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 120%;
	color: #000000;
	background-color: #FDD5A4;
	text-align: center;
	text-decoration: none;
}



#container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 200px;
	line-height: 1500pt;
	overflow: hidden;
	background-image: url(../bilder/klding.png);
	background-repeat: no-repeat;
	background-position: 100px 0px;
}

#navigation {
	background-color: #FF6600;
	text-decoration: none;
}
#navigation ul {
	list-style-type: none;
	text-decoration: none;
}

#navigation li {
	display: inline;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 32px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF9900;
}





#maincontent {
	line-height: 30px;
}

#footer {
}

#copyright {
}

