/*
Galerie
*/

.GalleryContainer
{
    font-family: Verdana, Arial, Tahoma, Sans-Serif;
    font-size: 12px;
}

.GalleryItem
{
    vertical-align: top;
}

.GalleryItem img
{
    margin-right: 15px;
    margin-bottom: 15px;
}

.GalleryCaptionContainer
{
    margin-top: -15px;
    
}

/*
Bilder
*/

.PictureListOuterTable
{
    margin-right: -20px;
}

.PictureListPictureCell
{
}

.PictureListPictureCell img
{
    margin-bottom: 10px;
    margin-right: 10px;
}

.PictureListPictureCell a, .PictureListPictureCell a:hover
{
    text-decoration: none;
    background-image: none;
}
.PictureListPictureCaption
{
    margin-top: -10px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    font-size: 10px;
    line-height: 11px;
}

/*
Zoom-Image-Popup
*/

.ZoomImageCaption
{
    background-color: #b23810;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    padding: 10px;
    overflow:auto;
    top: auto;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 150%;
    color: white
}

/*
Downloadlisten
*/

.FileListOuterTable
{
    width: auto;

}

.FileListOuterTable td
{
    padding: 5px;
    width: auto;
}

.FileListOuterTable a
{
}

.FileListOuterTable tr td a, .FileListOuterTable tr td a:visited, .FileListOuterTable tr td a:active
{
}

.FileListDescriptionText
{
    font-size: 9px;
}

a.FileListLink
{

}

/*
Preview
*/

.PreviewInfoHref
{
	position: absolute;
	right: 25px;
	top: 20px;
	color: #FFFFFF;
	border: 1px solid White;
	padding: 2px;
	background-color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
}

/*
Formulare
*/

form
{
	margin: 0px;
	padding: 0px;
}
.input_text, .input_text_contact
{
	width: 205px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid white;
	margin-top: 2px;
}

.input_text_contact
{
	border: 1px solid #b23810;
	width: 99%;
	background-color: #FFFFFF;
	margin-bottom: 8px;
}

.submit_button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b23810;
	text-align: center;
	width: 99%;
	background-color: #E4C6C8;
	border: 0px;
}

.contact_valSummary
{
    color: #b23810;
    font-weight: bold;
    padding: 5px;
    padding-left: 0px;
    margin-bottom: 4px;
    font-size: 12px;
}

