/***********************************************************
	Homepage
***********************************************************/

#homepage {}

#homepage #highlight {
	background: url(/images/bg_homepage_highlight.jpg) no-repeat left top;
	padding: 24px 23px 4px;
	margin: 0 -13px;
}


/***********************************************************
	Liste Navigation
***********************************************************/

#list li {
	padding: 0;
	font-size: 11px;
}

#list li.nb1 {
	background: #F7F2F7 !important;
}

#list li a {
	display: block;
	padding: 12px 15px;
	text-decoration: none;
}

#list li a:hover {
	text-decoration: underline;
}


/***********************************************************
	Galerie
***********************************************************/

#gallery {
	margin: 20px -3px 0;
}

#gallery .item {
	background: url(/images/bg_gallery-item.gif) no-repeat left top;
	height: 204px;
	width: 142px;
	float: left;
	margin: 0 0 19px 19px;
}

#gallery .item.nb1 {
	margin: 0 0 19px 0;
	clear: left;
}

#gallery .item a {
	display: block;
	padding: 11px;
}

/***********************************************************
	Detail
***********************************************************/

#detail {
	margin: 15px auto 0;
}

#detail .detailNav:after,
#detail #imageInfo:after,
#detail #commands:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#detail .detailNav,
#detail #imageInfo,
#detail #commands {
	height: 1%;	
}

#detail .next {
	float: right;
}

#detail a.next,
#detail a.previous {
	text-decoration: none !important;
	width: 150px;
}

#detail a.next span,
#detail a.previous span {
	text-decoration: underline;
}

#detail span.next,
#detail span.previous {
	color: #CCC;
	width: 150px;
}

#detail .imageDetail {
	margin:  18px auto 10px;
}

#detail .imageDetail .shadow-NW {
	background: url(/images/bg_detail-NW.gif) no-repeat left top;
	display: block;
}

#detail .imageDetail .shadow-NE {
	background: url(/images/bg_detail-NE.gif) no-repeat right top;
	display: block;
}

#detail .imageDetail .shadow-SW {
	background: url(/images/bg_detail-SW.gif) no-repeat left bottom;
	display: block;
}

#detail .imageDetail .shadow-SE {
	background: url(/images/bg_detail-SE.gif) no-repeat right bottom;
	display: block;
}

#detail .imageDetail img {
	padding: 12px 12px 10px;
	*padding: 12px 0 10px 12px;
}

#detail #imageInfo {
	padding-bottom: 15px;
	height: 12px;
	position: relative;
}

#detail #imageInfo .name {
	position: absolute;
	left: 0;
	top: 0;
}

#detail #imageInfo .other {
	position: absolute;
	top: 0;
	right: 0;
}

#detail #commands {
	background: url(/images/bg_detail-imageInfo.gif) repeat-x left top;
	padding-top: 10px;
	margin: 17px 0 20px;
	height: 36px;
}

#detail #commands .back {
	float: left;
}

#detail #commands .downloadAndgallery {
	float: right;
}

#detail #commands .downloadAndgallery p {
	float: left;
	margin-left: 25px;
}

#addToGalleryForm {
	background: #F7F2F7 url(/images/bg_addToGallery.gif) repeat-x right top;
	padding: 33px 25px 20px;
	display: none;
}

#addToGalleryForm #chooseGallery {
	padding-bottom: 15px;
}

#addToGalleryForm #chooseGallery label {
	display: block;
	padding-bottom: 10px;
}

#addToGalleryForm #newGallery {
	background: url(/images/bg_galleryNew.gif) repeat-x top left;
	padding-top: 16px;
}


/***********************************************************
	Contact
***********************************************************/

#contact {
	margin-top: 15px;
}

#contact .item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contact .item {
	height: 1%;
	background: #F7F2F7;
	margin-bottom: 8px;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#contact .item.short {
	width: 270px;
}

#contact .item.long {
	width: 450px;
}

#contact .item label {
	width: 80px;
	float: left;
	padding-top: 4px;
}

#contact .item input.text {
	float: left;
	border: 1px solid #CAC6CA;
	padding: 4px;
	width: 180px;
}

#contact .item textarea {
	float: left;
	border: 1px solid #CAC6CA;
	padding: 4px;
	width: 360px;
	height: 150px;
}

#contact .item p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#contact .item p {
	height: 1%;
	clear: both;
	padding-top: 10px;
	margin: 0;
}

#contact .item p em {
	float: left;
	padding: 4px 0 0;
}


/***********************************************************
	Login Error
***********************************************************/

#loginError {
	background: url(/images/bg_login-arrow.jpg) no-repeat center top;
	margin-top: 20px;
	*margin-top: 30px;
	text-align: center;
	padding-top:  210px;
}
