@charset "utf-8";
/* CSS Document */

html,body {
	background-color: #CCC;
	color: #723432;
	text-align: normal;
	font-family: Verdana, Arial, Serif;
}
a  {
	background-color: #E8E8E8;
	color: #F60;
}
h1,h2,h3 {
	color: #e67126;
	font-weight: bold;
}
h1 a{
	color: #83ba39;
	font-size: 1.6em;
	text-decoration: none;
}
h2 {
	color: #000;
	font-weight: bold;
        font-size: 1.4em;
}
#container {
	padding: 2px;
	width: 760px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	padding: 15px;
	width: 715px;
	border: #999 solid 2px;
	margin-right: auto;
	margin-bottom: 2;
	margin-top: 10px;
	margin-left: auto;
	color: #333;
	background-color: #FFF;
	border-radius: 6px;
	
}

#header {
	padding: 0px;
	width: 745px;
	border: 2px solid #999;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2;
	margin-left: auto;
	height: 215px;
	background-image: url(bilder/header.png);
	background-repeat: no-repeat;
	border-radius: 6px;
}
#footer {
	width: 745px;
	border: #999 solid 2px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-radius: 6px;
	background-color: #e67126;
	color: #FFF;
	text-align: center;
	font-size: 11px;
}
#footer a{
	color: #eee;
}
