/****** CSS Document *******/

/* TAGs */
* {
	margin: 0;
	padding: 0;
	border: solid #000 0;
}
body {
	color: #000;
	background: #333;
	font: normal 100.1% Arial, Helvetica, sans-serif;
	text-align: center;
	position: left;
	float: left;
}
a:link, a:hover, a:visited, a:active, a:focus {
	color: #000000;
}
#navi img {
	padding-top: 5px;
}

/* Klassen */
.fliess {
/*	margin-left: 220px;*/
	font-size: 1.2em;
	padding-top: 25px;
	padding-right: 215px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.fuss {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	padding-top: 5px;
}
/* IDs */

#container {
	width: 1000px;
	color: #fff;
	margin-top: 5px;
	text-align: left;
	background: #333 url(../img/hintergrund12.jpg) no-repeat center 135px;
	height:	650px;
}

#container a
{
	color: #fff;
}

#header {
	height: 122px;	
	color: #000;
}

#kontakt {
	float: left;
	width: 800px;	
	background: transparent;
}
#content {
/*	color: #fff;*/
/*	background: #FF9;*/
	height: 300px;
	width: 550px;
	float: left;
}
#footer {
	clear: both;
	color: #000;
	background: transparent;
	height: 20px;
	text-align: center;
}

.links {
	margin:1em;
	padding:1em;
	text-align:center;
	display:inline;
	width:20em;	
}

.links a {
	display:block;	
	padding:0.3em;
}
