/* css by Sandra Hundacker, http://www.hundertmorgen.de/ */
/* All associated graphics copyright 2004, Sandra Hundacker */
/* Added: Nov. 22nd, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */
h3 {
	color: #E6E710;
}

.hbold {
	color: #cc3333;;
}
a.textlink_projekt {
	text-decoration: underline;
	border:none;
	color: #666;
	background-color: #fff;
	line-height: 25px;
}

a.textlink_projekt:hover,
a.textlink_projekt:focus,
a.textlink_projekt:active{
	text-decoration: underline;
	color: #E6E710;
	background-color: #fff;
}

#subList{
	position: absolute;
	top: 67px;
	left: 47%;
	width: 260px;
	text-align: left;
	font-weight: normal;
	font-size: 0.55em;
	color: #666;
	background-color: #fff;
}

/* ________________ lists & typo sublist ________________ */

#nav li a.projekt{
	color: #E6E710;
	background-color: #fff;
	text-decoration: none;
	border: none;
	font-weight: normal;
}

#subList{
	color: #bbb;
}

* html #subList{
	font-size: 0.55em; 
} /* for IE 5+ PC */

#subList a{
	text-decoration: none;
	border:none;
	color: #666;
	background-color: #fff;
}

#subList a:hover,
#subList a:focus,
#subList a:active{
	text-decoration: none;
	color: #E6E710;
	background-color: #fff;
}

#subList .active{
	color: #E6E710;
	background-color: #fff;
	text-decoration: none;
}

/* Linke Ecke oben */


#upbig {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 210px;
	height: 210px;
	float: left;
}

#upright {
	position: relative;
	margin: 0px 0px 10px 10px;
	width: 100px;
	height: 100px;
	float: left;
}



/* Linke Ecke oben */
#midright {
	position: relative;
	margin: 0px 0px 0px 10px;
	width: 100px;
	height: 100px;
	float: left;
}



/* Linke untere Ecke */
#loleft {
	position: relative;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 100px;
	height: 100px;
}

/* \*/ * html body #loleft{ margin: 10px 0px 0px -100px; } /* */

#lomid {
	position: relative;
	margin: 10px 0px 0px 10px;
	float: left;
	width: 100px;
	height: 100px;
}

/* \*/ * html body #lomid { margin: 10px 0px 0px 10px; } /* */

/* rechte untere Ecke */
#loright {
	position: relative;
	margin: 220px 0px 0px 220px;
	width: 100px;
	height: 100px;
}

/* \*/ * html body #loright { margin: -100px 0px 0px 220px; } /* */


a.text {
	text-decoration: underline;
	border:none;
	color: #666;
	background-color: #fff;
}

a.text:hover,
a.text:focus,
a.text:active{
	text-decoration: underline;
	color: #E6E710;
	background-color: #fff;
}