/* Inhaltsseiten */


/* 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-color:white;					/* Hintergrundfarbe */
background-image:url(../grafics/sandston.gif);		/* Hintergrundbild */

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

}


/* Linkformatierung on load */
a:link {

color: blue;						/* Schriftfarbe */
text-Decoration: underline;				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/* Linkformatierung onFocus (aktiv) */
a:active { 

Color: darkblue;					/* Schriftfarbe */
Text-Decoration: underline; 				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/* Linkformatierung besucht */
a:visited { 

Color: blue;						/* Schriftfarbe */
Text-Decoration: underline;				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/* Linkformatierung Mouseover (hover) */
a:hover {

Color: darkblue;					/* Schriftfarbe */
Text-Decoration: underline;				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/* allgemeine Tabellenformatierung */
table {

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

margin:0px;						/* Aussenabstand Tabelle */

}


/* 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 */

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: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: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 */


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;

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

background:white;					/* Hintergrundfarbe */
background-image:url(../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 Link onload */
.cr a:link {

color: black;						/* Schriftfarbe */
text-Decoration: underline;				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/*  Copyright Bereich Link onFocus (aktiv) */
.cr a:active { 

Color: black;						/* Schriftfarbe */
Text-Decoration: underline; 				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/*  Copyright Bereich Link besucht */
.cr a:visited { 

Color: black;						/* Schriftfarbe */
Text-Decoration: underline;				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}


/*  Copyright Bereich Link Mouseover (hover) */
.cr a:hover {

Color: black;						/* Schriftfarbe */
Text-Decoration: underline;				/* Text: Unterstrichen | Überstrichen | Durchgestrichen */

}
