
body{
	background-color:black;
}
table.rand{
	background-color:#0062AB;
	width:1200px;
	height:790px;
}

table.mitte{
	margin-left:6px;
	margin-right:5px;
	background-color:black;
	border-collapse:collapse;
}
tr.oben{
	background-color:white;
}

/****Obere Fensterreie****/
td.fenster_1{
	width:250px;
	height:189px;
	background-repeat:no-repeat;
	background-position:center;
	padding-left:5px;
}
td.fenster_2{
	background-color:white;
	height:160;
	width:680px;
}

td.fenster_3{
	background-color:#0062AB;
	height:4;
	width:720px;
	border-bottom:5px solid black;
}

/****Fenster rechts mitte****/
td.fenster_6{
	background-color:black;
	width:170px;
	background-repeat:no-repeat;
	background-position:bottom right;

}
/****Fenster rechts unten****/
td.fenster_7{
	background-color:black;
	width:170px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

/****Feld mit Unterlinks auf der linken Seite****/
td.unterlink{
	width:160px;
	height:420px;
	background-color:#0062AB;
	padding-left:0px;
 	border-top:5px solid red;
	padding-top:100px;
}

/****Hauptanzeige in der Mitte****/
td.hauptanzeige{
	background-color:black;
	color:white;
	padding-left:20px;
}
/****Haupttexttabelle****/
td.haupttext{
	height:420px;
	width:900px;
}


/**** rote Trennlinie zwischen Hauptanzeige und Links unten****/ 
td.trenner{
	background-color:red;
	height:5px;
}
/****Linkzeile unter roter Linie****/
td.link{
	background-color:white;
	height:85px;
}
/****Fusszeile mit Firmenangaben****/
p.footer{
	color:white;
	font-family:arial;
	font-size:12px;
}
/****Linktabelle links über dem Bild****/
table.links{
	width:880px;
	border-collapse:collapse;
}
/****Haupttext****/
table.beschrieb{
	width:700px;
	margin-left:100px;
	line-height:1.4;
}
tr.beschrieb_abstand{
	height:90px;
}
h1.titel{
	color:#e2001a;
	font-size:18px;
	font-weight:bolder;
	font-family:arial;
}
span.haupttext{
	font-size:13px;
	font-weight:300;
	font-family:arial;
	color:white;
	text-align:left;
}
td.text{
	font-size:13px;
	font-weight:400;
	font-family:Arial;
	color:white;
	text-align:left;
	width:350px;
	padding-right:20px;
}
td.info{
	font-size:12px;
	font-weight:400;
	font-family:Arial;
	color:white;
	text-align:justify;
	font-style: oblique;
	padding-right:20px;
}
  /*************/
 /****LINKS****/
/*************/

/**** Startbild****/
td.startbild{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
}
a.startlink{
	text-decoration:none;
	border-collapse:collapse;
	border:0px;
}
/****Seite für die Links unten****/
a.linksnavi:link{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:white;
}
a.linksnavi:visited{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:white;
}
a.linksnavi:hover{
	width:30px;
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;
}
/****Definition für die Links im Text****/
a.textlink:link{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;
}
a.textlink:visited{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;
}
a.textlink:hover{
	width:30px;
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#0062AB;
}
/****Unterlinks unter der roten Tasche****/
a.unterlinksnavi:link{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:white;
}
a.unterlinksnavi:visited{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:white;
}
a.unterlinksnavi:hover{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;
}

/****Seite für die Links von Mailadressen****/
a.maillink:link{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;
}
a.maillink:visited{
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;
}
a.maillink:hover{
	width:30px;
	text-decoration:none;
	font-family:arial;
	font-weight:900;
	color:#e2001a;;
}

/****Links zum durchblättern "Vorwärts" und "Rückwärts"****/
a.blattlink:link{
	text-decoration:none;
	font-family:arial;
	font-size:17px;
	color:#0062AB;
}
a.blattlink:visited{
	text-decoration:none;
	font-family:arial;
	font-size:17px;
	color:#0062AB;
}
a.blattlink:hover{
	text-decoration:none;
	font-family:arial;
	font-size:17px;
	color:#e2001a;
}

/****Position der "Blattlinks"****/
td.blattlink_abstand{
	width:150px;
}
