body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(/img/main_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* Text */

strong, b {
	font-weight: bold;
	}
p {
	margin-top: 20px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	font-weight: normal;
	color:  #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #990000;
	text-transform: uppercase;
	font-variant: small-caps;
}
h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-size: 4px;
	color: #e4d8b2;
}
h5 {
	font-size: 13px;
	margin-top: 0;
	margin-bottom: 0;
	color: #990000;
}
ul {
	list-style-type: circle;
	padding: 0px;
	margin: 20px;
}
.thumbnail {
	float: left;
	width: 120px;
	margin: 0 15px 15px 0;
	padding: 5px;
}
img {
	border: none;
}
.clearboth { 
	clear: both; 
}
.time {
    position: absolute;
}
.required {
	color: #005ABE;
	font-size: 90%; 
	float: left;
	margin-top: 3px;
	margin-left: 5px;
}
		
/* layout */

#top { 
	background: url(/img/top.gif) no-repeat top;
	height: 30px;
}
#left { 
	background: url(/img/left.gif) repeat-y; 
}
#footer { 
	background: url(/img/footer.gif) no-repeat bottom;
	height: 30px;
}
#text {
	padding: 1px 30px 1px 25px;
	background: url(/img/right.gif) repeat-y right;
}

#content {
	position: absolute;
	width: 635px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	background: #E7E7E7;
	text-align: left;
	margin: 120px auto 0px 140px;
	padding: 0px;
}
#head {
	background-image: url(img/head_bg.gif);
	display: block;
    position: absolute;
	top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
	position: absolute;
}
#nav {
	background-image: url(img/nav_bg.jpg);
	display: block;
    position: absolute;
	top: 70px;
    left: 0px;
    width: 100%;
    height: 30px;
	z-index:5;
}
#navpic {
	display: block;
	position: absolute;
	top: 70px;
	left: 200px;
	width: 530px;
	height: 30px;
	overflow: visible;
	visibility: visible;
	z-index:5;
}
.logo {
	position:absolute; 
	left:4px; 
	top:20px; 
	width:120px; 
	height:30px; 
	visibility: visible; 
	overflow: visible;
}
#leftnav {
	position: absolute;
	top: 130px;
	left: 10px;
	width: 130px;
	height: 250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	visibility: visible;
}

/* Navigation */

#anfang {
  background-image: url(/img/nav_links.gif); 
  position: absolute;
  left: 160px;
  top: 0px; 
  height: 30px;
  text-decoration: none;
  border: 0;
  z-index: 10;
}
#gal {
  background-image: url(/img/nav_galerie.gif); 
  position: absolute;
  left: 185px;
  top: 0px;
  height: 30px; 
  text-decoration: none;
  border: 0;
  z-index: 10;
}
#kunst {
  background-image: url(/img/nav_kuenstler.gif); 
  position: absolute;
  left: 270px;
  top: 0px; 
  height: 30px;
  text-decoration: none;
  border: 0;
  z-index: 10;
}
#cont {
	background-image: url(/img/nav_kontakt.gif);
	position: absolute;
	left: 340px;
	height: 30px;
	text-decoration: none;
	border: 0;
	z-index: 10;
	top: 0px;
}
#newsletter {
  background-image: url(/img/nav_newsletter.gif); 
  position: absolute;
  left: 410px;
  top: 0px; 
  height: 30px;
  text-decoration: none;
  border: 0;
  z-index: 10;
}
#ende {
  background-image: url(/img/nav_rechts.gif); 
  position: absolute;
  left: 496px;
  top: 0px; 
  height: 30px;
  text-decoration: none;
  border: 0;
  z-index: 10;
}

/* Zustzliches */

.required {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.missing {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : red;
}

.error  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	text-decoration : none;
}

.info  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : magenta;
	text-decoration : none;
}
