/* CSS Document */

body, html {
  	color: #413836;
}

body, td {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}

h1 {
	display: none;
}

h2 {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
 	color: #663300;
}

h3 {
	padding: 0px 0px 0px 0px;
	font-size: 14px;
 	color: #CC6600;
}

h4 {
	padding: 0px 0px 0px 0px;
	font-size: 13px;
 	color: #FF9900;
}

h5 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
 	color: #663300;
}

p {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1.25em;
	margin: 0;
	padding: 0px 0px 17px 0px;
}

.buchung {
  	color: #CCCCCC;
}

.navi {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0px 15px 0px 15px;
	color: #413836;
	text-transform: uppercase;
	text-align: right;
}

.footer {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px 15px 0px 15px;
	color: #CC6600;
	text-align: right;
}

.aktiv {
	color: #CC6600;
}

a {
	color: #CC6600;
	text-decoration: none;
}

a:visited {
	color: #CC6600;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

a.navi, a.navi:visited {
	color: #fff;
}

a.navi:hover {
	color: #663300;
}

a.footer, a.footer:visited {
	color: #CC6600;
}

a.footer:hover {
	color: #663300;
}

.dsa-list {list-style-type:decimal;}

