/* 
	Zuletzt bearbeitet:		Frank Meyering
	Datum:					26.11.2007
------------------------------------------------------------------------------------------------------------------------------------*/

/*html {
	overflow-y:scroll;
}*/

html, body, div, p, h1, h2, h3, h4, ul, ol, li, span, a, table, td, form, fieldset, img {
    border: 0;
    margin: 0;
    padding: 0;
}

body#fm {
	margin: 0;
	padding: 0;
	font:62.5%/140% Tahoma;
	color:#454547;
	background:#707072;
}

div.fixfloat {
	clear: both;
	margin:0;
	padding:0;
	height: 0px;
	clear: both;
	line-height: 0px;
	font-size: 0px;
}

#site {
	position:relative;
	margin:10em auto;
	background:none;
	width:700px;
	text-align:left;
	overflow:visible;
	font-size:1.1em;
	line-height:1.4em;
	text-align:center;
}

#logo {
	margin:0px 0px 10px 0px;
	text-align:center;
}

.col {
	margin:10px 0px 10px 0px;
	padding:0px 0px 25px 0px;
	background:url(../picts/hr-01.jpg) no-repeat bottom center;
	text-align:center;
	color:#454547;
}

.col p {
	margin:0px 0px 5px 0px;
}

#footer {
	margin:20px 0px 100px 0px;
	text-align:center;
}

/*	Link-Definitionen
------------------------------------------------------------------------------------------------------------------------------------*/

a:link {
	color:#454547;
	text-decoration:none;
}

a:visited {
	color:#454547;
	text-decoration:none;
}

a:hover {
	color:#a5a5a7;
	text-decoration:none;
}


