html { height: 100%; margin-bottom: 1px; }
body { height: 100%; padding: 0; }

#page { 
	width:700px;
	position:relative;
	min-height:100%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	border: 0px #888 solid; 
}

#bild {
	height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px;
}

#header {
	background: #ada3a3;
	height: 140px;
}

#content {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 200px;
}

#content p a{
	color: #909090;
	text-decoration: none;
	margin-left: 0px;
}

#content p a:hover { color: #3D3D3D; text-decoration: none; }

#footer {
	bottom: 0;
	width: 700px;
	height: 140px;
	background: #ada3a3;
	position: relative;
}

#navi {
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    background: #c0c0c0;
	height: 30px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    line-height: 0;
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
}	

#navi ul {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}

#navi ul li {
    display: inline;
    float: left;
    font-size: 0.8em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navi ul li a,
#navi ul li strong {
	background: transparent;
    color: #3D3D3D;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    padding: 0.7em 1em 1em 1em;
    text-decoration: none;
    width: auto;
}

#navi ul li a:focus,
#navi ul li a:hover,
#navi ul li a:active  { background: #eee; color: #333; text-decoration: none; }

#navi ul li#current strong,
#navi ul li#current a,
#navi ul li#current a:focus,
#navi ul li#current a:hover,
#navi ul li#current a:active { background: transparent; color: #fff; text-decoration: none; }

h1 {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	padding: 10px;
	font-stretch: expanded;
	color: #FFFFFF;
}

h2 {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	color: #888582;		
}

h3 {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #888582;		
}

p {
	font-family: Lucida Sans, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height:1.5em;
	color: #888582;
}