body {		background: #ede4de;
		text-align: center;
		color: #7c6958;
	}

#bild{	
		margin-top: 20px;
		margin-left:30px;
		width: 300px;
		height:150px;
		padding: 0px;
		background: url(img.png) no-repeat;
		border: 10px solid #eadacf;
	}

#box1 { 
		margin-top: -10px;
		margin-left: 330px;
		width: 173px;
		height: 144px;
		padding: 3px;
		border: 10px solid #eadacf;
		background: #f1e8e2;
	}
		
		
#navi{
		position: absolute;
		margin-top: 20px;
		margin-left:550px;
		width: 200px;
		padding: 3px;
		background-color: #f8eee7;
		border: 10px solid #eadacf;
	}

A.navi:link, A.navi:active, A.navi:visited {

		display: block;
		padding: 2px;
		padding-bottom: 6px;
		padding-top: 6px;
		text-transform: none;
		font-family: arial;
		font-size: 10px;
		margin-bottom: 2px;
		letter-spacing: 1px;
		color: #bda490;
		background-color: #f4e6dd;
		text-align: center;
		line-height: 10px;
		text-decoration: none;
		font-variant: normal;
		font-weight: lighter;
	}

A.navi:hover {

		color: #a77951;
	}

::-moz-selection {
		background-color: transparent;
		color: #7f000f;
	}


.naviueber, h1 {

		display: block;
		font-family: georgia;
		font-size: 20px;
		font-style: italic;
		color: #ad8e78;
		text-align: left;
		margin-bottom: 8px;
		margin-right: 1px;
		border-bottom: 2px dotted #eadacf;
		font-weight: lighter;
	}

#content {
		position: absolute;
		width:500px;
		margin-left:-10px;
		margin-top:20px;
		padding:10px;
		background: #fff;
		border: 10px solid #eadacf;
		text-align: left;
		color: #888;
}

td, div, font, textarea, body, input {
		font-family: tahoma;
		font-size: 10px;
		color: #999;
		text-align: justify;
		line-height:12px;}

strong, b {
		color: #7c6958;
		font-family: tahoma;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 9,5px;
	}

i, em {		
		color: #7c6958;
		font-family: Georgia;
		font-size: 10px;
	}

stroke, s {
		color: #c77c83;
		font-family: tahoma;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 9,5px;
	}

u {
		color: #c19975;
		font-family: tahoma;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 9,5px;
	}

a img {
		border: 3px solid #dccdc3;
	}

a:link, a:active, a:visited {
		color: #9d5222;
		font-family: tahoma;
		font-weight: bold;
		font-variant: small-caps;
		font-size: 9,5px;
	}

a:hover {
		color: #b58463;
	}

textarea, input {

		background: #fdf3ec;
		color: #a78a75;
		padding: 2px;
		border: 1px solid #efd8c7;
	}
