/* --- Stylesheet fuer Appartements Barbara (screen, projection) ---
	 Autor:  Sigfried Arnold (ARSI)
	         AGENTUR.NET Internet Full Service GmbH
	         http://agentur.net
*/

* {
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #F7F7F7;
}

body {
	font-size: 100.1%;
}

/* --- Gruppierende Elemente, Seitenstruktur --- */
#top {
	width: 100%; /* bei Darstellungsfehlern (z.B. nicht zentriert) auf 1px setzen */
	height: 50%;
	margin-bottom: -300px;
	float: left;
}

#container {
	position: relative;
	margin: 0px auto;
	text-align: left;
	height: 602px;
	width: 802px;
	clear: left;
	background: #000000;
}

#container-bg {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 800px;
	height: 600px;
	background: #EBEBEC;
}

#header {
	position: absolute;
	width: 250px;
	height: 120px;
	overflow: hidden;
}

#jump {
	display: none;
}

#content {
	position: absolute;
	right: 20px;
	top: 120px;
	height: 270px;
	width: 480px;
	overflow: auto;
	background: #EBEBEC;
	font-size: 0.65em;
	padding: 1px 5px;
}

#image {
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 200px;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 5;
}

#menu {
	position: absolute;
	top: 120px;
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: auto;
	text-align: right;
	line-height: 15px;
	text-transform: uppercase;
	background: #FFFFFF;
}

#menu a {
	text-decoration: none;
	color: #585858;
}

#menu ul, #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#menu ul li span { padding: 0; display: none; }

#menu ul li ul {
	padding: 0;
	margin: 0 50px 0 0;
	display: block;
	list-style: none;
}

#menu ul li ul li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 7px;
	display: block;
}

#menu ul li ul li a {
	padding-right: 20px;
	font-family: Tahoma;
}

#menu a:hover {	color: #000000; }

#menu ul li ul li ul {
	display: none;
	margin-right: 0;
	text-transform: none;
}

#menu ul li ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#menu ul li ul li ul li a {
	letter-spacing: 0.05em;
	font-family: Tahoma;
}

#menu ul li ul li.active ul {
	display: block;
	margin-bottom: 10px;
}

#menu a.active, #menu a:hover {
	background: url(../images/menu_li.png) no-repeat right center;
}

#menu ul li ul li.active {
	font-weight: bold;
}

#menu ul li ul li.active ul li{
	font-weight: normal;
}

#lang {
	position: absolute;
	top: 370px;
	width: 250px;
	height: 30px;
	overflow: auto;
	text-align: center;
	background: #FFFFFF;
}

#lang dl {
	margin: 5px 0;
	padding: 0;
	font-size: 0.65em;
	letter-spacing: 0em;
}

#lang dl dt, #lang dl dd.active { display: none; }

#lang dl dd {
	margin: 0 0;
	padding: 0 3px;
	display: inline;
}

#lang dl dd a {
	font-family: Verdana;
	color: #929394;
	text-decoration: none;
}

#lang dl dd a:hover { color: #000000; }

#footer {
	position: absolute;
	right: 0px;
	width: 550px;
	height: 120px;
	background: #EBEBEC;
}

#footer address {
	font-family: Tahoma;
	font-style: normal;
	text-align: center;
	color: #929394;
	padding: 1em 0;
	font-size: 0.65em;
	letter-spacing: 0em;
}

#footer address a {
	font-family: Tahoma;
	font-style: normal;
	color: #929394;
	text-decoration: none;
}

#footer address a:hover { color: #000000; }

#agentur_net {
	position: absolute;
	right: -18px;
	bottom: 1px;
	height: 128px;
	width: 16px;
	overflow: hidden;
	display: none;	
}

#agentur_net span { display: none; }

#agentur_net a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: url(../images/agentur_net.png);
	text-indent: -999999%;
}

#end { display: none; }

/* --- Allgemeine HTML-Elemente --- */
a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	position: relative;
	width: 250px;
	height: 120px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #FFFFFF;
}

h1 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(../images/logo.png) no-repeat;
	cursor: pointer;
	text-indent: -999999%;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 0 0 0.65em 0;
	padding: 0;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-size: 1.1em;
	margin: 0.1em 0 0.2em 0;
	font-weight: bold;
	color: #000000;
}

h4, h5, h6 {
	font-size: 1em;
	margin: 0.1em 0 0.1em 0;
	font-weight: bold;
	color: #000000;
}

p {
	margin: 0.65em 0;
	padding: 0;
}

address { font-style: normal; }

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

legend { display: none; }

form {
	margin: 0;
	padding: 0;
}

form br {
	clear: both;
}

label {
	float: left;
	width: 30%;
	padding-top: 0.45em;
}

input, select {
	float: left;
	margin-bottom: 1px;
	font-size: 1.1em;
}

input {
	width: 30%;
	padding: 0 0.2em;
}

label.checkbox, input.checkbox { width: auto; }

input.submit {
	width: auto;
	position: relative;
	left: 30%;
}

textarea {
	float: left;
	margin: 0;
	width: 50%;
	font-size: 1.1em;
	height: 5em;
	padding: 0 0.2em;
}

table {
	width: 450px;
	padding: 0;
	margin: 0 0 2em 0;
	border-collapse: collapse;
}

caption, td, th {
	background: #ACADAF;
	text-align: left;
	margin: 2px;
	font-weight: bold;
	padding: 0.2em;
	vertical-align: top;
}

td, th {
	border: 2px solid #EBEBEC;
}

thead, tbody { padding: 0; margin: 0; }

caption {
	margin: 0;
	border-left: 2px solid #EBEBEC;
	border-right: 2px solid #EBEBEC;
}

caption, th {
	font-size: 1.2em;
	color: #FFFFFF;
}

th span {
	font-size: 0.8em;
	font-weight: normal;
}

td {
	background: #CCCDCE;
}

dd.csc-textpic-caption {
	padding-left: 18px;
	background: url(../images/icon_lupe.png) no-repeat left center;
	height: 18px;
}