#content {
	width: 642px;
	padding: 20px 33px 0px 33px; /* Textfeld innerhalb content */
	position: absolute;
	top: 250px;
	left: 130px;
	text-align: justify; /* Blocksatz der Texte */
	/* background-color: #E0F4F9; */
	/* background: url(http://www.dietrich-svb.de/images/gifs/backdst_content.gif) repeat top left; */
	/* border-top: 2px solid #266ab1; */ /* Rahmenfarbe */
	/* border-top: 2px solid #266ab1; /* Rahmenfarbe */
	/* border-left: 2px solid #266ab1; /* Rahmenfarbe */
	/* border-right: 2px solid #266ab1; /* Rahmenfarbe */
	/* border-bottom: 2px solid #266ab1; /* Rahmenfarbe */
	/* border: 2px solid silver; */
}

#eyecatcher {
   background : url(http://www.dietrich-svb.de/images/navi_logo.jpg) no-repeat;
   width: 120px;
   height: 70px;
   position: absolute; /* absolute, relative, fixed */
   top: 250px;
   left: 0px;
   /* border: 2px solid silver; */
   /* background-color: #ffffff; */
} 

#topic {
	width: 120px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 335px;
	left: 2px;
	/* border: 2px solid silver; */
	background-color: #E0F4F9;
}

#sidebar_top {
   overflow: hidden;
   width: 165px;
   height: 260px;
   position: absolute; /* absolute, relative, fixed */
   top: 0px;
   left: 840px;
   /* border: #0000A0 2px solid; */
   background-color: #E0F4F9;
   background: url(http://www.dietrich-svb.de/images/sidebar_top1.jpg) no-repeat;
   background-position: center;
}
  
#sidebar {
	/* border-top: 1px solid #D8EEFB; */
	width: 134px;
	padding: 20px 0px 0px 0px;
	position: absolute;
	top: 250px;
	left: 851px;
	margin: 0px 0px 0px 0px;
	/* border: 2px solid red; */
	background-color: #BDEFFF;
	border-left: #0000A0 4px solid;
	border-right: #0000A0 4px solid;
	border-bottom: #0000A0 4px solid;
}

#sidebar_bottom {
   overflow: hidden;
   width: 140px;
   height: 250px;
   position: absolute; /* absolute, relative, fixed */
   /* top: 0px; */
   left: 850px;
   border: #FF0000 2px solid;
}

#logo {
	width: 845px; /* geändert von 100% */
	height: 210px;
	position: center;
	background-color: #FF0000; /* #eeeeee; */
	/* border: 2px solid silver; */
}

#plaintext {
	position: absolute;
	top: 10px;
	left: 880px;
	text-align: right;
	width: 100px;
}

#plaintext a {
	color: #ffffff;
	text-decoration: none;
}

#maintopic {
	width: 840px;
	margin-top: 0px;
	margin-left: 1px;
	margin-bottom: 3px;
	margin-right: 0px;
	padding: 0px 0px 1px 0px;
	border: 2px solid #E0F4F9; /* silver; */
	background: #0000A0 repeat-x; /* url(http://www.dietrich-svb.de/images/menuebar.gif) */ 
	height: 25px;
}

#maintopic ul {
	list-style-type: none;
	margin-top:1px;
	margin-left:1px;
	margin-bottom:1px;
	margin-right:1px;
	padding:0px;
}

#maintopic li {
	display: inline;
}

/* Definitionen der Felder im Maintopic */
#maintopic a {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 0px 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /* color: #266ab1; */
	border-right: 1px solid #E0F4F9; /* #dedede; */
	border-left: 1px solid #E0F4F9; /* #dedede; */
	/* border-top: 2px solid #dedede; */
	/* border-bottom: 2px solid #dedede; */
	text-transform : uppercase;
	height: 18px;
}

#maintopic a:hover {
	background-color: #87CEFA;
	color: #FF0000;
	font-weight: bold;
}

#maintopic a.sel {
	background-color: #FFFFFF; /* #87CEFA; */
	color: #0000A0; /* #266ab1; */
	font-weight: bold;
	/* color: #0000A0; */
}

/* Definitionen des Inhaltes des Feldes topic */
#topic h2 {
	/* border-top: 1px solid #D8EEFB; */
	/* border-bottom: 1px solid #D8EEFB; */
	background-color: #F3FBFE;
	color: #0000A0;
	padding: 4px 10px 4px 10px; /*Position der Überschriften */
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 0px 0px 0px 0px; /* Gesamtgröße der Überschriften wegen Hintergrundbild */
}

#topic h3 { /* Überschriften */
	border-top: 1px solid #D8EEFB;
	border-bottom: 1px solid #D8EEFB;
	background-color: #0000A0;
	color: #FFFFFF; /* #0000A0; */
	padding: 4px 10px 4px 10px; /*Position der Überschriften */
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	text-transform : uppercase;
	margin: 0px 0px 0px 0px; /* Gesamtgröße der Überschriften wegen Hintergrundbild */
}

#topic a.active {
    color: #291696; /* Schriftfarbe für Ebene3 einstellen */
    text-decoration: none;
}

#topic a.active:hover{
    color: #291696; /* Schriftfarbe für Ebene3 einstellen */
    text-decoration: underline;
}

#topic a.sel {
	background-color: #266ab1; /* #87CEFA; */
	color: #00ff00; /* #266ab1; */
	font-weight: medium;
}

#topic p {
	padding: 4px 10px 4px 10px; /* Abstände im topic */
	/* border-bottom: 1px solid #D8EEFB; */
	margin: 0px;	
}

#topic p a {
	color: #0000A0; /* Schriftfarbe einstellen */
	text-decoration: none;
    /* color: #444655; */
}

/* Wenn Maus auf dem Link steht */
#topic p a:hover { 
	color: #ff0000;
	text-decoration: underline;
	background-color: #00ff00;
/* #0000A0; */
}

form.search {
	padding: 2px 5px 0px 5px;  /* Suchfeldabstand vom Rand einstellen */
}

form.search input {
	margin: 2px 0px -5px 0px; /* Gesamtfeldabstand einstellen wegen Hintergrundbild */
	vertical-align : middle;
}

input.search {
	border-top: #266ab1 2px solid;
	border-left: #266ab1 2px solid;
	border-bottom: #266ab1 2px solid;
	border-right: #266ab1 2px solid;
	background-color: #fcfcfc;
	text-align: center;
	width: 120px; /* Suchfeldbreite einstellen */
	padding: 3px; /* Suchfeldhöhe einstellen */
	color: #0000A0}

#ts {
	text-align: center;
}

#ts a {
	text-decoration: none;
	color: #444655;	
}

#footer {
	clear: both;
	font-size: 8px;
	margin: 0px 100px 0px 100px; /* Position von links und rechts festlegen = zentrieren */
	padding: 0.1em;
	text-align: center;
	background-color: transparent;
	border: 2px solid #266ab1;
	border-style: dotted;
}
