#page {
	width: 831px;
}
body {
	background-color: #c10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/body.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/layout_inaktiv_nav_01.gif);
	background-repeat: no-repeat;
	height: 152px;
	width: 831px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 831px;
}

* {
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 12px;
}
h2 {
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #c10000;
	width: 350px;
	font-size: 18px;
}

#main {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 80px;
	padding-right: 50px;
	color: #333333;
	height: 550px;
}
.subtitle {
	font-size: 12px;
	position: absolute;
	left: 230px;
	top: 120px;
	text-transform: lowercase;
	font-weight: bold;
}

#nav {
	float: left;
	width: 150px;
	background-image: url(../images/trennlinie2.gif);
	background-repeat: no-repeat;
	background-position: 110px;
	height: 265px;
}
#header h2 {
	position: absolute;
	left: 228px;
	top: 120px;
	width: 250px;
}

#content {
	float: left;
	width: 429px;
}
#logo {
	float: left;
	width: 122px;
	height: 36px;
}

.img1  {
	float: right;
	margin-top: 10px;
}
/* Clearfix-Methode zum Clearen der Float-Umgebungen */
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

/* Diese Angabe benötigt der Safari-Browser zwingend !! */
.clearfix { display: block; }
/*---------------------------------------------------------*/
/* Workaround: Clearfix-Anpassung für alle IE-Versionen */
/*
** IE7 - x
*/
.clearfix { display: inline-block; }
/*
** IE5.x/Win - x
** IE6 - x
*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/*--------------------------------------------------------*/
a {
	color: #C10000;
}

#footer {
	padding-top: 120px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}