/***************************************************************************************/
/*
Titel:    Standardstyles für Bildschirmmedien
Autor:    Stephan Schindel info@computer-rundum.de
Update:   30.07.2007

Inhalt:   - Globale Einstellungen
          - Seitenstruktur
          - Hauptinhalt
          - Formulare
          - Rechte Spalte
          - Navigation
ie.css
*/
/***************************************************************************************/
@import url("t3ext.css");

h1 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: Navy;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: Navy;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Navy;
}

td {
	font-family : Verdana;
	font-size : 8pt;
	color: Navy;
}
a:link {
	color: #003333;
}
a:visited {
	color: #003333;
}
a:hover{
	color: #006633;
	text-decoration: underline;
}
a:active {
	color: #003333;
}
td.mitte {
	background-repeat:no-repeat;
	padding: 10px;
}

.ohne a:link {
	color: #999999;
	text-decoration: none;
}
.ohne a:visited {
	color: #999999;
	text-decoration: none;
}
.ohne a:hover{color: #999999;
	text-decoration: none;
}
.ohne a:active {
	color: #999999;
	text-decoration: none;
} 
.mehr_platz{
	/*line-height : 30px;*/
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
img {
	border: none;
}
img a {
	border: none;
}
