/* +++++++++++ +++++++++++ Allgemeine Formatierung +++++++++++ +++++++++++ */

body {
	color: #000;
	font-size: 100.01%;
	width: 100%;
}


/* +++++++++++ +++++++++++ Schriftformatierung +++++++++++ +++++++++++ */

p, h1, h2, h3, h4, td, address {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #2d251b;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h2 {
	margin: 0 0 1em 0;
	padding: 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px dotted #271c0e;
}

h3 {
	font-size: 1em;
	margin: 0;
	text-align: center;
	padding: 0.2em;
}

h4 {
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	padding: 0.8em;
	margin: 0;
	line-height: 2em;
	border-top: 1px dotted #000;
}

address {
	font-size: 1em;
	line-height: 1.4em;
	color: #fff;
	font-style: normal;
	text-align: left;
}

acronym, abbr {	cursor: help; }


/* +++++++++++ +++++++++++ Links +++++++++++ +++++++++++ */

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: #2d251b;
	border-bottom: 1px dotted #2d251b;
}

a.textlink:visited {
	font-family: arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	font-size: 1em;
	color: #2d251b;
	border-bottom: 1px dotted #2d251b;
}

a.textlink:hover {
	color: #2d251b;
	border-bottom: 1px solid #2d251b;
}

a.textlink:active {
	color: #2d251b;
}


/* +++++++++++ +++++++++++ Bildformatierung +++++++++++ +++++++++++ */

img {
	border: 0;
}