a:link, a:visited, a:hover, a:active a:focus {
	color: #85b61f;
}


a {
	text-decoration: underline;
}

body {  background-color: white;
	font-family: Arial;
}


h1 {
	font-size:20pt;
	text-align:center;
}

h2 {
	font-size:16pt;
}

h3 {
	font-size:14pt;
	font-weight:bold;
}

h4 {
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
}

/* Header -------------------------------------- */

#header {
	width: 1000px;
	height:120px;
	margin: 0px 0px 10px 0px;
	display:block;
}



#header_left ul li a {
	text-decoration: none;
}

#header_left h1 {
	background-image: url(./images/tud_logo_rgb.jpg);
	width: 500px;
	height: 81px;
	float: left;
	text-align:left;
	margin: 0px -3px 0px 0px;
}

#header_left h1 span {
	display: none;
}

#header_right{	
	position:absolute;
	left:800px;
	width:200px;
}



#header_right h1{
	text-align:left;
	font-size:14pt;	
}

#header_right h2, h3{
	font-size:10pt;	
}

#main{
	width:1000px;
	min-height:300px;
}

#footer{
	width:1000px;
}

#footer ul
{
	list-style:none inside;
	text-indent:0px;
	left:0px;
}



