html {
}

body {
	font-family: "Times New Roman", Times, serif;
	word-wrap: normal;
	word-break: normal;
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	color: black;
	background-color: #aa9c61;
}

-------body #home #nav li.navhome a {
	word-wrap: normal;
	word-break: normal;
	color: red;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
	line-height: 24px;
	font-size: 24px;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

a {
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

#wrapper {
	height: 610px;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(./bilder/ASS_BG.jpg);
}

#header {
}

#nav {
	float: left;
	margin-left: 45px;
	position: relative;
	top: 417px;
	height: 154px;
	width: 330px;
}

#nav ul {
	padding: 0px;
	margin: 0px;
}

#nav li {
	font-family: "Times New Roman", Times, serif;
	text-shadow: 5px 5px 5px black;
	padding-top: 10px;
	height: 24px;
	width: 97px;
	padding-left: 40px;
	font-size: 20px;
	color: white;
	margin-bottom: 26px;
	list-style-type: none;
	display: block;
}

#nav li a {
	font-family: "Times New Roman", Times, serif;
	color: white;
	text-decoration: none;
	font-size: 20px;
	list-style-type: none;
	display: inline;
}

#nav li a:link {
	text-decoration: none;
	font-size: 20px;
	list-style-type: none;
	display: inline;
}

#nav li a:visited {
	text-decoration: none;
	font-size: 20px;
	list-style-type: none;
	display: inline;
}

#nav li a:hover {
	text-decoration: none;
	font-size: 20px;
	color: #aa9c61;
	list-style-type: none;
	display: inline;
}

.nav-float-right {
	float: right;
}

#content-wrapper {
}

#main-content {
	display: inline-block;
	position: relative;
	left: 71px;
	top: 35px;
	height: 530px;
	width: 328px;
	overflow: hidden
}

#main-content-scroll {
	display: inline-block;
	position: relative;
	left: 71px;
	top: 35px;
	height: 530px;
	width: 328px;
	overflow-y: scroll
}

#Portrait {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-top: 0px;
	float: right;
	border-style: none;
	box-shadow: 5px 5px 5px #000000;
}

div#footer {
    text-align: center;
}

div#footer a {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size: 14px;
	display: inline;
	text-decoration: none;
}

div#footer a:hover {
	color: blue;
}

div#footer span {
    padding: 0 3px;
}