/* Global */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

body:hover {
	background: inherit;
}

table,
tr,
td {
	font-size:10pt;
	/* inherit doesn't work in IE for some reason */
}

h1 {
	font-size: 13pt;
	padding: 6px;
}

h2 {
	font-size: 13pt;
	margin: 0 0 1em 0;
	color: #005577;
	border-bottom: 1px solid #cccccc;
}

h3 {
	font-size: 12pt;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005577;     
	text-decoration:none;
}

a:visited {
	color: #005577; 
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration: underline;
}

#content a:hover {
	background-color: #eeeeee;
}

a.extern {
	background: url(/en/_img/extern.gif) center right no-repeat;
	padding-right: 13px;     
}

.nobr {
	white-space: nowrap;
}

.center {
	text-align: center;
}

/* Suppresses border around linked pictures (e.g. <a><img></a>) */
img {
	border: none;
}

/* Behebt einen sehr aergerlichen IE-Bug, der massive Probleme beim Repainting
    von Listen verursacht */
ul {
	position: relative;  
}


/* Content of the page */
#content {
	background-color: white;
	margin-top: 150px;
	margin-left: 240px;
	padding: 5px;
	z-index: 5;
}

#content a {
	/*font-size: 12px;*/
	padding-top: 2px;
	text-decoration: underline;
}

#content table td {
	vertical-align: top;
}

#content #main-page-title h1 {
	font-size: 18pt;
	color: #005577;
	background-color: white;
	margin-top: 2em;
	margin-bottom: 0.1em;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	/* padding: 6px; */
}

#content #main-page-title h2 {
	font-size: 12pt;    
	color: black;
	background-color: white;
	margin-top: 0.1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border-bottom: 0;
	/* padding: 6px; */
}

#content #main-page-newsbox {
	width: 70%;
	margin-top: 3em;
	padding: 3px 3px 3px 3px;
	background-color: #efefef;
}

#content ul {
	list-style-image: url(/en/_img/nav_arrow.gif);
	list-style-position: outside;
}

#content #main-page-address {
	margin-top: 5em;
	text-align: center;
	color: #005577;
}

#footer {
	background-color: white;
	margin-top: 20px;
	margin-left: 240px;
	padding: 5px;
	z-index: 5;
}


/*
 * Hide navigation stuff when printing
 */
@media print {
	#identityimage {
		display: none;
	}

	#heading {
		left: 10px;
	}

	#logo {
		display: none;
	}

	#navtop {
		display: none;
	}

	#leftnav, #navleft {
		display: none;
	}

	#content {
		margin-left: 10px;
	}
}

