/*///// Sticky Footer /////*/

* { margin:0; padding:0; } 
html, body, #wrap {height: 100%;}

body { 
	font: 0.74em/160% "Trebuchet MS", Arial, sans-serif; 
	background: #fff url(img/stripe.png) repeat-y;
}

.clear { clear: both; }
h1 { visibility: hidden; }
h2 { visibility: hidden; }

#wrap { float: left; }
#header { 	
	padding: 55px 0 53px 0px;
	margin-left: 50px;
	width: 280px;
	height: 71px; 
	background: url(img/logo.gif) no-repeat 0 60px;
}
#main {
	padding: 0;
	margin-left: 172px;
	width: 703px;
}
.inhalt  {
	width: 475px;
	float: left;
	color: #04536C;
	margin-bottom: 25px;
}
.inhalt h3 {
	font-weight: normal;
	color: #D92800;
	font-size: 1.05em;
}
h3.headline { margin-bottom: 10px; }
h4 {
	color: #D92800;
	margin: 12px 0 10px 0;
}
.inhalt  a { color: #04536C; text-decoration: none; border-bottom: 1px dotted #6B909C; }
.inhalt  a:hover { border-bottom: 1px solid #6B909C; }
.inhalt p, #sidebar p { padding-bottom: 10px; }
#sidebar {
	float: right;
	width: 208px;
	color: #D92800;
	padding: 0 0 0 20px;
}
#sidebar h3 {
	font-weight: normal;
	color: #04536C;
	font-size: 1.05em;
} 
#sidebar a { color: #D92800; text-decoration: none; border-bottom: 1px dotted #D97D58; }
#sidebar a:hover { border-bottom: 1px solid #D97D58; }

.caps { text-transform: uppercase; letter-spacing: 0.04em; }
