/* CSS Document */
body {
	background-color:#EDECF4;
	margin: 0;
	padding: 0;
}
body,td,th,p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
}
h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #C51313;
	margin: -2px 0 0 0;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	margin: 0 0 0 0;
}

#site {
	position:relative;
	width:760px; height:449px;
	z-index:1;
	background-color:#FFFFFF;
	background: url(../../galerie/img/kuenstlerabc_bg.gif) no-repeat;
	margin: 18px auto ;
}
#contentHeadline {
	position:absolute;
	left: 39px; top: 55px;
	width:335px; height:35px;
	overflow:auto;
}
#contentText {
	position:absolute;
	left: 39px; top: 90px;
	width:335px; height:320px;
	overflow:auto;
}
#contentImageContainer {
	position:absolute;
	left: 406px; top: 57px;
	width:311px; height:335px;
	overflow:auto;
}
#contentImage {
	position:relative;
}
#contentClose {
	position:absolute;
	left: 613px; top: 396px;
	width:110px;
	overflow:auto;
}

#thumbs {
	margin: 20px 10px 20px 10px;
	width: 95%;
}
/*
#thumbs .thumbContainer {
	position:relative;
	width: 33%;
	float: left;
	text-align:center;
	margin: 0 0px 20px 0px;
}

#thumbs .thumbContainer .thumb {
	position: relative;
	margin: auto;
	width: 150px; height: 150px;
}
#thumbs .thumbContainer .thumbSubline {
}*/
#thumbs .thumbContainer {
	position:relative;
	width: 180px;
	float: left;
	text-align:center;
	margin: 0 30px 20px 30px;
	padding: 8px;
	background-color:#D9D7E8;
}

#thumbs .thumbContainer .thumb {
	position: relative;
	margin: auto;
	width: 150px; height: 150px;
	padding: 2px;
}
#thumbs .thumbContainer .thumbSubline {
}


#detail {
	margin: 20px 10px 20px 10px;
}
#detail .imageContainer {
	width: 100%;
	text-align:center;
	margin-bottom: 20px;
}
#detail .textContainer {
	width: 500px;
	text-align:center;
}

.navigationContainer {
	position: relative;
	width:100%;
	height: 18px;
	background-color:#38436F;
	padding: 0;
	color: #CCCCCC;
	font-weight: bold;
}

.navigationContainer .left {
	position: relative; float:left; width:33%;
	vertical-align:middle;
}
.navigationContainer .center {
	position: relative; float:left; width:33%; text-align:center;
	vertical-align:middle;
}
.navigationContainer .right {
	position: relative; float:right; width:33%; text-align:right;
	vertical-align:middle;
}
.navigationContainer a, .navigationContainer a:link {
	text-decoration: none;
	color: #FFFFFF;
}