/* CSS other Browsers for CatSG Webportal Content Pages  */
/* CSS Tutorial under http://www.css4you.de */


/* Seitenformatierung */
body {
font-family:arial;											/* Schriftart */
font-size:12px;												/* Schriftgrösse */
color:#000000;												/* Schriftfarbe */
font-weight:normal;											/* Schriftdicke */
text-decoration:none;										/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
background-image:url(../../home/grafics/sandston.gif);		/* Hintergrundbild */
margin:0px;													/* Aussenabstand Dokument */
padding:0px;												/* Innenabstand Dokument */
}

/* allgemeine Tabellenformatierung */
table {
background-image:url(../../home/grafics/sandston.gif);		/* Hintergrundbild */
margin:0px;													/* Aussenabstand Tabelle */
}


/* Linkformatierung on load */
a:link, a:visited {
color: blue;												/* Schriftfarbe */
text-Decoration: underline;									/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
}

a:active, a:hover {
Color: darkblue;											/* Schriftfarbe */
Text-Decoration: underline;									/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
}


/* Titelformatierung */
.title {
font-family:arial;											/* Schriftart */
font-size:14px;												/* Schriftgrösse */
color:#000000;												/* Schriftfarbe */
font-weight:bold;											/* Schriftdicke */
text-decoration:none;										/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
width:780px;												/* Breite Zelle */
height:12pt;												/* Höhe Zelle */				
background-image:url(../../home/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:1px;									/* Rahmendicke Unten */
border-color:#FF0000;										/* Rahmenfarbe */
padding-top:2px;											/* Innenabstand Zelle Oben */
padding-left:0px;											/* Innenabstand Zelle Links */
padding-right:0px;											/* Innenabstand Zelle Rechts */
padding-bottom:2px;											/* Innenabstand Zelle Unten */
}


/* Inhaltsformatierung */
.content {
font-family:arial;											/* Schriftart */
font-size:12px;												/* Schriftgrösse */
color:#000000;												/* Schriftfarbe */
font-weight:normal;											/* Schriftdicke */
text-decoration:none;										/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
width:780px;												/* Breite Zelle */
background-image:url(../../home/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 */
padding-top:2px;											/* Innenabstand Zelle Oben */
padding-left:0px;											/* Innenabstand Zelle Links */
padding-right:0px;											/* Innenabstand Zelle Rechts */
padding-bottom:2px;											/* Innenabstand Zelle Unten */
}


/* Copyright Bereich */
.cr {
font-family:arial;											/* Schriftart */
font-size:10px;												/* Schriftgrösse */
color:#000000;												/* Schriftfarbe */
font-weight:normal;											/* Schriftdicke */
text-decoration:none;										/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
text-align:center;											/* Textausrichtung horizontal */
width:780px;												/* Breite Zelle */
height:10px;												/* Höhe Zelle */
background-image:url(../../home/grafics/sandston.gif);		/* Hintergrundbild */
border-style:solid;											/* Rahmenart */
border-top-width:1px;										/* Rahmendicke Oben */
border-left-width:0px;										/* Rahmendicke Links */
border-right-width:0px;										/* Rahmendicke Rechts */
border-bottom-width:0px;									/* Rahmendicke Unten */
border-color:#FF0000;										/* Rahmenfarbe */
}


/* Copyright Bereich Linkformatierungen */
.cr a:link, .cr a:visited  {
color: black;												/* Schriftfarbe */
text-Decoration: underline;									/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
}

.cr a:hover, .cr a:active { 
Color: black;												/* Schriftfarbe */
Text-Decoration: underline; 								/* Text: Unterstrichen | Überstrichen | Durchgestrichen */
}