 /* Common-document-styles */

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	text-align:justify;
	line-height:18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
	background-color: #ffffff;
	background-image: url( ../gfx/bg-body.png );
	background-position: center top;
}

img {
	border-width: 0px;
}

a {
}

h1 {
	font-weight: bold;
	font-size: 130%;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

h2 {
	text-indent: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #000000;
}


h3 {
	margin: 0px;
	padding: 0px;
	color: #a00000;
	text-transform: uppercase;
	font-size: 13px;
}


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

a:link {
	color: #206020;
}

a:visited {
	color: #104010;
}

a:active {
	color: #308030;
}

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

p {
	margin-top: 6px;
	margin-bottom: 5px;
	text-indent: 0px;
    text-align: left;
}

.text_important {
	color: #a00000;
}

th, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #505050;
	line-height: 18px;
}

th {
	text-align: center;
}

form {
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea {
	font-family: Verdana, Arial, sans-serif;
}

ul {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-left: 20px;
    list-style-image:url( /gfx/list-plus_aufweiss.png );
}

li {
	margin-top: 4px;
	margin-bottom: 4px;
}


/**
 *	Styles, die das Seitenlayout allgemein beschreiben.
 */

/* Die ueber dem Inhalt. Ist optisch auf voller Breite */
#layout_navigation_top {
	width: 976px;
	height: 61px;
	margin: 0 auto 0 auto;
	color: #ffffff;
	text-transform: uppercase;
}

/* Unter Navigation: Inhalt mit Hintergrund.
   */
#layout_container_content {
	clear: left;
	width: 976px;
	margin: 0 auto 0 auto;
	padding: 0px;
	border-width: 0px;
	color: #000000;
	background-image: url( ../gfx/bg-inhalt.png );
	background-repeat: repeat-y;
}


#layout_container_content table {
	margin-left: 10px;
}


/* Weisse Fusszeile */
#layout_footer {
	width: 976px;
	margin: 0 auto 0 auto;
	height: 1px;
	background-color: #c0c0c0;
	background-image: url( ../gfx/bg-foot.png );
	overflow: hidden;
}


td.mittelspalte_kontakt {
	background-image: url( ../gfx/bg-contact.png );
	background-repeat: no-repeat;

}

td div.mittelspalte_kontakt {
	text-align: center;
}

/* Linke Spalte, oberer Block */
div.content_left_topblock {
	height: 286px;
	color: #999999;
	overflow: hidden;
}

/* Linke Spalte, unterer Block */
div.content_left_bottomblock {
	color: #999999;
}

/* Linke Spalte, volle Hoehe */
div.content_left_fullblock {
	color: #999999;
}

/* rechte Spalte, oberer Block */
div.content_right_topblock {
	height: 286px;
	color: #999999;
	overflow: hidden;
}

/* rechte Spalte, volle Höhe */
div.content_right_fullblock {
	color: #999999;
}

/* Rechte Spalte, unterer Block */
div.content_right_bottomblock {
	color: #999999;
}

div.content_padded_text {
	margin: 0px 10px 0px 10px;
}
 
span.keywords_grey_longtext {
	font-size: 14px;
	text-transform: uppercase;
	text-align: justify;
	color: #999999;
	line-height: 140%;
}

span.keywords_grey_big {
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #999999;
}

span.keywords_grey_small {
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #888888;
}

span.keywords_red_big {
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #F89038;
}

span.keywords_red_small {
	font-size: 11px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #f08030;
}

img.overthumb {
	border-width: 0px;
}

/**
 *	Die Navigationspunkt in der Nav oben.
 *
 *	Es gibt eine Klasse, die das allen Menuepunkten on wie off gemeinsame
 *	enthaelt und dann je eine die alles spezielle von on und alles spezielle
 *	von off definiert.
 *
 *	Hinweis: Jeder Top-Punkt hat eine eigene Element ID und ist darueber
 *			 platziert (siehe oben)
 */

a.navigation_top_common,
a.navigation_top_common:link,
a.navigation_top_common:visited,
a.navigation_top_common:active {
	display: block;
	float: left;
	margin-top: 25px;
	height: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	border-width: 0px;
	color: #ffffff;
	line-height: 27px;
}

a.navigation_top_common:hover {
	color: #a00000;
}


a.navigation_top_common_right,
a.navigation_top_common_right:link,
a.navigation_top_common_right:visited,
a.navigation_top_common_right:active {
	display: block;
	float: right;
	margin-top: 25px;
	height: 36px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
	border-width: 0px;
	color: #FF6633;
	line-height: 27px;
}

a.navigation_top_common_right:hover {
	color: #a00000;
}


a.navtop_home_common {
	width: 61px;
}

a.navtop_home_on
a.navtop_home_on:link,
a.navtop_home_on:visited,
a.navtop_home_on:active {
	background-image: url( ../gfx/navtop-home_on.png );
	color: #a00000;
}

a.navtop_home_off {
	background-image: url( ../gfx/navtop-home_off.png );
}

a.navtop_pkw_common {
	width: 199px;
}

a.navtop_pkw_on
a.navtop_pkw_on:link,
a.navtop_pkw_on:visited,
a.navtop_pkw_on:active {
	background-image: url( ../gfx/navtop-pkw_on.png );
	color: #a00000;
}

a.navtop_pkw_off {
	background-image: url( ../gfx/navtop-pkw_off.png );
}

a.navtop_nfz_common {
	width: 197px;
}

a.navtop_nfz_on
a.navtop_nfz_on:link,
a.navtop_nfz_on:visited,
a.navtop_nfz_on:active {
	background-image: url( ../gfx/navtop-nfz_on.png );
	color: #a00000;
}

a.navtop_nfz_off {
	background-image: url( ../gfx/navtop-nfz_off.png );
}

a.navtop_kontakt_common {
	width: 83px;
}

a.navtop_kontakt_on
a.navtop_kontakt_on:link,
a.navtop_kontakt_on:visited,
a.navtop_kontakt_on:active {
	background-image: url( ../gfx/navtop-kontakt_on.png );
	color: #a00000;
}

.navtop_kontakt_off {
	background-image: url( ../gfx/navtop-kontakt_off.png );
}

a.navtop_galerie_common {
	width: 83px;
}

a.navtop_galerie_on
a.navtop_galerie_on:link,
a.navtop_galerie_on:visited,
a.navtop_galerie_on:active {
	background-image: url( ../gfx/navtop-galerie_on.png );
	color: #a00000;
}

.navtop_galerie_off {
	background-image: url( ../gfx/navtop-galerie_off.png );
}

a.navtop_impressum_common {
	width: 121px;
}

a.navtop_impressum_on
a.navtop_impressum_on:link,
a.navtop_impressum_on:visited,
a.navtop_impressum_on:active {
	background-image: url( ../gfx/navtop-impressum_on.png );
	color: #a00000;
}

.navtop_impressum_off {
	background-image: url( ../gfx/navtop-impressum_off.png );
}

a.navtop_wettendass_common {
	width: 200px;
	margin-right: 10px;
}

a.navtop_wettendass_on
a.navtop_wettendass_on:link,
a.navtop_wettendass_on:visited,
a.navtop_wettendass_on:active {
	background-image: url( ../gfx/navtop-wettendass_on.png );
	color: #a00000;
}

.navtop_wettendass_off {
	background-image: url( ../gfx/navtop-wettendass_off.png );
	color: #FF6633;
}


/* PrettyPhoto */

#gallery_thumbs {
}

#gallery_thumbs ul.thumbs {
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}

#gallery_thumbs ul.thumbs li {
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#gallery_thumbs img {
	border-color: #4d4d4d;
	border-width: 1px;
	border-style: solid;
	margin: 4px 5px 4px 5px;
}

#gallery_thumbs div.pagination {
	clear: both;
	margin: 15px 0px 10px 0px;
}

#gallery_thumbs div.pagination a,
#gallery_thumbs div.pagination span {
	width: 40px;
	padding: 4px 10px 4px 10px;
	margin: 0px 5px 0px 0px;
	border-width: 1px;
	border-style: solid;
}

#gallery_slideshow img {
	border-color: #4d4d4d;
	border-width: 1px;
	border-style: solid;
}

#gallery_slideshow a.advance-link {
	text-decoration: none;
	border-width: 0px;
}

