 /* Common-document-styles */

body {
	font-family: Times, serif;
/*	font-family: Trebuchet MS, Verdana, Arial, sans-serif; */
	font-size: 14px;
	line-height:19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	background-image: url( ../gfx/bg-body.png );
	background-repeat: repeat-x;
	color: #c0c0c0;
}

a {
}

a.intext {
	letter-spacing: 0px;
}

.notinuse {
	letter-spacing: 0px;
}


a:link {
    color: #b0b0b0;
/*    text-decoration: none; */
    font-weight: bold;
}

a:visited {
    color: #b0b0b0;
    font-weight: bold;
}

a:active {
    color: #d0d0d0;
    font-weight: bold;
}

a:hover {
    color: #d0d0d0;
    font-weight: bold;
}


p {
	margin: 8px 0px 8px 0px;
	padding: 0px;
	text-indent: 0px;
    text-align: left;
    text-align: justify;
}


th, td {
}

img {
	border-width: 0px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

input {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

textarea {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 150%;
	margin: 30px 0px 20px 0px;
}

h2 {
	font-size: 120%;
	margin: 20px 0px 15px 0px;
}

h3 {
}

h4 {
}

ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}


.text_color_gold {
	color: #999966;
}

.text_color_default {
	color: #484848;
}


/* Textfarbe für Texte, die sich direkt auf beide Häsuer beziehen */
.text_color_both {
	color: #7a7a4e;
}

.text_nowrap {
	white-space: nowrap;
}

.text_error {
	color: #800000;
	font-weight: bold;
}

.text_contact_value {
	color: #000000;
}


.text_style_italic {
	font-style: italic;
}

.text_between_images {
	margin-left: 30px;
	margin-left: 15px;
}

.text_centered {
	text-align: center;
}

.image_content {
	border: 0px;
	margin: 8px 0px 8px 0px;
	padding: 0px;
}

.button_big {
	width: 190px;
}

.button_medium {
	width: 150px;
}

.button_small {
	width: 110px;
}


/**
 *	Styles, die das Seitenlayout allgemein beschreiben.
 */

/* Der Hintergrund über den gesamten Inhalt */
#layout_container_all {
	width: 850px;
	margin: 0 auto 0 auto;
	background-color: #000000;
	border-width: 0px;
	border-color: #a0a0a0;
	border-style: solid;
}

/* Div-Balken für das Bild ganz oben */
#layout_bar_head {
	clear: both;
	height: 221px;
	overflow: hidden;
}

/* Div-Balken für die Navigation */
#layout_bar_navigation {
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	height: 79px;
	margin: 0px;
	background-image: url( ../gfx/bg-navigation.png );
	overflow: hidden;
}

/* Div-Balken für die Überschrift */
#layout_bar_headline {
	clear: both;
	text-align: center;
	padding: 20px 0px 10px 0px;
	margin: 0px;
	letter-spacing: 2px;
}

/* Position der Überschrift innerhalb Ihres Divs */
#layout_bar_headline h1 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}


/*
 *	Der eigentliche Inhalte im Inhalt
 */

#layout_content_content {
	clear: both;
	margin: 20px 50px 20px 50px;
	padding: 0px;
}

.thumbs_image {
	display: block;
	margin: 10px auto 1px auto;
	border-width: 1px;
	border-style: solid;
	border-color: #a0a0a0;
}

.thumbs_description {
	margin: 0px 8px 8px 8px;
	font-style: italic;
}


#main_image {
	display: block;
	margin: 0px auto 0px auto;
}

#table_gallerythumbs {
	margin: 15px 0px 15px 0px;
}

#impressum {
	float: left;
}


#music {
	float: right;
	text-align: right;
}

.thumb_image {
	border-width: 1px;
	border-color: #808080;
	border-style: solid;
}

/**
 *	Die Navigationspunkt in der Nav oben.
 *
 *	Alle Nav-Punkte verwenden eine gemeinsame Klasse: navigation_top_common
 *
 *	Dann hat jeder Punkt eine gemeinsame Klasse für on und off (für Position
 *	und Maße und je eine einzelne für on und eine für off (die Hintergründe)
 */

a.navigation_top_common {
	position: absolute;
	display: block;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	height: 71px;
}

a.navigation_top_welcome_common {
	left: 49px;
	top: 0px;
	width: 82px;
	background-image: url( ../gfx/bg-nav-welcome-off.png );
}

a.navigation_top_welcome_off {
}

a.navigation_top_welcome_on,
a.navigation_top_welcome_off:hover {
	background-image: url( ../gfx/bg-nav-welcome-on.png );
}


a.navigation_top_bar_common {
	left: 142px;
	top: 0px;
	width: 47px;
	background-image: url( ../gfx/bg-nav-bar-off.png );
}

a.navigation_top_bar_off {
}

a.navigation_top_bar_on,
a.navigation_top_bar_off:hover {
	background-image: url( ../gfx/bg-nav-bar-on.png );
}


a.navigation_top_termine_common {
	left: 204px;
	top: 0px;
	width: 79px;
	background-image: url( ../gfx/bg-nav-termine-off.png );
}

a.navigation_top_termine_off {
}

a.navigation_top_termine_on,
a.navigation_top_termine_off:hover {
	background-image: url( ../gfx/bg-nav-termine-on.png );
}


a.navigation_top_service_common {
	left: 297px;
	top: 0px;
	width: 71px;
	background-image: url( ../gfx/bg-nav-service-off.png );
}

a.navigation_top_service_off {
}

a.navigation_top_service_on,
a.navigation_top_service_off:hover {
	background-image: url( ../gfx/bg-nav-service-on.png );
}


a.navigation_top_rentaroom_common {
	left: 378px;
	top: 0px;
	width: 124px;
	background-image: url( ../gfx/bg-nav-rent-a-room-off.png );
}

a.navigation_top_rentaroom_off {
}

a.navigation_top_rentaroom_on,
a.navigation_top_rentaroom_off:hover {
	background-image: url( ../gfx/bg-nav-rent-a-room-on.png );
}


a.navigation_top_highheels_common {
	left: 522px;
	top: 0px;
	width: 91px;
	background-image: url( ../gfx/bg-nav-highheels-off.png );
}

a.navigation_top_highheels_off {
}

a.navigation_top_highheels_on,
a.navigation_top_highheels_off:hover {
	background-image: url( ../gfx/bg-nav-highheels-on.png );
}


a.navigation_top_kontakt_common {
	left: 632px;
	top: 0px;
	width: 76px;
	background-image: url( ../gfx/bg-nav-kontakt-off.png );
}

a.navigation_top_kontakt_off {
}

a.navigation_top_kontakt_on,
a.navigation_top_kontakt_off:hover {
	background-image: url( ../gfx/bg-nav-kontakt-on.png );
}


a.navigation_top_partner_common {
	left: 731px;
	top: 0px;
	width: 69px;
	background-image: url( ../gfx/bg-nav-partner-off.png );
}

a.navigation_top_partner_off {
}

a.navigation_top_partner_on,
a.navigation_top_partner_off:hover {
	background-image: url( ../gfx/bg-nav-partner-on.png );
}

a.navigation_top_impressum_common {
	left: 731px;
	top: 0px;
	width: 102px;
	background-image: url( ../gfx/bg-nav-impressum-off.png );
}

a.navigation_top_impressum_off {
}

a.navigation_top_impressum_on,
a.navigation_top_impressum_off:hover {
	background-image: url( ../gfx/bg-nav-impressum-on.png );
}



#layer_map {
	width: 560px;
	height: 400px;
	background-color: #d0d0d0;
	border-width: 1px;
	border-color: #404040;
	border-style: solid;
}

