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

/* 
##############################################################################
Programming // Der Hersteller // www.der-hersteller.de
Layout // butterfreunde. SABINE BOLSINGER // www.butterfreunde.de
##############################################################################
*/



/*body
############################################################################*/
html, body {
	height:100%;
}
body {
	font:89%/1.6 Helvetica, Arial, sans-serif;
	text-align:center;
}



/*reset
############################################################################*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;	
}



/*html5
############################################################################*/
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display:block;
}



/*typosatz
############################################################################*/
h1, h2, h3, h4, h5, h6 {
}

h1 {
}
h2 {
}
h3 {
}
h4 {	
}
h5 {	
}
p {
}



/*class
############################################################################*/
.left {
	float:left;
	display:block;
}
.right {
	float:right;
	display:block;
}
.clear {
	clear:both;
}



/*layout
############################################################################*/
#distance {
	width:1px;
	height:50%;
	/*margin-bottom:-175px;*/
	margin-bottom:-331px;
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	clear:left;
	/*width:700px;
	height:375px;*/
	width:850px;
	height:662px;
	text-align:left;
}
#container img {
	display:block;
	margin:0;
}
#content {
}



/*header
############################################################################*/
#header {
}



/*nav
############################################################################*/
#nav {
}



/*footer
############################################################################*/
#footer {
}