/*-------------------Darstellung der Reiter----------------------*/
#reiter_left,#reiter_center,#reiter_right,#reiter_back,#reiter_front,#reiter,input.reiter{
	height: 19px;
}
#reiter_left{
	background: url(../images/gallerie/reiter_left.gif) no-repeat;
	width: 5px;
	float: left;
	border-bottom: 1px solid gray;
}
#reiter_center{
	float: left;
}
#reiter_front{
	background: url(../images/gallerie/front.gif) no-repeat;
	float: left;
	width: 12px;
	border-bottom: 1px solid gray;
}
#reiter_back{
	background: url(../images/gallerie/back.gif) no-repeat;
	float: left;
	width: 12px;
	border-bottom: 1px solid gray;
}
#reiter_right{
	background: url(../images/gallerie/reiter_right.gif) no-repeat;
	float: left;
	width: 12px;
	border-bottom: 1px solid gray;
}
/*-------------------Darstellung der Unter_Reiter----------------------*/

#subreiter{
	height: 19px;
	float:left;
	margin-left: 15px;
	width: 800px;
}
#subReiter_left,#subReiter_center,#subReiter_right,#subReiter_back,#subReiter,input.subReiter{
	height: 19px;
}
#subReiter_left{
	background: url(../images/gallerie/reiter_left.gif) no-repeat;
	width: 5px;
	float: left;
	border-bottom: 1px solid gray;
}
#subReiter_center{
	float: left;
}
#subReiter_right{
	background: url(../images/gallerie/reiter_right.gif) no-repeat;
	float: left;
	width: 12px;
	border: 0px green solid;
	border-bottom: 1px solid gray;
}
#subReiter_back{
	background: url(../images/gallerie/back.gif) no-repeat;
	float: left;
	width: 12px;
	border-bottom: 1px solid gray;
}
/*-------------------Darstellung der Bilder, Kommentare und buttons----------------------*/
#gallerie,#gallerieScript{
	border: 1px solid gray;
	position: absolute;
	padding-bottom: 5px;
	width: 850px;
}

#gallerieScriptAUS{
	height: 100px;	
}

#hinweis{
	margin-top: 15%;
	font-size: larger;
	text-align: center;
}

#playback{
	margin-top: 7px;
	width: 98%;
	float:left;
	text-align: right;
}

#picture{
	width: 890px;
	height: 330px;
}
#playbackScript, #pictureScript{
	display: none;
}

.pic{
	border: 1px dashed gray;
}

#pictureMissing{
	width: 800px;
	text-align: center;
	padding-top: 150px;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 1px gray dashed;
	height: 200px;
	font-style: italic;
	font-size: 20px;
	float:left;
}

#pictureLeft,#pictureRight{
	width: 400px;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 0px red solid;
	float:left;
}
#commentLeft,#commentRight{
	border: 1px dashed gray;
	width: 390px;
	padding: 5px;
	margin-top: 10px;
	float: left;
}
