/*ALLGEMEINES*/

body {
	background:#fcfcfc url(images/bg-verlauf.jpg) repeat-x scroll center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding:0;
	margin:0;
}

img {
	border: 0px none;
}

p {
	margin: 0;
}

.text {
	margin: 0;
	padding:0 0 18px;
	line-height:1.3em;
}

strong {
	font-weight: bold;
}

a {
	color: #006db5;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
}

/*HEADLINES*/

h1.header {
	display: block;
	margin: 0;
	background: transparent url(images/bg-header.jpg) no-repeat -8px top;
	overflow: hidden;
	width: 792px;
	height: 105px
}

h1.header a {
	display: block;
	height: 100%;
	padding-left: 800px;
}

/*CONTAINER INHALTSBEREICH*/

.main {
	height:auto;
}

#page-content {
	height:auto;
}

.content {
	width:792px;
	margin-left:auto;
    margin-right:auto;
}
