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

.small {
	font-size: 80%;
}

.big {
	font-size: 120%;
}

.norm1 {
	color: #B30000;
}

.picbox {
	float: left; 
	width: 300px; 
	height: 260px; 
	text-align: center;
	font-size: 80%;
}

.picbox img {
	margin-bottom: 3px;
}

td.normal, td {
	font-size: 10pt;
}

.verlauf_links {
	background: url("pics/icons/verlauf_links.png");
}

.verlauf_rechts {
	background: url("pics/icons/verlauf_rechts.png");
}

div.verlauf_1200 {
	background: url("pics/icons/verlauf_links_1200.png");
	height: 2px;
	width: 100%;
	margin-bottom: 3px;
}

td.verlauf_1200 {
	background: url("pics/icons/verlauf_links_1200.png");
}

h3.verlauf_1200 {
/*  background: url("pics/icons/verlauf_links_1200.png"); */
  background: #DFE1FF;
  margin: 10px 0 0 0;
  padding: 2px 5px 3px 5px;
  font-size: 100%;
  font-weight: bold;
}

/* senkrechter Strich (violett) als Hintergrund */
td.tdbg_vert {
	background: url("pics/tdbg_vertical.png") repeat-y;
	font-size: 10pt;
}

h1 {
	font-family: Arial, Tahoma, Helvetice, sans-serif;
	font-size: 16pt;
	margin: 0 0 15px 0;
	padding: 0;
}

h2 {
	font-family: Arial, Tahoma, Helvetice, sans-serif;
	font-size: 12pt;
	margin: 20px 0 3px 0;
	padding: 0;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

a.normal {
	font-weight: normal;
}

a:hover {
	color: #666666;
}

#header {
	min-width: 800px;
}

#headernavi {
	display: none;
  margin-top: 54px;
	float: right;
	background: white; /* #222222; */
	padding: 5px 6px 5px 6px;
	height: 22px;
}

#headerlogo {
/*	position: fixed; top: 10px; left: 15px; */

	float: none !important; /* für Browser */
	float: left; /* für den Blöden Browser */
}

#headergraf {
	display: none;
  margin-top: 54px;
  margin-right: 0px;
  height: 32px;
  width: 420px;
	float: right;
	background: url("pics/icons/verlauf.jpg");
	text-align: right;
	font-size: 80%;
	color: white;
}

#headergraf a {
  font-weight: normal;
	color: white;
	text-decoration: none;
	margin: 0;
	vertical-align: bottom;
}

#headergraf a:hover {
	color: #999999;
}


#menubox {
	display: none;
	position: fixed; top: 125px; left: 25px;

	float: none !important; /* für Browser */
	float: left; /* für den Blöden Browser */

}

#menubox a { 
	text-decoration: none;
	color: black;
	font-size: 8pt;
	font-weight: normal
}

#rechts {
	display: none;
	position: fixed; top: 125px; right: 25px;
	width: 200px;
	
	float: none !important; /* für Browser */
	float: right; /* für den Blöden Browser */
	
}

#rechts .titel {
	padding: 3px 5px 5px 5px;
	background: #333333;
	color: white;
	font-weight: bold;
	font-size: 8pt;
}

#rechts .inhalt {
	background: #AFB5FF;
	margin-top: 1px;
	padding: 3px;
	font-size: 8pt;
	color: black;
	font-weight: normal;
}

#rechts .entry {
	border-bottom: 1px solid white;
	padding: 2px 0 2px 0;
}

#rechts a {
	color: black;
}

#content {
	margin-left: 0px;
	margin-right: 0px;
	

	margin-top: 35px !important; /* für Browser */
	margin-top: 5px; /* für den Blöden Browser */
}

#content div.hinweisrechts {
	width: 250px;
	float: right;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #8888CC;
	background-color: #DDDDFF;	
}
