@charset "UTF-8";

/*
 * @version $Id: content.css 11 2008-08-13 18:33:53Z bwaidelich $
 */

body {
	background: #666;
}
body, textarea, td {
	color: #666;
	font: 13px arial, sans-serif;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin-top: 9px;
	font-size: 18px;
	padding-bottom: 34px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 img {
	margin-left: 10px;
	margin-top: -9px;
	padding-bottom: 3px;
	border: none;
	font-size: 12px;
	text-decoration: none;
}
h1 .first-child, h1 .first-child-current {
	margin-left: 50px;
}
h1 .current img, h1 .first-child-current img, h1 .last-child-current img, h1 a:hover img {
	padding-bottom: 2px;
	border-bottom: 1px solid #999;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1em;
}

/* ### CLASSES ### */

.clearer {
	font-size: 0;
	line-height: 0;
	clear: both;
}

a .protectAt {
	padding-left: 1px;
	background: transparent url(../gfx/at.gif) no-repeat scroll 1px 0;
	vertical-align:middle;
}

/* ## csc-uploads ## */

.csc-uploads {
	width: 100%;
}
.csc-uploads td {
	background: #dedede;
}
.csc-uploads .tr-odd td {
	background: #eee;
}
.csc-uploads .csc-uploads-icon {
	padding: 2px;
	vertical-align: middle;
	width: 25px;
}
.csc-uploads  .csc-uploads-fileName {
	padding: 7px 4px 0 4px;
}
.csc-uploads .csc-uploads-fileSize {
	padding: 7px 4px 0 4px;
	font-size: 10px;
	text-align: right;
	width: 60px;
}

/* ## csc-mailform ## */

.csc-mailform-field {
	clear: both;
}
.csc-mailform label {
	float: left;
	width: 100px;
}
.csc-mailform .csc-mailform-submit {
	margin: 15px 0 0 100px;
}
.csc-mailform input, .csc-mailform textarea {
	padding: 0 2px;
	margin: 0 0 3px 0;
	border: 1px solid #999;
	color: #333;
	background: #dedede;
	width: 190px;
}
.csc-mailform textarea {
	padding: 2px 2px;
	height: 120px;
}

/* ### FCES ### */

/* ## scrollbox ## */

.scrollbox {
	padding: 5px 7px;
	border: 1px solid #999;
	overflow-y: auto;
	height: 100%;
}

/* ### EXTENSIONS ### */

/* ## tx_ellbi ## */

/* list */

.tx-ellbi-list {
	margin: -20px 0 30px 0;
	width: 633px;
	height: 200px;
}

.tx-ellbi-list li {
	padding-top: 28px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 10px;
	float: left;
	width: 150px;
}
.tx-ellbi-list li.tx-ellbi-collection-category-ellbi {
	background-image: url('../gfx/ellbi_logo_small.gif');
}
.tx-ellbi-list li.tx-ellbi-collection-category-ellbipiu {
	background-image: url('../gfx/ellbi_piu_logo_small.gif');
}
.tx-ellbi-list li.last-child {
	margin-right: 0;
}
.tx-ellbi-list li img {
	border: 1px solid #999;
}
.tx-ellbi-list .tx-ellbi-collection-title a {
	text-decoration: none;
}

/* single */

.tx-ellbi-single {
	margin: -20px 0 30px 0;
	width: 796px;
}

.tx-ellbi-single .tx-ellbi-collection-title {
	margin: 0 0 5px 0;
	padding: 10px 0 0 60px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
	
.tx-ellbi-single .tx-ellbi-collection-title.tx-ellbi-collection-category-ellbi {
	background-image: url('../gfx/ellbi_logo_small.png');
}
.tx-ellbi-single .tx-ellbi-collection-title.tx-ellbi-collection-category-ellbipiu {
	padding-left: 77px;
	background-image: url('../gfx/ellbi_piu_logo_small.png');
}

.tx-ellbi-single .tx-ellbi-single-images li {
	margin-right: -1px;
	float: left;
	width: 160px;
}
.tx-ellbi-single .tx-ellbi-single-images li img {
	border: 1px solid #999;
}
.tx-ellbi-single .tx-ellbi-single-links {
	margin: 20px -15px 0 0;
	clear: both;
	float: right;
}
.tx-ellbi-single .tx-ellbi-single-links li {
	margin-right: 15px;
	float: left;
}
