/***************************************************************************************/
/*
Titel:    Standardstyles für Bildschirmmedien
Autor:    Stephan Schindel info@computer-rundum.de
Update:   13.04.2008

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
hannah.css
*/
/***************************************************************************************/
@import url("typo3ext.css");
@import url("position.css");
/*  */
/* */
/* */
/* */
/* HTML */
body {
	background-color: #FFFFFF;
	color: #24486C;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #0056AB;
}
A:link {
	color: #0056AB;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}

A:active {
	color: #0056AB;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}

A:visited {
	color: #0056AB;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}

A:hover {
	color: #0056AB;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	}
A:focus {
	color: #0056AB;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
#banner {
	text-align: center;
}
p.menu {
	text-align: left;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
}
img {
	border: none;
}
.link {

}
p.bodytext a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
	font-weight: bold;
	color: #24486C;
}
