/* ====================================== 
   1. kalibrierung und allgemeine styles 
   ====================================== */

/* kalibrierung der wichtigsten abstände */

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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;

}

/* allgemeine selektoren */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	line-height: 1;
	color: #000000;
	background: #e7e7e7 url(../img/fuss.png) repeat-x 0 0;
}

/* tabellen benötigen 'cellspacing="0"' im markup */

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: "" "";
}

/* hyperlinks */

a {
} 

a:hover,
a:active, 
a:focus { 
}

/* allgemeine klassen */

small {
	font-size: 0.8em;
}

strong {
	font-weight: bold;
}

.invisible { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 
}

.clearfix:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ==================================== 
   2. styles für die layoutbereiche 
   ==================================== */
#inhalt {
	background: transparent url(../img/bubentraeume.jpg) no-repeat 50% 0;
	height: 677px;
	min-width:960px;
	font-size: 0.85em;
}

#fuss {

}

/* ==================================== 
   3. sonstige styles 
   ==================================== */

#fuss  {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#fuss p {
	padding: 15px 0 0 796px;	
}

a.twitter,
a.facebook  {
	display:block;
	height: 32px;
	width: 32px;
	text-indent: -999em;
	float:left;
}

a.twitter  {
	margin-right: 20px;
	background: transparent url(../img/twitter.png) no-repeat;
}

a.facebook  {
	background: transparent url(../img/facebook.png) no-repeat;
}

a.kontakt {
	position: absolute;
	top: -677px;
	left: 0;
	height: 677px;
	width: 960px;
	text-indent: -999em;
}