h1 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 17px;
	color: #5e5e5e;
	font-weight: normal;
}

h1 strong {
	color: #00336d;
	font-weight: normal;
}

h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	color: #00336d;
	font-size: 16px;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

p {
	margin: 0px;
	margin-bottom: 15px;
}

/* ----- FARBEN ----- */

.mittelgrau {
	color: #9d9d9d;
}

.hellgrau {
	color: #757575;
}

.rot {
	color: #af1c1c;
}

/* ----- LINIE ----- */

hr {
	background-color: #d0d0d2; /* Mozilla 1.4 */
	color: #d0d0d2; /* IE 6 */
	border: #d0d0d2; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 18px 0px;
}

div#footer hr {
	background-color: #e8e8e8; /* Mozilla 1.4 */
	color: #e8e8e8; /* IE 6 */
	border: #e8e8e8; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin: 13px 0px;
	width: 740px;
}

/* ---- LINKS ---- */

a {
	color: #0f679d;
	text-decoration: none;
}

a:hover {
	color: #768e9d;
	text-decoration: underline;
}

/* ---- LINKS -- TOP ---- */

div#top a {
	background-image: url(../images/font/link-top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	padding-left: 9px;
	color: #848484;
	margin-left: 15px;
}

div#top a:hover {
	background-image: url(../images/font/link-top-hover.jpg);
	color: #848484;
}

div#top a.aktiv {
	font-weight: bold;
}

/* ---- LINKS -- CONTENT -- BREADCRUMB ---- */

div#content div#breadcrumb a {
	color: #9e9e9e;
	text-decoration: underline;
}

/* ---- LISTEN ---- */

div#content ul {
	margin-bottom: 25px;
}

div#content ul li {
	margin-bottom: 3px;
}

/* ---- LISTE -- FOOTER ---- */

div#footer ul {
	margin: 0px;
	margin-right: 20px;
	padding: 0px;
	list-style: none;
	float: left;
	width: 115px;
}

div#footer ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	list-style: none;
	margin: 1px 0px;
	font-size: 12px;
}

/* ---- FOOTER -- KONTAKTDATEN ----- */

div#footer div#kontaktdaten p {
	font-size: 11px;
	margin-top: 3px;
	line-height: 31px;
}

div#footer div#kontaktdaten p big {
	font-size: 23px;
}

/* ---- RIGHT ---- */

div#right div.container h1 {
	background-image: url(../images/layout/content-right-top.gif);
	padding: 6px 10px;
	margin: 0px -11px;
	min-height: 10px;
	margin-top: -6px;
	margin-bottom: 8px;
	color: #fff;
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
}

div#right div.container h2 {
	margin-bottom: 8px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-bottom: 8px;
}

div#right div.container h2 a {
	color: #525252;
	text-decoration: none;
}

div#right div.container h2 a:hover {
	color: #999999;
	text-decoration: none;
}

div#right div.container p.preis {
	text-align: right;
	background-image: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: none;
	border: 0px;
	width: auto;
	padding: 0px;
}

div#right div.container p > big {
	color: #325b89;
	font-size: 14px;
	text-align: right;
}

div#right div.container a.button, div#content a.button {
	background-image: url(../images/layout/content-right-button.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 0px;
	border: none;
	height: 16px;
	width: 109px;
	padding: 8px 11px 4px 11px;
	color: #fff;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	margin: 5px 0px 0px 50px;
	display: block;
}

div#right div.container a.button:hover, div#content a.button:hover {
	text-decoration: none;
}

div#right div.container div.navi a.erste {
	background-image: none !important;
	color: #969696;
	float: left;
	margin-left: -7px;
	margin-right: 7px;
}

div#right div.container div.navi a.letzte {
	background-image: none !important;
	color: #1a4271;
	float: right;
	margin-right: -7px;
	margin-left: 7px;
}

div#right div.container div.navi a {
	background-image: url(../images/icons/vor-zurueck-navi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	padding-top: 1px;
	margin-left: 2px;
	text-align: center;
	color: #fff;
}

div#right div.container div.navi a:hover {
	background-image: url(../images/icons/vor-zurueck-navi-hover.jpg);
	text-decoration: none;
}

div#right div.container div.navi a.aktiv {
	background-image: url(../images/icons/vor-zurueck-navi-aktiv.jpg);
}