ï»¿body {	
	background-image: linear-gradient(45deg, silver 0%, white 50%);
	color: #555555; /*dunkelgrau - Schriftfarben des gesamten Dokuments, ausser anders angegeben*/
}

header{	
	height: 80px;	
	/*background-color: #FFE9CB; /*helles Orange*/
	margin: 10px 0px 0px 0px;
}

header h1{
	margin:0px;
	padding: 10px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	color: #000000;	/*Schriftfarbe der Kopfleiste schwarz */
}

a {				/*Überarbeiten von Links*/
	color: inherit;
	font-family: inherit;
	text-decoration: underline;	/*kann sein none, underline, line-through, overline*/
}

a:link {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}
a:active {
	color: inherit;
	font-family: inherit;
	text-decoration: underline;
}

#topmenu{
	width: auto;
	height: auto;
}
#topmenu li{
	color: #000000;	
	display: inline;        /* Listenelemente nebeneinander;sehr wichtig das li */
  	list-style-type: none;      /* AufzÃ¤hlungszeichen entfernen */
	/*background-color: #FFE9CB;	/*helles Orange FFE9CB*/
	font-size: 15px;
	border-width:medium;
	
	padding: 10px 15px 10px 15px;	/* Listenelement weiter auseinander, Abstand auf 15px */
}

#topmenu a:hover {
	color: #0000FF;
}

#topmenu li.current{	
	color:#0000FF;
}

#leftmenu{	
	font-size:12px;	
	background-color: #F2F2F2;	/* fast weiÃŸ */
	padding: 5px;
	margin: 0px;
	border-radius: 4px;
}

.logo{
margin: 20px;
}

#foerderer{

	padding: 100px 0px 0px 0px;	/* Abstand zwischen Logo und FÃ¶rderer */
}

#footer {
	background-color: #F2F2F2;	/* fast weiÃŸ */
	font-size:12px;
	line-height: 1.5;
	padding: 5px;
	border-radius: 4px;
	}
	
#content{
	/*background-color: #F2F2F2;	/* fast weiÃŸ */
	padding: 0px 0px 0px 25px;
	border-radius: 4px;
}

#content h1{
	font-size: 20px;
	line-height: 1.3;
}
#content h2{
	font-size: 15px;
	line-height: 1.0;
}
#content h3{
	font-size: 12px;
	line-height: 1.0;
	font-style: italic;
	color: #666666;
}
#content h4{
	font-size: 13px;
	line-height: 1.0;
	color: #00007F;
}

#content li{
	list-style-type: none;
	margin: 0px 5px 0px 0px;
	float: left;
}

#content p {
	clear: both;
	font-size:13px;
	line-height: 1.5;
	padding: 0px 0px 0px 0px;
}

#content hr {							/* Horizontale Linie zwischen den Partnern */
	color: #0000FF;
	border:none; 
	border-top:1px dashed #0000FF; 
	height:1px;
	width: 200px;
	align: right;
	background:transparent
}

.projectstructure {
width:50%;
} 

#truemper {
	max-width: 150px;}

#regensburg p {
	clear: both;
	font-size:11px;
	line-height: 1.2;
	padding: 0px 0px 0px 0px;
}
#workpackage123, #workpackage456{
margin: 15px 0px 0px 0px;

	}	

#workpackage123 a, #workpackage456 a{
	font-size: 12px;
	border-style: outset;
	padding: 5px 10px;
}

#workpackage123 a:hover, #workpackage456 a:hover {
	color: #0000FF;
}

#workpackages123.current {
color: #0000FF;
}