@import "topnav.css";
body {
	color:			#CCCCCC;
	background:		#546D96;
	margin:			0px;
	border:			0px solid white;
	padding:		1px;
	font-weight:		bold;
}

h1 {
	text-align:		center;
	padding-top:		1em;
	padding-bottom:		1em;
}

h2 {
	text-align:		center;
	padding-top: 0px;
}

h3 {
	text-align:		center;
	padding-top: 0px;
}

a:link {
	color:			white;
	text-decoration:	underline;
}

a:visited {
	color:			#CCCCCC;
	text-decoration:	underline;
}

a:active {
	color:			#262161;
	background:		white;
	text-decoration:	none;
}

a:hover {
	color:			#5A72A0;
	background:		white;
}

a:focus {
	color:			#262161;
	background:		white;
}

.capital {
	font-variant:		small-caps;
}

.padded {
	padding-left:		4em;
	padding-right:		4em;
}

.Kopfzeile {
	text-align:		center;
	font-weight:		bold;
	line-height:		100%;
}

.Blocksatz {
	text-align:		justify;
}

.Fussnote {
	font-size:		x-small;
	color:			green;
	padding-left:		0px;
	padding-right:		0px;
}

.small {
	font-size:		xx-small;
}

.datum {
	color:			blue;
	text-align:		right;
	font-weight:		bold;
}

.datum1 {
	color:			blue;
	text-align:		right;
	font-weight:		bold;
	padding:		0px 0.5em 0px 0px;
	width:			10em;
}

.datum2 {
	text-align:		center;
	font-weight:		bold;
	padding:		0px;
	width:			3em;
}

td.datum2 {
	color:			blue;
}

.datum3 {
	color:			blue;
	text-align:		left;
	font-weight:		bold;
	padding:		0px 0px 0px 0.5em;
	width:			10em;
}

.datum_alt {
	color:			#00407f;
	text-align:		right;
	font-weight:		normal;
	font-style:		italic;
}

.datum_del {
	color:			#00407f;
	font-weight:		normal;
	font-style:		italic;
	text-decoration:	line-through;
}

.termin {
	text-align:		left;
	font-weight:		bold;
	padding:		4px 1em 0px;
}

.headline {
	background:		silver;
}
		
.odd {
	color:			black;
	background:		#d0d0d0;
	margin-left:		0px;
	margin-right:		0px;
}

.even {
	color:			black;
	background:		#c0c0c0;
}

th.event, td.event, td.deleted {
	max-width:		40em;
	overflow:		auto;
	text-align:		left;
	margin:			0px;
	border:			0px dashed red;
	padding:		1px;
	padding-left:		1em;
}

input.event {
	max-width:		80em;
	text-align:		left;
}

textarea.event {
	max-width:		80em;
	overflow:		auto;
}

.alert {
	color:			black;
	background:		#cc0000;
	font-weight:		bold;
}

.warn {
	background:		#aaaa00;
	font-weight:		bold;
}

.info {
	background:		#00cc00;
	font-weight:		bold;
}

.log {
	font-family:		monospace;
}

.pre {
	text-align:		left;
	font-family:		monospace;
	color:			black;
	background:		#a0a0a0;
}

#top {
	color:			#CCCCCC;
	border:			0px dashed blue;
	padding:		1px;
	min-width:		74em;
	overflow:		hidden;
}

#patch {
	float:			left;
	max-height:		30%;
	height:			100px;
	border:			0px dashed red;
	padding:		1px;
	text-align:		center;
}

#patch img {
	float:			left;
	width:			100px;
	height:			100px;
	margin:			0px;
	border:			0px solid black;
	padding:		1px;
}

#banner {
	color:			#CCCCCC;
	border:			0px solid green;
	padding:		1px;
	margin:			0px;
	text-align:		center;
}

#banner img {
	min-width:		150px;
	max-width:		50%;
}

#banner h1 {
	font-size:		20pt;
	padding:		0px;
	margin:			0px;
}

a.external:after {
	content:		" " url(/bilder/ext_link.png);
}

a>img {
	border:			0;
}

#main {
	margin:			2em;
	border:			0px dotted white;
	padding:		0px;
	min-width:		70em;
	margin-bottom:		7ex;
}

#navcol {
	float:			left;
	background:		#262161;
	color:			white;
	border:			0px solid cyan;
	padding:		8px 1px;
	margin-right:		2em;
	text-align:		center;
}

#navcol ul {
	border:			0px solid black;
	padding:		1px;
	list-style:		none;
}

#navcol li {
	border:			0px dashed green;
	padding:		1px;
}

#navcol li.active {
	background:		#5A72A0;
}

#navcol li.inactive {
	background:		#262161;
}

#navcol a[name=Navigation]:hover {
	color:			white;
	background:		#262161;
}

#navcol li a {
	display:		block;
	text-align:		left;
	text-decoration:	none;
	border:			0px solid yellow;
	padding:		1px;
}

#navcol .navrow {
	border:			0px solid blue;
	margin:			1px;
}

ul .navrow {
	padding-left:		1em;
}

div #content {
	position:		relative;
	left:			0;
	top:			0;
	border:			0px solid yellow;
	color:			black;
	overflow:		auto;
	padding:		0px;
	margin-bottom:		7ex;
}

#content ul, #content2 ul, #content3 ul {
	border:			0px solid blue;
	margin:			0px;
	padding:		0px 2em;
}

#content li, #content2 li, #content3 li {
	border:			0px dashed red;
	padding-bottom:		1ex;
}

#content p, #content2 p, #content3 p {
	border:			0px dashed blue;
}

.text {
	background:		#262161;
	color:			white;
/*
	background:		url(src=/bilder/edge_lo.png);
*/
	font-weight:		bold;
	text-align:		left;
	width:			90%;
	min-width:		20em;
	border:			0px solid green;
	margin:			0px;
	padding:		2ex 1em;
}

#content img {
	float:			right;
	min-width:		201px;
	max-width:		416px;
	border:			0px solid blue;
	padding:		0px;
	margin-left:		1em;
	margin-bottom:		1ex;
}

div #content2 {
	position:		relative;
	left:			0;
	top:			0;
	min-width:		20em;
	overflow:		auto;
	border:			0px solid green;
	padding:		3ex 2em;
	background:		#262161;
	color:			white;
}

#content3 {
	float:			right;
	width:			40%;
	min-width:		30em;
	position:		relative;
	overflow:		auto;
	border:			0px solid black;
	padding:		1px;
	background:		#262161;
	color:			white;
}

.logo {
	max-width:		100%;
	border:			0px solid red;
	padding:		1px;
	text-align:		center;
}

.logo img {
	margin:			0px;
	padding:		0px;
	border:			0px solid green;
	padding:		1px;
}

#Fusszeile {
	background:		black;
	height:			4ex;
	line-height:		4ex;
	min-height:		31px;
	position:		fixed;
	bottom:			0px;
	border:			0px dashed yellow;
	margin:			0px;
	padding:		1ex 0.5em;
	width:			100%;
	text-align:		center;
}

#Provider {
	height:			4ex;
	line-height:		4ex;
	border:			0px dashed green;
	margin-right:		96px;
	overflow:		auto;
}

#Validator {
	height:			4ex;
	line-height:		4ex;
	min-height:		31px;
	float:			left;
	vertical-align:		middle;
	border:			0px dashed white;
}

p,h1,pre {
	margin:			0px 10px 10px 10px;
}

blockquote {
	display:		inline;
}

#termine {
	margin-bottom:		7ex;
}

#termine .data {
	color:			black;
	background:		white;
}

#termine .header {
	color:			black;
	background:		silver;
}

#termine .data .deleted {
	color:			#808000;
	background:		#e0e0e0;
	font-weight:		normal;
	font-style:		italic;
	text-decoration:	line-through;
}
