/* reset default styling */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:#4D4546;background:white;font:11px Verdana,Arial,Helvetica,sans-serif}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}strong{font-weight:bold}em{font-style:italic}

/* Allgemeine-Struktur */

body {
	height:100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	position:relative;
	background:#D00003;
}

a { color:#D92A21; }
a:hover { text-decoration:none; }

/* HomeGallery ------------------------------- */
hr {
height: 1px;
background: #999999;
color: #999999;
border:0px solid #999999;
margin: 0 0 5px 0;
}

#fotogallerie {
width: 780px;
margin: 0 auto 0 auto;
padding: 15px 0 10px 0;
text-align:center;
background: #fff;
}

#fotogallerie .description {
font-size:10px;
margin-bottom:15px;
}

.ueberschrift {
font-size: 18px;
font-weight: bold;
color: #d00003;
margin: 0;
padding: 5px 0 5px 0;
background: #ddd;
}

.thumbs {
margin: 15px;
padding: 0;
text-align: center;
}

.thumbs table {
margin: 0 auto;
}

.thumbs table td {
text-align:center;
vertical-align:middle;
background:#ddd;
border:3px solid white;
padding:6px;
}

.thumbs table td img {
margin: 0 auto;
}

.copy {
margin: 7px 0 0 0;
padding: 0;
text-align: center;
}

.gallery {
margin: 0 0 10px 0;
padding: 0;
text-align: center;
color: #999999;
font-size:10px;
}
