body {  background-color: #b7c4cc;
        background-repeat: no-repeat;
		margin: 0px;
	    padding: 0px;
        font: 11px Arial, sans-serif;
		line-height: 100%;
		color: black;}

p,td,th{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	color: #494949;
	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: white;
	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: white;
	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: black;
		text-decoration: none;}

/* COLOR einbinden mit id="bgcolor1" */
#bgcolor1 {background-color: #000eae;}  /* dunkel */
#bgcolor2 {background-color: #648FC9;}  /* mittel */
#bgcolor3 {background-color: #3dfeff;}  /* hell */


/* Hoover-Links allgemein */		
A:link { color : white; text-decoration: underline }     /* link-color*/
A:visited {color : #e2e2e2; 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: #001ff7; 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: #648FC9;  /* Navi - Hintergrundfarbe */
	width: 145px;}

div#clink a {
		padding-right: 7px;
		display: block; 
		padding-left: 7px; 
		border-left-width: 0px;
		background: #0267ee;   /* Schaltflächenfarbe */
		border-bottom-width: 0px;
		padding-bottom: 2px; 
		margin: 0px 0px 1px; 
		color : #D3F8FC;      /* 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: #000eae;          /* Schaltfläche - over */
		color : white; }            /* over- Txt-color */

