html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	padding:0;
	margin:0;
	border:0;
	font-size:11pt; 
	font-family:Optima, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow:hidden; /*get rid of scroll bars in IE */
	/* */ 
}
  
body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	margin:0px;
	padding:0px;
  border:0; 
	}


h1 {
font-size: 1.5em;
color: #892134;
}

h2 {
clear: both;
font-size: 1.15;
color: #892134;
}

h3{
clear: both;
color: #892134;
}

cite {
font-size: 0.9em;
text-align: right;
}

img {
border: 0px;
}

table{
border: 1px solid grey;
empty-cells:show;
border-collapse:collapse;
}

td {
border: 1px solid grey;
vertical-align: top;
}

#wrapper {
height: 100%;
background: url(bilder/back.jpg) top center repeat-y;
}


#container {
margin: 0 auto;
width: 900px;
}


#header {
	height:120px;
	
}

#header a {
width: 900px;
height: 120px;
display: block;
}

a {
text-decoration:none;
color: #892134;
}


  
#content {
 padding:10px;
  overflow:auto; 
  position:absolute; 
  z-index:3; 
  top:120px; 
  bottom: 0px;
  margin-left: 150px; 
  width: 730px;
background-color:#ffffff;
	}


#content img {
border: 1px solid black;
}

img.imgLeft {
float: left; margin-right: 1em; margin-bottom: 1em;
}

img.imgRight {
float: right; margin-left: 1em; margin-bottom: 1em;
}


#content .imgText {
border: 1px solid #ffffff;
}

.clear {
clear: both;
}


table.imgTab, table.imgTab td {
vertical-align: bottom;
font-size: 0.9em;
margin-bottom: 1em;
}

#content p {
}

#content p:first-letter {
font-size: 1.2em;
}

/* ------- unterschieldliche hintergrundbilder -----*/
#menu {
position:absolute; 
top:120px; 
width:150px; 
bottom: 0px;
overflow: hidden;
padding-top: 80px;
}

#menu {
background:url(bilder/hg_kloster_02.jpg) no-repeat #ba967c;
}



/* ------------ */
ul, li {
margin: 0px;
padding: 0px;
}

#menu ul {
list-style-type:none;
padding-left: 10px;
}

#menu ul li {
}

#menu li a {
color: #000;
text-decoration: none;
font-size: 1.1em;
}

#menu ul ul li a {
font-size: 0.9em;
}


#menu li a:hover{
color: #ffffff;
}

#menu li a.currentpage{
color: #ffffff;
}

#disclaimer {
font-size: 60%;
}

