html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #575757;
	background-color: #DAE1E7;
}

#wrapper {
	width: 915px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background-color: white;
}

#header {
	width: 875px;
	border-bottom: 1px dotted #5a5a5a;
}

#header a {
	display: block;
	width: 300px;
	height: 120px;
	background-image: url('../images/logo.gif');
	background-position: center 45px;
	background-repeat: no-repeat;
}

#content {	
	position: relative;
	float: left;
	padding: 0 20px 60px 20px;
}

#footer {
	position: absolute;
	width: 855px;
	padding: 5px 10px;
	bottom: 0;
	border-top: 1px dotted #5a5a5a;
	text-align: right;
	font-size: 0.9em;
}

#footer a {
	color: #575757;
}

a.urlaubswerk {
	padding-right: 28px;
	background: url('../images/urlaubswerk-mini-logo.gif') right center no-repeat;
}

#clearfix {
	clear: both;
	height: 1px;
}

a:link,
a:visited {
	color: #006ee0;
	text-decoration: none;
}

a:hover {
	color: #ffaa00;
	text-decoration: none;
}

ul.navigation {
	float: left;
	width: 220px;
	margin: 20px 0 0 0;
	padding: 0;
}

ul.navigation li {
	display: block;
	list-style: none;
	padding: 5px 10px;
	background-color: #f1f1f1;
	border-bottom: 1px dotted #5a5a5a;
}

ul.navigation li.top {
	color: #0455a1;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #d5d5d5;
	border: 0;
}

ul.navigation li.last {
	border: 0;
}

/* Artikel */

div.article {
	float: left;
	width: 625px;
	margin: 20px 0 0 30px;
}

div.article h1,
div.article h2,
div.article h3 {
	padding: 0;
	margin: 0;
	font-weight: bold;
	clear: both;
	height: 25px;
	padding: 0 15px;
	line-height: 25px;
}

div.article h1 {
	font-size: 1.1em;
	background: url('../images/blue-bar.gif') center repeat-x;
	color: white;
}

div.article h2 {

	font-size: 1.1em;
	background-color: #d5d5d5;
}

div.article h3 {
	font-size: 1.0em;
	background-color: #f1f1f1;
}

div.article p + h1,
div.article p + h2 {
	margin-top: 10px;
}

div.article p {
	margin: 0;
	padding: 5px 10px 10px 10px;
	background-color: #f1f1f1;
}

div.article img {
	float: left;
	margin: 5px 10px 5px 0;
}

div.article img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

div.article em {
	font-style: italic;
}

div.article strong {
	font-weight: bold;
}

/* Impressum */

div.impressum {
	float: left;
	width: 625px;
	margin: 20px 0 0 30px;
	font-size: 0.9em;
}

div.impressum h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #ffaa00;
	font-size: 1.1em;
	font-weight: bold;
}

div.impressum h2 {
	margin: 0;
	padding: 12px 0 4px 0;
	font-size: 1.0em;
	font-weight: bold;
}

div.impressum p {
	margin: 0 0 20px 0;
	padding: 0;
}
