@charset "UTF-8";


/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }
address,/* Normalizes font-style and font-weight to normal */ caption, cite, code, d    
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* hier startet das eigentliche layout */

body {
	text-align : center;
	background-image: url(../Bilder/hg_kachel.gif);
	background-repeat: repeat-x;
}
#wrapper {
	position : relative;
	width: 980px;
	height: 650px;
	margin : 20px auto;
	text-align : left;
	background-image: url(../Bilder/bg.gif);
	background-repeat: no-repeat;
}
#wrapper #main_navi {
	position: absolute;
	left: 278px;
	top: 45px;
	list-style-type: none;
	display: block;
	width: 461px;
}
#wrapper #main_navi li {
	display: inline;
}
#wrapper #galerie_navi {
	position: absolute;
	width: 250px;
	top: 185px;
	left: 30px;
}
#author {
	width: 700px;
	margin-top: 600px;
	position: absolute;
	margin-left: 280px;
}#content {
	width: 680px;
	height: 510px;
	position: absolute;
	left: 280px;
	top: 68px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 10px;
}
#wrapper #content #monoSlideshow {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper #content .pano {
	margin-left: -10px;
}

