﻿@charset "UTF-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
	color:#630;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url(../images/bckgrnd_f3f1eb.jpg);
	background-repeat: no-repeat;
	background-position: -5em -1em;
	background-color: #f3f1eb;
		}

	#abstand {
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-15em; /* half of container's height */
	float:left;
		}

	
	#box1 {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:30em;
	width:52em;
	clear:left;
	background-image: url(../images/spitz_01_b.jpg);
	background-repeat: no-repeat;
	background-position: 35em 10em;
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	border-top-color:#FFFFFF;
	border-left-color:#CCCCCC;
	font-size: 0.9em;
		}

	#boxrechts {
	font-size:0.8em;
	float:right;
	width:17em;
	margin-left:2em;
	margin-top: 2em;
		}
		
		#boxrechts a:link{
	color: #3399CC;
	text-decoration: none;
		}
		
		#boxrechts a:visited{
	color: #3399CC;
	text-decoration: none;
		}
		
		#boxrechts a:hover{
	color: #FF9933;
	text-decoration: none;
		}
		

	#box1 h2 {
		font-size:120%;
		font-weight:bold;
		text-transform:uppercase;
		margin:1em 0 0;
		}

	#box1 h3 {
		font-size:100%;
		font-weight:bold;
		margin:.5em 0 0 .75em;
		}

	#box1 ul {
		margin-left:2em;
		}

	#box1 li span {
		font-size:70%;
		}
		

	#box1 h1 {
		font-size:120%;
		padding-top:2.4em;
		margin-left:2.4em;
		}

	#box1 p {
		margin:1.5em 13.6em 1.5em 3em;
		}

	address {
	font-weight:normal;
	font-size:75%;
	font-style:normal;
	text-align:left;
	margin:0 22em 0 4em;
	bottom: 5em;
		}
		
	#footer {
	margin:1em 1em 0em 1em;
	position: relative;
	bottom: 0.1em;
	width: auto;
	font-size: 0.7em;
		}
