/******************/
/* TAG REDEFITION */
/******************/

body {
	margin:0px;
	padding:0px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Sans-Serif;
	font-size:14px;
	color:#555555;
	list-style-type: square;
}

.Stil1 {
	font-size: 18px;
	font-variant:small-caps;
	color: #006699;
	font-weight: bold;
	border: 10;
}
.Stil2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	border: 10;
	font-variant:small-caps;
}
.Stil3 {
	font-size: 14px;
	text-align: left;
	border: 10;
}
.Stil4 {font-size: 12px;font-variant:small-caps;}
.Stil5 {color: #FFFFFF;font-variant:small-caps}
.Stil6 {color: #555555}

.ueberschrift {
	font-size: 14px;
    font-weight: bold;
	color: #555555;
}
.subueberschrift {
	font-size: 14px;
    font-weight: solid;
	color: #555555;
}

a {
	color:#346381;
	text-decoration:underline;
}
.navcontainer:hover {
	background-color:#222222;
	color:#ffffff;
	text-decoration:none;
	padding: 10;
}


/*********/
/* TABLE */
/*********/
table#Startseite {
	border-spacing: 10px;
}

table#Lebenslauf {
   border-collapse: collapse;
   width: 100%;
   border-color: #006699;
}
  
div#Fusszeile {
    clear: both;
    font-size: 0.83em;
    background-color: #c7eee3;
    /*border: 1px solid #006699;*/
    text-align: center;  
}

/**************/
/* LAYOUT     */
/**************/

#headerArea {
	height: 90px;
	padding:0px;
	margin: 0px;
	margin-left:0px;
	background-color: #c7eee3;
	/*background-image:url(hoersaal.jpg);
	background-repeat:no-repeat;*/
}

#sideArea {
	width:160px;
}
#leftColumn {
	position:absolute;
	width: 780px; /* 680px*/
	left:165px;
	top:138px;
	line-height:18px;
}
#leftColumnHeader {
	position:absolute;
	width:160px;
	left:0px;
	top:0px;
	height: 100px;
	margin: 0;
	padding: 0;
}
#rightColumnHeader {
	position:absolute;
	width: 580px;
	left:180px;
	top:0px;
	line-height:18px;
	height: 540px;
}

.s-forschung a {background:url(images/s-forschung.gif);}

#lang img { margin: 0; padding: 0; border: 0; }

/**************/
/* NAVIGATION */
/**************/

#navcontainer ul {
	margin: 0;
	margin-top:30px;
	padding: 0;
	list-style-type: none;
	font-size: 11px;	
	border-top: 1px solid #e5e5e5;

}

#navcontainer li { margin: 0 0 0 0; 
	border-bottom: 1px solid #e5e5e5;
}

#navcontainer a {
	display: block;
	font-weight:normal;	
	color: #555555;
	background-color: #f8f8f8;
	width: 108px;
	padding: 10px 23px;
	text-decoration: none;
	border-right: 6px solid #f1f1f1;		
}

#navcontainer a:hover {
	background-color: #006699;
	border-right: 6px solid #006699;	
	color: #ffffff;
	text-decoration:underline;
}

#active a {
	display: block;
	color: #000000;
	background-color: #efefef;
	width: 108px;
	padding: 10px 23px;
	text-decoration: none;
	font-weight:normal;
	border-right: 6px solid #e9e9e9;		
}

/**************/
/* STYLING    */
/**************/

.highlight {
	color:#000000;
}
ul {
	list-style: square;
}

