/* DATEI: suka.css */

body {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	text-align: justify;
}
DIV#kopf {
						display: block;
}

DIV#logo {
                  display: none;
	}

DIV#werbung {
                  display: block;
	}

DIV#text {
	margin-left: 220px;
	min-height: 240px;
}

DIV#text2 {
	margin-left: 170px;
	min-height: 240px;
}

DIV#google {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
   width: 200px;
	background-color: #FFFFFF;
}

DIV#grechts {
	float: right;
	margin-left: 30px;
	margin-top: 10px;
   width: 170px;
	background-color: #FFFFFF;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,sub
     { font-family:Arial,Helvetica,sans-serif; }

p.klein {
	font-size:7pt;
	text-align:center;
}

p.grossfett {
	font-size: 20px;
	font-weight: bold;
	color: #1E90FF;
	background-color: White;
}

.center {
	text-align: center;
}

table.kopf {
	border: 0px;
	margin : 0px ;
	padding : 0px;
         height: 200px
	}


table.mytab {
	border: 0px;
	margin : 20px ;
	padding : 0px;
	width : 95%;
	empty-cells : show;
	}

table.mytext {
	border: 2px;
	border-color: Black;
	margin: 20px;
	padding: 0px;
	empty-cells: show;
	background-color: White;
}

table.mytext2 {
   border: 2px;
	border-color: Black;
	margin-top: 0px;
	margin-left: 30px;
	padding: 0px;
	background-color: #FFFFE0;
}

tr {
	vertical-align: middle;
}

th {
	font-size: 16px;
	font-weight: bold;
	color: Black;
	border: thin solid;
	padding: 5px;
	background-color: #56BAFA;
}

td {
	font-size: 14px;
	font-weight: bolder;
	color: Black;
	padding: 5px;
}

td.rebl {
	color: Black;
	background-color: #87CEFA;
	text-align:right;
}

td.inakt {
	text-align: center;
	background-color: White;
	border: thin solid;
	border-color: Black;
}

td.left {
	text-align: left;
	border: thin solid;
}

td.cbb {
	text-align: center;
	color: #3133FF;
	font-weight: bold;
	border: thin solid;
	border-color: Black;
}


td.bg {
	background-color: #FFFFE0;
	border: none;
}

td.akt {
	background-color: #FEFF2D;
	border: thin solid;
	border-color: Black;
	text-align: center;
}


sub,sup { font-size:10px;}
/* tiefgestellte Zahlen */

h1 { font-size:48px;
     text-align:center;
	  color: #3133FF;
		 }
/* Hauptüberschriften */

h2 { font-size:36px;
       text-align:center;
		 color: #3133FF;
     }


/* Seitenueberschriften */
/* font-size = Schriftgroesse */

h3 { font-size:30px;
	color: #FF3131;
}
/* font-size = Schriftgroesse */


h4 { font-size:24px;
	color: #3133FF;
}
/* font-size = Schriftgroesse */

p,ul,ol,li,div,td,th,blockquote,nobr,b,i {
	font-size:16px;
}

b { font-weight:bold;}

a:link { color:#FF5F00; text-decoration:underline; }
a:visited { color:#FF5F00; text-decoration:underline; }
a:active { color:#FF5F00; text-decoration:underline; }

a.kopf:link, a.kopf:visited {
	color: Black;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
.big {
	font-size:20px;
	font-weight: bolder;
    text-align : center;
	color : #3333FF;
}