/* Contentseiten */

/* Seitenformatierung */
body {

overflow:auto;					/* Scrollbalken anzeigen */

font-family: Arial; 				/* Schriftart */
font-size: 8pt;					/* Schriftgrösse */
font-weight: normal;				/* Schriftdicke */
color:#000000;					/* Schriftfarbe */
text-decoration:none;				/* Textdekoration */

background-color:white;				/* Hintergrundfarbe */
background-image:url(../grafics/sandston.gif);	/* Hintergrundbild */

margin-top:0px;					/* Aussenabstand Oben Dokument */
margin-left:0px;				/* Aussenabstand Links Dokument */
margin-right:0px;				/* Aussenabstand Rechts Dokument */
margin-bottom:0px;				/* Aussenabstand Unten Dokument */

}


/* Allgemeine Linkformatierung onload */
a:link {

color:blue; 					/* Textfarbe */
text-Decoration: underline; 			/* Textdekoration */

}


/* Allgemeine Linkformatierung onload */
a:active { 

color: darkblue; 				/* Textfarbe */
text-Decoration: underline; 			/* Textdekoration */

}


/* Allgemeine Linkformatierung onload */
a:visited { 

color: blue; 					/* Textfarbe */
text-Decoration: underline; 			/* Textdekoration */

}


/* Allgemeine Linkformatierung onload */
a:hover { 

color: darkblue; 				/* Textfarbe */
text-Decoration: underline;			/* Textdekoration */

}


/* Allgemeine Tabellenformatierung */
table {

text-decoration:none;				/* Textdekoration */

width:780px;					/* Breite Tabelle */
height:0%;					/* Höhe Tabelle */

background: white;				/* Hintergrundfarbe */
background-image:url(../grafics/sandston.gif);	/* Hintergrundbild */
border-style:solid;				/* Rahmenart */
border-top-width:0px;				/* Rahmendicke Oben */
border-left-width:0px;				/* Rahmendicke Links */
border-right-width:0px;				/* Rahmendicke Rechts */
border-bottom-width:0px;			/* Rahmendicke Unten */
border-color:#FF0000;				/* Rahmenfarbe *
border-spacing:0px;				/* Abstand zwischen Zellen */

}

/* Allgemeine Zellenformatierung */
td, tr {

text-decoration:none;				/* Textdekoration */

padding:0px;					/* Innenabstand Zelle */

}


/* Abstand zwischen Untermenü und Content iFrame */
.empty {

font-family:Arial;				/* Schriftart */
font-size:1px;					/* Schriftgrösse */
color:none;					/* Schriftfarbe */
text-decoration:none;				/* Textdekoration */

text-align:center;				/* Textausrichtung horizontal */
vertical-align:top;				/* Textausrichtung vertikal */

width:780px;					/* Breite Zelle */
height:5px;					/* Höhe Zelle */

background-color:none;				/* Hintergrundfarbe */
border-style:none;				/* Rahmenart */
border-top-width:0px;				/* Rahmenbreite Oben */
border-left-width:0px;				/* Rahmenbreite links */
border-right-width:0px;				/* Rahmenbreite rechts */
border-bottom-width:0px;			/* Rahmenbreite unten */
border-color:none;				/* Rahmenfarbe */

padding:0px;					/* Innenabstand Zelle */

}

/* Content Title */
.title {

font-family:Arial;				/* Schriftart */
font-size:14px;					/* Schriftgrösse */
font-weight:bold;				/* Schriftdicke */
text-decoration:none;				/* Textdekoration */

width:780px;					/* Breite Zelle */
height:14px;					/* Höhe Zelle */

background:white;				/* Hintergrundfarbe */
background-image:url(../grafics/sandston.gif);	/* Hintergrundbild */
border-style:solid;				/* Rahmenart */
border-top-width:0px;				/* Rahmenbreite Oben */
border-bottom-width:0px;			/* Rahmenbreite Unten */
border-left-width:0px;				/* Rahmenbreite Links */
border-right-width:0px;				/* Rahmenbreite Rechts */
border-color:#FF0000;				/* Rahmenfarbe */

padding:5px;					/* Innenabstand Zelle */

}


/* Content IFRAME */
.iframe2 {

text-decoration:none;				/* Text-dekoration */

width:100%;					/* Breite iframe */
height:15000px;					/* Höhe iframe */

background:white;				/* Hintergrundfarbe */
background-image:url(../grafics/sandston.gif);	/* Hintergrundbild */
border-style:none;				/* Rahmenart */
border-top-width:0px;				/* Rahmenbreite Oben */
border-left-width:0px;				/* Rahmenbreite Links */
border-right-width:0px;				/* Rahmenbreite Rechts */
border-bottom-width:0px;			/* Rahmenbreite Unten */
border-color:#FF0000;				/* Rahmenfarbe */

margin:0px;					/* Aussenabstand Zelle */
padding:0px;					/* Innenabstand Zelle */

}
