@charset "utf-8";
/* CSS Document */

#gecko_scrollbar {
 display: none;
}

html>body #gecko_scrollbar {
 position: absolute;
 z-index: 1;
 bottom: -1px;
 left: 0;
 width: 1px;
 height: 1px;
 display: block;
 font-size: 0;
}

body { font-family: Arial, Helvetica; font-size:11px;}
 a:link { color:#0066AA; text-decoration:underline; font-weight:bold; }
 a:visited { color:#0066AA; text-decoration:underline; font-weight:bold; }
/* a:focus { color:#00AA00; background-color:#FFFF77; font-weight:bold; }*/
 a:hover { color:#FF9900; text-decoration:none; font-weight:bold; }
 
p {
	text-align:justify;
}

.ueberschrift {
	color: #ffffff;
	font-weight: bold;
}

.titel_spektrum {
	font-size:15px;
	color:#006699;
	font-weight: bold;
	font-style:normal;
	text-align: left;
	vertical-align: top;
}
._spektrum {
	font-size:13px;
	color:#006699;
	font-weight: bold;
	font-style:normal;
	text-align: left;
	vertical-align: top;
}

hr {
	color: #069;
	width: 100%;
}


.subtitel_spektrum {
	font-size:12px;
	color:#666666;
	font-weight: bold;
	font-style:italic;
}

.kategorie {
	font-size:12px;
	font-color: #333333;
	font-weight:bold;
	margin-bottom:0px;
	
}

.bilder_spektrum {
	border-color: #ffffff;
	border-width: 2px;
}


ul {
	list-style-image:url(../img/aufzaehlung.gif);
	list-style-position: outside;
	padding-left: 15px;
	margin-top: 5px;
}

.hg_text {
	background:url(../img/hg_text.jpg), no-repeat, bottom, right;
}
#nav {
	background: url(../img/nav.png) repeat-x 0 0;
	display: block;
	height: 35px;
	list-style: none;
	margin:0;
	padding:0;
	width: 800px;
}
#nav li {
	float: left;
}
.n1, .n2, .n3, .n4, .n5, .n6, .n7 {
	border-right: solid 1px #fff;
}
#nav a {
	background: url(../img/nav.png) repeat-x 0 0;
	color: #2c2c2c;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	height:35px;
	line-height: 35px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 13px;
}
#nav a:hover, #nav .cur a {
	background: url(../img/nav-hover.png) repeat-x 0 0;
	color: #006699;
}
@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery-right {
	background-color: #cccccc;
	float: right;
	padding: 0 10px;
	width: 190px;
}
.lbGallery-right ul { 
	list-style: none;
	margin:0;
	padding: 0;
}
.lbGallery-right ul li {
	float: left;
	margin:  5px;
}
.lbGallery-right ul .empty {
	height: 97px;
	width: 82px;
}
.lbGallery-right ul img {
	border: 5px solid #006699;
	border-width: 5px 5px 20px;
}
.lbGallery-right ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
.lbGallery-right ul a:hover { color: #fff; }
