html {
height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-color: #F4F1EA;
	padding: 0px;
}
#wrapper {
	position: relative;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	background-color: #FFF;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFD5B1;
	border-left-color: #DFD5B1;
}
#wrapper #banner {
}
#wrapper #nav {
	height: 30px;
	background-image: url(../bilder/bg/bgnav.jpg);
	background-repeat: repeat-x;
	margin-top: -5px;
}
#wrapper #nav #lang a {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #999;
	width: 50px;
	float: left;
	line-height: 40px;
	margin-left: 10px;
}

#wrapper #content {
	background-color: #FFF;
	position: relative;
	top: 4px;
	padding-bottom: 40px;
	clear: both;
}
#wrapper #nav #lang a:hover {
	color: #000;
}

#wrapper #fotnot {
	position:absolute;
	bottom:0px;
	width:96%;
	font-size: 11px;
	text-align: center;
	font-family: "Century Gothic";
	height: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DFD5B1;
	left: 2%;
	right: 2%;
	padding-top: 7px;
}
h1 {
	font-family: "Century Gothic";
	font-size: 16px;
}
h2 {
	font-family: "Century Gothic";
	font-size: 11px;
	font-weight: normal;
}




p {
	font-family: "Century Gothic";
	font-size: 12px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}
#wrapper #nav a {
	font-family: "Century Gothic";
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: right;
	height: 30px;
	width: 100px;
	text-align: center;
	line-height: 30px;
	background-image: url(../bilder/bg/ronav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
#wrapper #nav a:hover {
	background-position: bottom;
	color: #000;
}
#wrapper #nav #lang {
	float: left;
	width: 200px;
}
