/* ********************************************************************************** */
/* GENERELL */
/* ********************************************************************************** */


* { margin: 0; padding: 0; }

html {
	width: 100%;
	height: 100%;
	background-image: url(../images/background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cbcbcb;
}



body {
	width: 100%;
	min-height: 100%; /* min-height for IE */
	padding-bottom: 30px;
	padding-top: 30px;
	background-repeat: repeat-x;
	background-position: top;
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
}

body.home {
	background-image: url(../images/background_00.jpg);
}
body.portrait {
	background-image: url(../01_portrait/images/background_01.jpg);
}
body.veranstaltungen {
	background-image: url(../02_veranstaltungen/images/background_02.jpg);
}
body.publikationen {
	background-image: url(../03_publikationen/images/background_03.jpg);
}
body.galerie {
	background-image: url(../04_galerie/images/background_04.jpg);
}
body.allerlei {
	background-image: url(../05_allerlei/images/background_05.jpg);
}



			
* html body { height: 100%; }
				
			
#center { /* Zentrierung der Site */
	width: 804px;
	margin:auto;
	overflow:hidden;
}		


img {
border:0;
}

img.headimage  {
	display:block;
}

img.imagestrip  {
	display:block;
}


/* ------------------------------- */
/* Underline */
/* ------------------------------- */
#underline_firstlevelnavi {
	padding-top:29px; /* noetig, da die Firstlevel-Navi auf position:absolute gestellt ist und somit aus dem Fluss genommen ist */
	width:804px;
	height:5px;
	overflow: hidden;
	background-color:#666;
	background-repeat: repeat-x;
	background-position: bottom;
}




/* ********************************************************************************** */
/* COPYRIGHT UNTEN */
/* ********************************************************************************** */
 
 #copyright {
	text-align: right;
	font-size: 9px;
	padding-top: 3px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

#copyright a {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover {
	color: #000000;
	text-decoration: underline;
}

