  body { margin: 0px;
    padding: 0px;
    background: rgb(204, 204, 204) url(bg_grad.jpg) repeat fixed 0%;
    font-family: Arial,sans-serif;
    color: rgb(51, 51, 51);
    line-height: 1.166;
    }

/************** header tag styles **************/

h1{
 font: bold 140% Arial,sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0 0 10 0;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 color:rgb(124, 97, 0);
 margin: 0px;
 padding: 0px;
 }


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: rgb(224, 97, 0);
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}



#pagecell1{
	position:absolute;
	top: 100px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#pageName{
	padding: 10px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h1{
	font: bold 120% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

/* zieht einen Strich auf der linken Seite*/
#content{font: small Verdana,sans-serif;
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


#literature{font: small Verdana,sans-serif;
	padding: 0px 10px 0px 10px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;}

/**************** Navigation ***************/

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}


#sectionLinks2{
	margin: 0px;
	padding: 0px;
	font-size: 85%;
}

  #sectionLinks a:link, #sectionLinks a:visited { border-top: 1px solid rgb(255, 255, 255);
    padding: 3px 0px 3px 10px;
    display: block;
    font-weight: bold;
    color: rgb(224, 97, 0);
    }

  #sectionLinks a:hover { border-top: 1px solid rgb(204, 204, 204);
    background-color: rgb(204, 204, 204);
    color: rgb(224, 97, 0);
    font-weight: bold;
    text-decoration: none;
    }


  #sectionLinks2 a:link, #sectionLinks2 a:visited { border-top: 1px solid rgb(255, 255, 255);
    background-color: rgb(224, 224, 224);
    padding: 3px 0px 3px 10px;
    display: block;
    font-weight: bold;
    color: rgb(224, 97, 0);
    }

  #sectionLinks2 a:hover { border-top: 1px solid rgb(204, 204, 204);
    background-color: rgb(204, 204, 204);
    color: rgb(224, 97, 0);
    font-weight: bold;
    text-decoration: none;
    }


/** #sectionLinks ul a:link, #navBar ul a:visited {background-color: #DDDDDD; display:block; border-bottom: 1px solid #cccccc;}
#sectionLinks ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists *
#sectionLinks li {border-bottom: 1px solid #cccccc;}

/* fix for browsers that don't need the hack *
#sectionLinks li {border-bottom: none;}

/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #ccccc;
	font-size: 75%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block;
	padding: 3px 0px 3px 10px;
	border-bottom: 1px #cccccc;
	/* border-bottom-style:groove; sorgt für eine Linie unter der Schrift*/
}

/************* mitarbeiter **************/

#mitarbeiter{font: small Verdana,sans-serif;
		padding: 0px 20px 0px 10px;
		margin:0px 0px 0px 178px;
		border-left: 1px solid #ccd2d2;
}

#mitarbeiter table {border-spacing:5px}
#mitarbeiter th { vertical-align:top; 
			overflow:hidden; 
			background-color: #DDDDDD;
			padding: 5px 5px 5px 5px;}
#mitarbeiter td { vertical-align:top; 
			overflow:hidden; 
			background-color: #F5f5f5;
			padding: 5px 5px 5px 5px;}

.staff { font-weight: bold;}
.telefon {text-align:center;
	    font-weight:bold;}
.function {font-weight:normal;}


/*************projekte **************/

#projekte{font: small Verdana,sans-serif;
		padding: 0px 20px 0px 10px;
		margin:0px 0px 0px 178px;
		border-left: 1px solid #ccd2d2;
}

#projekte table {border-spacing:5px}
#projekte th { vertical-align:top; 
			text-align:left;
			overflow:hidden; 
			background-color: #DDDDDD;
			padding: 5px 5px 5px 5px;}
#projekte td { vertical-align:top; 
			text-align:justify;
			overflow:hidden; 
			background-color: #F5f5f5;
			padding: 5px 5px 5px 5px;}

.staff { font-weight: bold;}
.telefon {text-align:center;
	    font-weight:bold;}
.function {font-weight:normal;}



/************* index **************/

#index{font: small Verdana,sans-serif;
		max-width:750px;
		overflow:hidden;
		text-align:justify;
		padding: 0px 20px 0px 10px;
		border-left: 1px solid #ccd2d2;
}

