/* CSS Document */

body,html {
	background-image: url(../images/bkgr.gif);
	padding: 0px;
	margin: 0px;
	background-color: #fff;
	height: 100%;

}
#main {
	left: 230px;
	top: 30px;
	width: 549px;
	height: 394px;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 10;
}
#nav {
	position:relative;
	left:13px;
	top:15px;
	width:521;
	height:53px;
	z-index:11;
	}
#inhalt {
	position:relative;
	width:521px;
	height:312px;
	top:15px;
	left: 13px;
	z-index:11;
	}
#verweis {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	}
a.verweis {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
	position: absolute;
	}
#impressum {
	position:absolute;
	left:788px;
	top:7px;
	width:130px;
	height:17px;
	z-index:70;
}
	
/*------------------------------------- Schriften -----------------------------------------------*/
#impressum {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
}
#impressum a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999;
	text-decoration:underline;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-weight : bold;
	font-size: 14px;
	text-transform: uppercase;
	}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	}
.headausstellungen {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-weight : bold;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	}
.textboldAusstellungen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
	}
.textAusstellungen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	}
.footer { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999; }

.link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px } 
a.link:active { text-decoration: none; color: #F34A36; font-weight: bold;  }
a.link:link { text-decoration: none ; color: #F34A36; font-weight: bold;  }
a.link:visited { text-decoration: none; color: #F34A36; font-weight: bold;  }
a.link:hover { text-decoration: none; color: #fff; font-weight: bold; background-color : #F34A36; }

.link12 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px } 
a.link12:active { text-decoration: underline; color: #fff; font-weight: bold;  }
a.link12:link { text-decoration: underline ; color: #fff; font-weight: bold;  }
a.link12:visited { text-decoration: underline; color: #fff; font-weight: bold;  }
a.link12:hover { text-decoration: underline; color: #000; font-weight: bold; background-color : #fff; }	

