/*--------------HauptDefinitionen------------*/
html, body
{
	color: #000000;
	background: #F2F2ED;
	margin: 0px;
	padding: 0px;
}

body, td
{
	margin: 0px;
	font-family: Arial,Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 19px;
}
/*--------------wrapper------------*/
/*rahmen */
#columns
{
	top: 0px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}

/*flashfilchen */
.leftcolumn
{
	float: left;
	width: 15px;
	margin: 0px;
	padding: 0px;
	padding-top: 18px;
}

/*logo */
.rightcolumn
{
	position: static;
	float: right;
	text-align: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

.centercolumn
{
	font-family: Arial,Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; /* fuer Nets. nochmals */
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 2px;
	padding-top: 50px;
}
/*--------css fuer glossar ------------*/
#glossarkap
{
	font-family: Arial,Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	width: 250px;
	left: 30px;
}

#glossarcontent
{
	font-family: Arial,Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 0 250px;
	position: static;
}


/*------css fuer Projekte -----------*/

/*schmaler text mit bildern */
.schmaltext
{
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 2px;
	padding-top: 50px;
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
}

/*bilder projekte */
.bild
{
	position: static;
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	padding-top: 21px;
	text-align: left;
}

/*bildlegenden */
.small
{
	font-family: Arial,Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	padding: 0px 0px 19px 0px;
}
/*--------Navigation --------------*/
/*sprachwechsel */
.spWechsel
{
	position: static;
	font-weight: bold;
	float: right;
	width: 80px;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#navblock
{
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 30px;
	white-space: nowrap;
}

#subnavblockinfo
{
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 26px;
	left: 181px;
}

#home
{
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: 450px;
	z-index: 1;
}
#adresse {
   left: 30px; 
   bottom: 20px;
   width: 700px;
   font-size: 11px;
   color: #666;
   font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
   position: absolute; 
   height: 20px; 
}
img.andereLogos { margin: 0px 20px 20px 0px; }
/*-----Absatz ohne punkte mit etwas weinger Durchschuss-----------*/
br.absatz{
	line-height: 10px;
}
/*-----Fontfarben-----------*/
.gruen { color: #7e9b2b; }
.orange {
	color: #ee6508;
}

a
{
	color: #737d78;
	text-decoration: none;
}
a.light /* heller link dunkler damit optisch gleich wie bold */
{
	color: #666666;
	
}

.selected { color: #d15400; }
.nonselected { }
.subselected
{
	color: #ee6508;
	padding-top: 1px;
}
.title, b, .seitentitel
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	display: inline;
}

td { vertical-align: top; }
/*-----Abstand zwischen Projekten, Uebersicht-----------*/
.abs { padding: 0px 0px 8px 0px; }

li
{
	list-style: circle;
	border-left: 88px none;
}
ul
{
	margin: 0px;
	padding: 0px;
	padding-left: 19px;
	
}

.centercolumn p, .schmaltext p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}