/* Grundeinstellungen für gesamte HTML-Datei */
body  {
Font-Family:   		"Arial Narrow", Arial;
Font-size:     		12px;
Font-Weight:   		bold;
Text-Decoration:	none;
color:    		#000000;
letter-spacing:		1.5px;
margin:				0px;
}

/* Aussehen der angeklickten bzw. anklickbaren Links */
a:link, a:visited, a:active	{
Font-Family:   	"Arial Narrow", Arial;
Font-size:     		15px;
letter-spacing:		1.2px;
Color:				#999999;
text-decoration:	none;
}

/* Aussehen eines Links, der mit Cursor angesteuert wird */
a:hover	{
Font-Family:   	"Arial Narrow", Arial;
Font-size:     		15px;
letter-spacing:		1.2px;
Color:				#999999;
text-decoration:	none;
}

/* Aussehen eines Links, der auf eine Emailadresse verweist */
a.mail:link, a.mail:active, a.mail:visited {
Font-Family:   	"Arial Narrow", Arial;
Font-size:     		15px;
letter-spacing:		1.2px;
Color:				#999999;
text-decoration:	none;
}

/* Aussehen beim Drüberfahren eines Links, der auf eine Emailadresse verweist */
a.mail:hover {
Font-Family:   	"Arial Narrow", Arial;
Font-size:     		15px;
letter-spacing:		1.2px;
Color:				#999999;
text-decoration:	none;
}

/** Tabelle besteht aus 3 Spalten und 5 Reihen **/
/** erste Reihe : grau und ohne Text (nur zum Positionieren) **/
/** zweite bis vierte Reihe, erste Spalte : grau und mit Pfeilen unten **/
/** zweite Reihe, 2. Spalte: pb.informatik, pichler barbara**/
/** zweite Reihe, 3. Spalte: grau, nur zum Positionieren **/
/** dritte Reihe, 2. Spalte: Werbetext **/
/** dritte Reihe, 3. Spalte: grau, nur zum Positionieren **/
/** vierte Reihe, 2. Spalte: Referenz und Kontakt **/
/** vierte Reihe, 3. Spalte: grau, nur zum Positionieren **/
/** fünfte Reihe : grau und ohne Text (nur zum Positionieren) **/
.table_infos{
	height:			100%;
	width:			100%;
	border-width:	0px;
	border-collapse:collapse; 
	border-spacing:	0px;
	margin:			0px;
}

.grey_infos{
background-color:		#999999;
}

.pfeil_feld{
background-color:		#999999;
vertical-align:			bottom;
padding-bottom: 		52px;
padding-right: 			52px;
text-align:				right;
}

/** Angaben zu weißem Mittelfeld (für alle drei Reihen gültig) **/
.row_infos{
width:				450px;
vertical-align:		middle;
background-color:	white;
padding-left: 			52px;
Font-Family:   		"Arial Narrow", Arial;
}

.row_1_info{
height:					100px;
text-align:				right;
padding-right: 			52px;
Font-Weight:   			bold;
padding-top: 			52px;
}

.text_P{
Font-Family:   		Arial;
Font-size:     		20px;
Color:				#999999;
}

.text_B{
Font-Family:   		Arial;
Font-size:     		20px;
Color:				#FF6600;
}

.text_informatik{
Font-Family:   	"Arial Narrow", Arial;
Font-size:     		15px;
Font-Weight:   		bold;
letter-spacing:		1.2px;
Color:				#999999;
}

.text_barbara{
Font-Family:   	"Arial Narrow", Arial;
Font-size:     		15px;
Font-Weight:   		bold;
letter-spacing:		1.2px;
Color:				#FF6600;
}

.row_2_info{
height:					100px;
padding-right: 			52px;
text-align:			right; 
}

.text_absatz{
Font-Family:   		"Arial Narrow", Arial;
Font-size:     		15px;
letter-spacing:		1.2px;
Color:				#999999;
}

.row_3_info{
height:					250px;
text-align:				left;
padding-left: 			52px;
vertical-align:			bottom;
padding-bottom: 		52px;
}

.text_referenz_kontakt{
Font-Family:   		Arial;
Font-size:     		20px;
letter-spacing:		1.2px;
Color:				#999999;
text-align: 		left;
}

