@charset "ISO-8859-1";


/* ### Allgemeine Angaben ### */

body {
 background-image : url(bg_side.JPG);
 color            : white;
 font-size        : 100.01%;
 text-align       : center;
 border           : none;
 padding:none;
 }

table {
 width       : 60em;
 align       : center;
 text-valign : top;
 text-align  : center;
 }

p#news {
 font-family:arial;
 font-size:90%;
 text-align:justify;
 }

h4#news {
 font-family:arial;
 font-size:90%;
 text-align:justify;
 }

td#news {
 padding:5px;
 font-family:arial;
 font-size:90%;
 text-align:justify;
 }

table#special {
 width       : auto;
 align       : left;
 text-valign : top;
 text-align  : left;
 font-family:arial;
 }

img#news {
 width:128px;
 height:96px;
 }


td {
 align          : center;
 vertical-align : top;
 }

/* ### Angaben für das DIV "Kopf" ### */

div#Kopf {
 background-image:url(bg_side.JPG);
 width:99%;
 align:center;
 height:auto;
 -moz-border-radius:1.5em;
 border:2px ridge silver;

 }

div#Kopf iframe {
 align:center;
 border:none;
 width:96.5%;
 height:120px;
 }

/* ### Angaben für das DIV "Links" ### */

div#Links {
 font-size:100%;
 float      : left;
 background-image:url(bg_side.JPG);
 width      : 12em;
 padding    : none;
 margin:none;
 min-height : 550px;
 border     : 2px ridge silver;
 -moz-border-radius:1.5em;
 }

div#Links iframe {
 border:none;
 width:97%;
 height:450px;
 }

/* ### Angaben für das DIV "Inhalt" ### */

div#Inhalt {
 font-size:100%;
 float   : auto;
 width   : 30em;
 padding : 1em;
 margin:none;
 border  : none;
 min-height : 550px;
/* -moz-border-radius:1.5em;
 border:2px ridge silver;
 background-image:url(bg_side.JPG;) */
 }

div#Inhalt a:link {
 font-family     : arial;
 color           : orange;
 text-decoration : none;
 }

div#Inhalt a:active {
 font-family     : arial;
 color           : orange;
 text-decoration : none;
 }

div#Inhalt a:visited {
 font-family     : arial;
 color           : orange;
 text-decoration : none;
 }

div#Inhalt a:hover {
 font-family     : arial;
 color           : red;
 text-decoration : none;
 }

div#Inhalt p {
 font-family : arial;
 color       : white;
 text-align  : justify;
 }

div#Inhalt h3 {
 font-family : arial;
 color       : yellow;
 text-align  : left; 
 }

div#Inhalt h4 {
 font-family : arial;
 color       : yellow;
 text-align  : left; 
 }

div#Inhalt li {
 font-family:arial;
 text-align:justify;
 font-size:90%;
 }

/* ### Angaben für das DIV "Rechts" ### */

div#Rechts {
 font-size:100%;
 background-image:url(bg_side.JPG);
 float:auto;
 width:12em;
 padding:none;
 min-height: 550px;
 border: 2px dashed silver;
 }

div#Rechts iframe {
 border:none;
 width:97%;
 height:500px;
 }

/* ### Angaben für das DIV "Fuss" ### */

div#Fuss {
 background-image:url(bg_side.JPG);
 width:98%
 padding:none;
 height:auto;
 border: 2px ridge silver;
 -moz-border-radius:0.75em;
 }

div#Fuss iframe {
 border:none;
 width:90%;
 height:50px;
 }


/* ### Anmerkungen ### */
/* Die DIVs "Kopf", "Fuss", "Links" und "Rechts" bestehen aus eingebundenen html-Dateien.
   Ihre Designs werden in seperaten CSS-Dateien definiert! */

