body {  background-color: white;
        background-repeat: repeat-x;
		margin: 0px;
	    padding: 0px;
        font: 11px Arial, sans-serif;
		line-height: 100%;
		color: #646464;}

p,td,th{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #646464;
	line-height: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img{border-style:none; border-width:0px}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0px;
	color: #646464;
	padding: 0px;
	margin-top: 0px;
}
h1,h2,h3,h4,h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 3px;
	color: #646464;
	padding: 0px;
	margin-top: 3px;
}
h1{font-size: 11px;}
h2{font-size: 16px;}
h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 11px;}
h6{font-size: 10px;}

/* TXT einbinden mit <span class="fett"></span> */
.fett{font-weight:bold}

/* TXT einbinden mit <span class="abst"></span> */
.abst{line-height: 130%;}

/* TXT einbinden mit <span class="InTxt1"></span> */
.InTxt1{font-size:14px;
        font-weight:normal;
		line-height: 100%;}

/* TXT einbinden mit <span class="InTxt2"></span> */
.InTxt2{font-size:13px;
        font-weight:normal;
		line-height: 100%;}

/* TXT einbinden mit <span class="InTxt3"></span> */
.InTxt3{font-size:12px;
        font-weight:normal;
		line-height: 100%;}

/* COLOR einbinden mit id="bgcolor1" */
#bgcolor1 {background-color: #ffa800;}  /* dunkel */
#bgcolor2 {background-color: #646464;}  /* mittel */
#bgcolor3 {background-color: #ffa800;}  /* hell */


/* Hoover-Links allgemein */		
A:link { color : #5b5b5b; text-decoration: none }     /* link-color*/
A:visited {color : #5b5b5b; text-decoration: none }       /* visited-color*/
A:bb:hover {color: #ffffff; text-decoration: underline }  /* Farbe-Underline */
A:bb:hover {color: #b2b2b2; text-decoration: overline }   /* over-color*/
A:active {color: #000000; text-decoration: none }         /* Farbe wärend der Ausführung */

/* Navigation */		
div#clink {
	font: 11px verdana, arial, sans-serif;  /* Txt Größe */
	font-weight : bold;
	line-height: 100%;
	color : white;      /* ??? */
	background: #FB652F;  /* Navi - Hintergrundfarbe */
	width: 145px;}

div#clink a {
		padding-right: 7px;
		display: block; 
		padding-left: 7px; 
		border-left-width: 0px;
		background: #B50103;   /* Schaltflächenfarbe */
		border-bottom-width: 0px;
		padding-bottom: 2px; 
		margin: 0px 0px 1px; 
		color : #ffe7c2;      /* Navi - Txt-color */
		padding-top: 2px; 
		text-align: left; 
		text-decoration: none; }

div#clink a:hover {
		border-right: red 3px dashed;  /* Farbpunkt rechts aussen */
		background: #790203;          /* Schaltfläche - over */
		color : white; }            /* over- Txt-color */

