/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height:1.5em;
}

body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, li {
	margin-left:10px; 
	margin-right:10px;
	margin-top: 0px; 
	margin-bottom: 10px;
	/*color: #333333;
	line-height:1.5em;*/
}

.Link{
	font-weight: normal;
	color: #5C5C5C;
}

.Bold {
	margin-left:10px; 
	margin-right:10px;
	margin-top: 0px; 
	margin-bottom: 10px;
	font-weight: bold;
}

.Top{
	vertical-align: top;
}

/* Hyperlinks */
a {
	font-size: 13px;
	font-weight: bold;
}
a:link {
	/*color: #5C5C5C;*/
	color: #999999;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	/*color: #5C5C5C;*/
	color: #999999;
}
a:hover {
	color: #E52211;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	/*color: #E52211;*/
	/*color: #5C5C5C;*/
	/*color: #999999;*/
}

a.aktiv {
	color: ##E52211;
}

a.spracheActu{
	color: #E52211;
}

a.fuss{
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

a.subnav{
	font-weight: normal;
}

a.subnavActu{
	color: #E52211;
	font-weight: normal;
}

a.subnavOther{
	color: #5C5C5C;
	font-weight: normal;
}

a.subnavOther:hover{
	color: #E52211;
}

a.linkEinstieg{
	color: #666666;
	font-size: 20px;
}

a.linkEinstieg:hover{
	color: #E52211;
}

/* image: kein Rahmen, wenn Link*/
img{
	border: 0;
}

/* Überschriften */
h1 {
	font-size: 15px;
	color: #333333;
	margin-left:10px;
	margin-bottom:8px;
	margin-top:7px;
}
h2 {
	font-size: 14px;
	color: #666666;
	margin-left:10px;
	margin-bottom:8px;
	margin-top:7px;
}
h3 {
	font-size: 14px;
	color: #666666;
	margin-left:10px;
	margin-bottom:8px;
	margin-top:7px;
}
h4 {
	font-size: 14px;
	color: #666666;
	margin-left:10px;
	margin-bottom:8px;
	margin-top:7px;
}
h5 {
	font-size: 14px;
	color: #666666;
	margin-left:10px;
	margin-bottom:8px;
	margin-top:7px;
}
h6 {
	font-size: 14px;
	color: #666666;
	margin-left:10px;
	margin-bottom:8px;
	margin-top:7px;
}

/* Rahmen der Haupttabelle */
.rahmen {
	border: 1px solid #999;
	margin-top: 10px;
}

/* Gestrichelte Linie unter der Sub-Navigation */
.rahmenUnten {
	border-bottom: 1px dotted #333;
}

.fusszeile {
	color: #999999; 
	font-size: 11px; 
}

/* Oberer Abstand der Navigationstabelle */
table.abstand {
	margin-top: 10px;
}

/* Formatierung der Tabelle der Navigation */
table{
	border-collapse:collapse;
}
tr.row td{
	border-width:1px 0;
	border-style:solid;
	border-color:#333;
}
tr.row td.left{
	border-width:1px 0 1px 1px;
}
tr.row td.right{
	border-width:1px 1px 1px 0;
}
