
/* this is the box containing the list */
#main {
	width: 550px;
	padding-bottom: 100px;
}


/* THE BIG LIST */


/* this is one whole entry */
li.entry { 
	display: block;
	width: 550px; 
	border-bottom: 1px solid #ddd; 
}

/* tableheader */

/*div.head div.titel { padding: 0; }*/

div.head a {
	color: #666;
/*	width: 100%;*/
	display: block;
	padding: 8px 0 8px 5px;
	background: #f0f0f0;
}

div.head a:hover, div.head a.active {
	color: #666;
	background: #e5e5e5;
}

div.head a:hover { 
	background: #e5e5e5; /* url("http://www.jkarch.at/app/webroot/images/darr.png") 90% 60% no-repeat;  */
}

div.name_an div.titel a { background: #eaeaea url("../images/darr.png") 422px 60% no-repeat; }
div.name_ab div.titel a { background: #eaeaea url("../images/uarr.png") 422px 60% no-repeat; }
div.kat_an div.kat a { background: #eaeaea url("../images/darr.png") 105px 60% no-repeat; }
div.kat_ab div.kat a { background: #eaeaea url("../images/uarr.png") 105px 60% no-repeat; }
div.dat_ab div.datum a { background: #eaeaea url("../images/darr.png") 65px 60% no-repeat; }
div.dat_an div.datum a { background: #eaeaea url("../images/uarr.png") 65px 60% no-repeat; }


/* sets widths for columns */
/*
div.titel { width: 435px; }
div.kat, div.datum { width: 100px; }
div.titel, div.kat, div.datum { float: left; padding: 0 0 0 5px; }
div.head div.titel { width: 440px; }
div.head div.kat, div.head div.datum { width: 105px; }
div.head div.titel, div.head div.kat, div.head div.datum { float: left; padding: 0; }
*/

/* sets widths for columns */
div.titel { width: 350px; }
div.kat, div.datum { width: 90px; }
div.titel, div.kat, div.datum { float: left; padding: 0 0 0 5px; }
div.head div.titel { width: 355px; }
div.head div.kat, div.head div.datum { width: 95px; }
div.head div.titel, div.head div.kat, div.head div.datum { float: left; padding: 0; }

div.kat { width: 90px; }
div.datum { width: 90px; }
div.head div.kat { width: 95px; }
div.head div.datum { width: 95px; }


div.data { padding: 5px 0 5px 0; }
div.data:hover { 
	background: #eee; 
	cursor: pointer;
}
div.data:hover div { color: #666; }
div.active div { color: #c80e4b; }
div.active div.titel { font-weight: bold; }

/* LISTE LINKS: INFORMATION */

#information {
	left: 18px;
	top: 100px;
	width: 235px;
	position: absolute;
	color: #99a;
}

#information h2 {
	font-weight: bold;
	margin: 0 0 2px 0;
}

#information h2 a { 
	color: #99a; 
	padding: 2px;
}

#information h2 a.active { color: #666;	}
#information h2 a:hover { color: #666; background: #eee; }



#information strong { font-weight: bold; /*color: #667;*/}

#information .infotext { 
	margin: 0 0 0 2px; 
	padding: 3px 0 5px 0;	
}
#information div.infotext p { margin: 0 0 1em 0; }
#information div.infotext a { color: #99a; text-decoration: none; }
#information div.infotext a:hover { color: #ccd; }


/* AN OPENED PROJECT */


div.content {
	margin: 5px 0 20px 0;
	padding: 3px 3px 3px 3px;
	color: #778;
	width: 550px;
	line-height: 1.4em;
}

.content .images {
	display: block;
	width: 550px;
	height: 227px;
}

.imagebox {
	width: 550px;
	height: 200px;
	margin: 0;
	overflow: hidden;
}

.preloadbox {
	width: 550px;
	height: 199px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	overflow: hidden;
	/* yay! */
	background: url("../images/penguins.gif") 50% 45% no-repeat;
	
	/* boo! */
	background: url("../images/wo_spinnt.gif") 50% 45% no-repeat;
}

.imageholder { width: 9999px; height: 200px; }

.imageholder img {
	float: left;
	margin: 0 7px 0 0;
	border: none;
}

.imageholder img:hover {
	cursor: pointer;
}


.content .imagenav {
	width: 550px;
	height: 15px;
	color: #778;
	clear: both;
	margin: 0;
	padding: 0;
	clear: both;
}


.content .imagenav a {
	color: #99a; 
	padding: 2px 4px;
}

.content .imagenav a:hover, .content .imagenav a.active { 
	color: #666; 
	background: #eee;
}

/* table below images */

.content table { 
	margin: 0; padding: 0; 
	line-height: 1.4em;	
}

.content table td.desc {
	width: 85px;
	padding: 0 15px 0 0;
	text-align: right;
}

.content table td.cont {
	color: #778;
	font-weight: bold;
}

.content .text {
	width: 444px;
	color: #778;
	margin: 15px 0 0 100px;
	line-height: 1.3em;
}

.content .text p { margin: 0 0 1em 0; }
/* .content .text p + p { text-indent: 1.2em; } */


/* debug */

.cake-sql-log {
	z-index: -1;
	position: absolute;
	left: 0; bottom: 0;
}

#login {
	position: absolute;
	left: 20px;
	top: 100px;
}
