/* Apartments Paluch */
@import url('adetail.css');
body {
	background-color: #666;
	text-align:center;
	padding-top: 80px;
	margin: 0px;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BAC0D5;
	letter-spacing: 1px;
}

/* Hintergrundbild */
.imgindex {
	background-image: url(../images/start.jpg);
}

/* maindiv */
#background {
	position: relative;
	height: 540px;
	width: 970px;
	margin:0px auto;
	text-align: left;
}

h1 {
	font-size: 14px;
	margin-top: 252px;
	margin-left: 100px;
	height: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #12151D;
	layer-background-color: #12151D;
	border: 1px none #000000;
	position: absolute;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin-top: 282px;
	margin-left: 100px;
	height: 20px;
	width: 720px;
	background-color: #12151D;
	layer-background-color: #12151D;
	border: 1px none #000000;
	position: absolute;
	text-align: center;
}

/* Index Seite */
#hotellink {
	margin-top: 187px;
	margin-left: 760px;
	height: 20px;
	width: 100px;
	background-color: #12151D;
	layer-background-color: #12151D;
	border: 1px none #000000;
	position: absolute;
	text-align: center;
}

/* Formularfelder */
input {
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}
textarea { 
	width: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
}

/* sammelt alle Hauptkategorien in einem div */
#hauptcats {
	position: relative;
	left: 100px;
	top: 250px;
	overflow: visible;
	width: 770px;
}
#liste {
	position: relative;
	left: 120px;
	top: 300px;
	overflow: visible;
	width: 750px;
	line-height: 22px;
}
#impdiv {
	position: relative;
	left: 100px;
	top: 320px;
	overflow: visible;
	width: 750px;
	line-height: 22px;
}
#discdiv {
	position: relative;
	font-size: 12px;
	left: 120px;
	top: 290px;
	overflow: auto;
	background-color: #12151D;
	layer-background-color: #12151D;
	width: 750px;
	height:180;
}
#kontaktdiv {
	position: relative;
	left: 550px;
	top: 280px;
	overflow: visible;
	width: 250px;
	line-height: 22px;
}
#kontinfo {
	position: absolute;
	left: 110px;
	top: 320px;
	overflow: visible;
	width: 250px;
	line-height: 22px;
}
/* Kategorieverlinkung */
a:link, a:visited {
	font-weight: bold;
	color: #BAC0D5;
	text-decoration: none;
}
a:active, a:hover {
	color: #54628C;
}
#indexnav a:link, #indexnav a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-variant: small-caps;
}
#indexnav a:active, #indexnav a:hover {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
/* Tabelle */
.cattable {
	width: 770px;
	margin: 0px;
	padding: 0px;
}
/* td */
.cattabletd {
	/* border: 1px solid #FFCC99; */
	vertical-align: top;
	color: #FFFFFF;
	white-space: nowrap;
}

/* <p> für die Hauptkategorien */
.maincattext {
	left: 0px;
	top: 0px;
	padding-left: 35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* <p> für die Unterkategorien */
.subcats {
	left: 0px;
	top: 0px;
	margin-top: 10px;
	padding-left: 35px;
	visibility: hidden;
	line-height: 22px;
}




