/* +++++++++++ +++++++++++ Allgemeine Formatierung +++++++++++ +++++++++++ */

body {
	color: #000;
	background: #fff url(./images/bg_wood.jpg) repeat top left;
	margin: 0 auto 2em auto;
	padding: 0;
	font-size: 100.01%;
	width: 100%;
}

#hauptfenster {
	padding: 0;
	margin: 2em auto 0 auto;
	font-size: 1em;
	width: 100%;
	max-width: 1000px;
	background: #fff;
	clear: both;
}

/* +++++++++++ +++++++++++ Schriftformatierung und Links +++++++++++ +++++++++++ */

p, h1, h2, h3, h4, td, address {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

h1 {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	color: #356496;
	border-bottom: 1px dotted #356496;
}

h3 {
	font-size: 1em;
	color: #000;
	margin: 1em 0 -1em 0;
	padding: 0;
}

h3.partner {
	margin: 1em 0 1em 0;
	padding-top: 1em;
	border-top: 1px solid #e5e5e5;
}

h4 {
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	color: #ccc;
	padding: 0.8em;
	margin: 0;
	clear: both;
	line-height: 2em;
	background: #1a1a1a;
	border: 1px solid #fff;
}

address {
	font-size: 1em;
	color: #000;
	font-style: normal;
	margin-bottom: 1.5em;
	text-align: left;
}

address.impressum {
	margin-bottom: 0;
}

.linkbeschreibung {
	border-top: 1px solid #ddd;
	padding: 1em 0 0 0;
}

.kursiv {
	font-style: italic;
}

.urlaubtext {
	margin-top: 1em;
}

.h-urlaub {
	margin-top: 1em;
	color: #00456A;
}

acronym, abbr {	cursor: help; }

a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a.textlink:link {
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: #356496;
	border-bottom: 1px dotted #356496;
}

a.textlink:visited {
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: #888;
	border-bottom: 1px dotted #888;
}

a.textlink:hover {
	color: #356496;
	border-bottom: 1px solid #356496;
}

a.textlink:active {
	color: #356496;
}


/* +++++++++++ +++++++++++ Tabellenformatierung +++++++++++ +++++++++++ */

table {
	font-family: arial, verdana, helvetica, sans-serif;
	text-align: left;
	color: #000;
	font-size: 1em;
}

.table {
	width: 100%;
	padding: 0;
	margin: 0;
}

.table-urlaub {
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	padding: 0;
	width: 100%;
	margin: 1em 0 1em 0;
	border: 1px solid #000;
	border-bottom: none;
}

.spalte {
	width: 4em;
}

.spaltenbreite {
	width: 5em;
	vertical-align: top;
}

.spalte-urlaub-li {
	width: 10em;
	padding: 0.2em;
	vertical-align: top;
	background: #D9E1EC;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.spalte-urlaub-re {
	padding: 0.2em;
	vertical-align: top;
	background: #fff;
	border-bottom: 1px solid #000;
}

.partnerlinks {
	vertical-align: top;
}


/* +++++++++++ +++++++++++ Bildformatierung +++++++++++ +++++++++++ */

img {
	border: 0;
}