/*Diese CSS definiert nur die Elemente, die auf allen Seiten gleich dargestellt werden.*/body {	font-size: 14px;	font-family: Calibri, "Trebuchet MS", Helvetica, Arial, sans-serif;	line-height: 20px;	background-color: #fff;	background-image: url(../images/body_bg.png);	background-repeat: no-repeat;	margin: 0;	padding: 0; }	img {	border: none; }p {	margin: 0 0 10px 0;	padding: 0; }h1, h2, h3, h4, h5, h6 {	font-size: 14px;	line-height: 20px;	margin: 0;	padding: 0; }h1 {	font-size: 18px;	font-weight: bold;	text-transform: uppercase;	letter-spacing: 2px;	color: #055B7E;	margin-top: 20px;	margin-bottom: 20px; }h2 {	font-weight: bold;	text-transform: uppercase;	letter-spacing: 2px;	color: #055B7E;	margin-top: 20px;	margin-bottom: 10px; }h3 {	font-weight: bold;	letter-spacing: 2px;	color: #055B7E;	margin-top: 20px;	margin-bottom: 10px; }h4 {	font-weight: normal;	font-style: italic;	color: #2d70a1;	margin-top: 20px;	margin-bottom: 10px; }h5 {	font-weight: bold;	color: #666;	margin-top: 20px; }h6 {	font-style: italic;	font-weight: normal;	color: #666;	margin-top: 20px; }h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {	margin-top: 0; }#maincontent a {	text-decoration: none;	color: #e5962a; }#maincontent a:visited {	color: #CAB632; }#maincontent a:hover {	color: #fff;	background-color: #e5962a; }#maincontent a:visited:hover {	color: #fff;	background-color: #CAB632; }#maincontent p a, #maincontent td a, #maincontent li a {	font-weight: bold; }	strong {	font-weight: bold; }em {	font-style: italic; }/*DIVs, die auf allen Seiten gleich sind*/#signet /*platziert den Link zur Startseite oben links*/{	position: absolute;	top: 15px;	bottom: 15px;	width: 170px;	height: 170px;	z-index: 100; }#search {	position: absolute;	top: 15px;	left: 775px;	width: 200px;	z-index: 100; }	#search form {		float: right; }	#search input.inputtext {		font-size: 10px;		height: 16px;		width: 120px; 		color: #055B7E; 		background: none;		border: 1px solid #8BA2B8; }	#search input.inputtext:hover {		background-color: #f5f7ff;		border: 1px solid #055B7E; }#imprintsponsors {	overflow: visible;	margin-top: 25px; }	#sponsors {	width: 155px;	float: left; }	#imprintsponsors p {		color: #8BA2B8;		letter-spacing: 1px; }	#imprintsponsors a:link, #imprintsponsors a:visited {		color: #8BA2B8; }	#imprintsponsors a:hover {		color: #055B7E; }		/* Standardcontainer Folgeseiten */#content, #navcenter, #navresearch, #navprojects {	position: absolute;	top: 70px; }#navcenter {	left: 200px;	background-image: url(../images/banner_thecenter.png);	background-repeat: no-repeat;	width: 30px;	height: 82px;	z-index: 20; }#navresearch {	background-image: url(../images/banner_research.png);	background-repeat: no-repeat; 	width: 30px;	height: 172px; 	z-index: 20; }#navprojects {	background-image: url(../images/banner_projects.png);	background-repeat: no-repeat; 	width: 30px;	height: 212px; 	z-index: 20; }#maincontent {	background-color: #fff;	padding: 10px 10px 20px 33px; 	z-index: 18;	}/* Navigation Folgeseiten Basisformate */.nav ol, nav li {	margin: 0;	text-align: right;	text-indent: 0;	padding: 0;	list-style-type: none;	display: block; }.nav a {	text-decoration: none; }/* Menü debug.nav ol {	border: 1px solid red; }.nav li {	border: 1px solid blue; }*/.nav ol {	border-bottom: 1px solid; }.nav ol li ol {	border-top: none;	border-bottom: none; }.nav ol li {	background-color: #DCE4EF;	font-weight: bold;	padding-left: 10px;	padding-right: 20px;	border-top: 1px solid;	border-right: 1px solid;	line-height: 25px;	background-image: url(../images/nav_dot_bg.png);	background-repeat: no-repeat;	background-position: top right; }.nav ol li ol li {	margin-right: -21px;	font-weight: normal;	border-right: 1px solid;	background-image: url(../images/nav_subactive_bg.png); }.nav .current, .nav .current li, .nav .active, .nav .active li {	background-color: #fff; }.nav .active li.current, .nav li.current {	border-right-color: #fff;	background-image: url(../images/nav_current_bg.png);	background-repeat: no-repeat;	background-position: top right; }.nav li.active {	background-image: url(../images/nav_active_bg.png); }/* Internet Explorer and the Expanding Box Problem.It's an unfortunate fact that Internet Explorer will always incorrectly expand any dimensionally restricted block element so that oversize content is unable to overflow, as the specs require that content to do. The W3C says a rigidly sized block box should allow oversize content to protrude or overflow beyond the edges of the sized box.The following rule instructs Internet Explorer 5.5 and 6 to break words into the next line instead of expanding the block element.*/body { word-wrap: break-word; }
