* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin-top: 1em;
	min-width: 760px;	
}

p {
	margin-bottom: 1em;
}

a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

/* Crasht IE wenn < Wert zu klein ge&auml;hlt */
#wrapperall {
	width: expression(document.body.clientWidth < 770? "760px": "100%" );
}

#top{
	display: none;
}

#top a{
	display: none;
}

#top a:hover {
	display: none;
}

#banner{
display: none;
}

#flash {
display: none;
}

#logo {
	display: none;
}

#topnav{
display: none;
}

#topnav .button {
	display: none;
}

#topnav .button a {
	display: none;
}

#topnav .button a:hover  {
	display: none;
}

#wrapper{
	overflow: hidden;
	width: 100%;
}

#left {
	display: none;
}

#right{
	display: none;
}

#content {
	margin-left: 2em;
	margin-right: 2em;	
	padding-top: 1.4em;
}

#content h1{
	color: #000000;
	font-size: 1.6em;
	padding-bottom: 1.5em;
}

#content h2{
	font-size: 1.25em;
	padding-bottom: 0.5em;
}

#content h3{
	font-size: 1.25em;
	padding-bottom: 0.5em;
}

#content h3 a {
  text-decoration: none;
  font-size: 1em;
  color: #990000;  	
}

#content h3 a:hover {
  text-decoration: underline;
  font-size: 1em;
  color: #990000;  	
}

#content ul {
  list-style-type: disc; 
  padding-left: 20px;
}

#content ol {
  list-style-type: decimal;
  margin-left: 30px;
}

#content blockquote {
	margin-left: 30px;
}

#content p {
	margin-bottom: 1em;
}

/* Tabelle neuer Editor */

.contenttable {
	width: 98%;
}

.contenttable th {
	text-align: left;
	color: #000000;
	font-weight: bold;
	padding: 3px;
	border: solid 1px #000000;
}

.contenttable td {
	font-weight: normal;
	border-spacing: 1px;
	padding: 3px;
	vertical-align: top;
	border: solid 1px #000000;
}


/* Listen Typ 1*/

#content ul.headlinelist {
  list-style-type: none;
  margin-top: 0.3em;
  margin-left: 2em;
}

#content ul.headlinelist li {
  list-style-type: none;
  background-image: url('/pix/layout1_r2_c2.gif');
  background-position: 0em 0.9em;
  background-repeat: no-repeat;
  padding: .5em;
  padding-left: 2em;
  margin: 0;
}
#content ul.headlinelist li a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25em;
  color: #990000;  
}

#content ul.headlinelist li a:hover {
  font-size: 1.25em;  
  font-weight: bold;
  color: #990000;
  text-decoration: underline;
}

#content .headlinelist h2 {
  background-color: #24569B;
  font-weight: bold;
  font-size: 1.25em;  
  color: #FFFFFF;
  padding: 0.3em;
}


.container {
	overflow: hidden;
	width: 98%;
}

#content .container h3 {
  font-size: 1em;
  color: #000000;
  padding-left:  2em;
  background-image: url('/pix/layout1_r2_c2.gif');
  background-position: 0em 0.3em;
  background-repeat: no-repeat;
}

#content .container h3 a {
  text-decoration: none;
  color: #990000;
}

#content .container h3 a:hover {
  text-decoration: underline;
  color: #990000;  	
}

#content .container .textblock {
	line-height: 140%;
	margin-bottom: 1.5em;
	padding-left:  2em;
}

.textblock{
	line-height: 140%;
	margin-bottom: 1.5em;
}

.textblockcontainer{
	margin-bottom: 1.5em;
	overflow: hidden;
	width: 98%;
}

.picleft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
}

.picright {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: center;
}

.picoben {
	padding: 0px;
	float: none;
	margin-bottom: 5px;
}

.bildunterschrift {
	color: #003366;
	font-size: 1em;
	margin-bottom: 3px;
	padding: 3px;
	text-align: center;
}

#print {
	display: none;
}

#fooder{
	display: none;
}

#fooder a {
	display: none;
}

#fooder a:hover  {
	display: none;
}
