/* Liegenschaftsverwaltung Paluch */
@import url('detail.css');
body {
	background-color: #666;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BAC0D5;
	letter-spacing: 1px;
}

/* centerTable dient zur vertikalen Zentrierung der Seiteninhalte */
#centerTable {
	width: 100%;
	height: 100%;
}
.centerTabletd {
	vertical-align: middle;
	text-align:center;
}

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;
}

/* das Index- und KategorieSeiten Hintergrundbild */
.imgindex {
	background-image: url(../images/backs/index.gif);
}

/* das Content-Seiten Hintergrundbild */
.imgcontent {
	background-image: url(../images/backs/content.gif);
}

/* das Layout der Index-Seite ist in ein Hintergrundbild gefasst */
#background {
	position: relative;
	height: 540px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* index - Kategorieanzeige */

/* sammelt alle Hauptkategorien in einem div */
#hauptcats {
	position: relative;
	left: 100px;
	top: 250px;
	overflow: visible;
	width: 100px;
}

/* 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: #526187;
	text-decoration: none;
}
/* Tabelle */
.cattable {
	background-color: #12151D;
	/* border: 1px solid #FFCC99; */
	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;
}




