body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	text-transform:lowercase;
	font-weight:normal;
	background-color:#FFFFFF;
	color: #333333;
}

#divPageHeader {
  position:absolute;
	top: 0px;
	left: 50px;
	width:660px;
}

#divPageBody {
}

#divColumnLeft {
  position:absolute;
	top: 280px;
	left: 50px;
	width:320px;
}

#divColumnRight {
  position:absolute;
	top: 280px;
	left: 390px;
	width:320px;
}

p, td {
	margin: 0px 0px 0px 0px;
}

a {
	color: #333333;
	font-weight:bold;
  text-decoration:underline;
}

a:hover {
	color: #777;
}

/*
a:visited, a:active {
	color: #777;
}
*/

h1 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

h2 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
}

.bildlegende {
  font-style:italic;
	margin-top: 6px;
}

p.artist {
	font-weight:bold;
	font-style:normal;
}

p.title {
	font-style:normal;
	font-style:italic;
}

p.hours {
	font-weight:normal;
	font-style:normal;
}

.ort {
	font-weight:normal;
	font-style:normal;
}

p.info {
	font-weight:normal;
	font-style:normal;
}

#divArchiv p.hours, #divArchiv p.title {
  display: none;
}

#divArchiv p.info {
  display: none;
}

#divValidate {
  display: none;
	text-transform:lowercase;
	font-weight:normal;
}

.workaround {
	/* needed that ie displays borders on first paragraph in div */
}
.upper {
	text-transform:uppercase;
}
ul {
  width: 280px;
}
li {
	margin: 0;
	padding: 0;
	list-style-type:upper-roman;
}	
