
@import url("layout.css");

p.browserwarning {
	font-size: 8pt;
	line-height: 1em;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
}

table {
	font-size: 10pt;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}


h2 {
	font-size: 10pt;
	margin-top: 0px;
	line-height: 1.3em;
	margin-bottom: 1.5em;
}

h3 {
	font-size: 10pt;
	color: #164289;
	font-weight: bold;
}


div.main h1 {
	margin-left: 12px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	line-height: 1.3em;
	margin-bottom: 1.5em;
}

strong, em {
	color: #164289;
}


a:link {
	color: #164289;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #164289;
	text-decoration: underline;
}
a:active {
	color: #164289;
	text-decoration: underline;
}

a.menu:link {
	color: #000F56;
	text-decoration: none;
}
a.menu:visited {
	color: #000F56;
	text-decoration: none;
}
a.menu:hover {
	color: #000F56;
	text-decoration: none;
}
a.menu:active {
	color: #000F56;
	text-decoration: none;
}

#current a {
	cursor: default;
}


/* ------------------------------------------------- Aktuell -------------------------------------------- */


p.AktuellDatum {
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 0px;
}

img.AktuellFoto {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

p.Einleitung {
	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
}

p.AktuellAbstract {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #164289;
}



ul {
	list-style-type: disc;
}

/* ------- Top-Foto in NN4 ausblenden ----------- */
div.topfoto {
	display: none;	
}




