/* Stylesheet fuer DrWiegand.de - Version 2.0 - 08-09-2002 */
/* CVS: $Revision: 1.28 $ */

a:link {
	color: #e73900;
	}

a:visited {
	color: #cd4110;
	}

a.notfall {
	color:#ff0000;
	font-weight:bold;
	font-size:120%;
}

body {
	background-color: #EEEE21;
	color: #000000;
	font-family: sans-serif;
	background-image: url(bg.png);
	background-repeat: repeat-x;
}

div.container {
	position:absolute;
	top: 30px;
	left: 20%;
	width: 60%;
}

div.banner {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 220%;
	color:#aaa;
}

div.bilder{
	position:absolute;
	top:225px;
	padding:5px;
	padding-right:15px;
}

div.center {
	text-align:center;
}

div.emblem {
	position: fixed;
	top: 20px;
	left: 43px;
	vertical-align: middle;
	z-index:10;
}

div.footer {
	border-top: 1px dashed black;
	text-align: right;
}

div.intro { 
	position:relative;
	padding-top:40px;
	padding-bottom:20px;
	font-size: 90%;
}

div.notfall {
	padding-top:40px;
	padding-bottom:10px;
}


div.text {
	position:absolute;
	top:350px;
	font-family:sans-serif;
	font-size:80%;
	text-align:left;
	padding-top:90px;
}


h2 { 
	border-bottom: 1px solid black;
	font-size: 150%;
	color: #e73900;
	font-weight: bold;
}

h3 { 
	border-bottom: 1px dashed black;
	font-size: 120%;
	color: #e73900;
	font-weight: bold;
}

h3.news {
/*	border-bottom:none; */
}

div.news {
/*	border-bottom: 1px dashed black;*/
	padding: 10px;
}

image.logo {
	width: 89px;
	height: 82px;
	border: 0;
}

p.bold {
	font-weight: bold;
	font-size: 90%;
}

p.center {
	text-align: center;
}

p.four-oh-four {
		font-size: 150%;
		text-align: center;
		background-color: #CCCCCC;
		color: #EE0033;
}

span.small {
	font-size: 60%;
}

span.date {
	font-size:70%;
	font-weight:normal;
}

table.portraits {
	padding: 10px;
	border-style: none;
	font-size: 80%;
	vertical-align: middle;
	text-align: center;
		
}

table.portraits td {
	padding-right: 20px;
}

table.sz {
	padding: 10px;
	border-style: none;
	border-spacing: 5px;
	font-size: 110%;
}

td.yellow {
	background-color: #ffffcc;
	text-align: right;
	width: 2%;
}

tt {
	font-size:150%;
}

#menu {
	position: absolute;
	top: 270px;
	width: 115px;
	left: 30px;
	margin: 0;
	padding: 0;
	border: 0;
}

#menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}

#menu ul li {
	background: #fff;
	display: block;
	color: #c30;
}

#menu ul li a {
	height: 2em;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 5px 0;
	text-decoration: none;
	display: block;
	letter-spacing: 1px;
	line-height: 2em;
	font-size: 70%;
}

#menu ul li a.active {
	color: #fff;
	background: #e73900;
	font-weight: bold;
}

