html, body  { font-family: tahoma, arial, verdana; line-height: 1.4em; background: silver; letter-spacing: 0.02em; margin: 0; padding: 0   }

h1 {
	font-size: 14px;
}

td, p, li {
	 font-family: tahoma, arial, verdana; font-size: 11px;
}


td p, td li, li li, li li li, p td, td td {
	font-size: 11px;
}

h1, h2, h3 {
	margin: 0 0 1em 0;
}

hr {
	border: 0;
	width: 100%;
	color: #C0C0C0;
	background-color: #C0C0C0;
	height: 1px;
}

p {
	margin: 1em 0;
}

img {
	border: none;
}

.copyright { font-size: 9px; text-align: left; text-indent: 4px; }
.language { font-size: 9px; text-align: right; text-indent: 4px; }
.small_intent { font-size: 9px; text-indent: 15px }

a.small_intent:link {text-decoration:none; color: #000; }
a.small_intent:visited {text-decoration: none; color: #000; }
a.small_intent:active {text-decoration: none; color: #000; }
a.small_intent:hover {text-decoration: none; color: #fff; }

a:link {text-decoration: underline; color: #000; }
a:visited {text-decoration: none; color: #000; }
a:active {text-decoration: none; color: #000; }
a:hover {text-decoration: underline; color: #014ca4; }

a.sprachwahl:link {text-decoration:none; color: #000; }
a.sprachwahl:visited {text-decoration: none; color: #000; }
a.sprachwahl:active {text-decoration: none; color: #000; }
a.sprachwahl:hover {text-decoration: none; color: #fff; }

a.sprachwahlHome:link {text-decoration:none; color: #000; }
a.sprachwahlHome:visited {text-decoration: none; color: #000; }
a.sprachwahlHome:active {text-decoration: none; color: #000; }
a.sprachwahlHome:hover {text-decoration: none; color: #666; }

a.home:link { font-size: 17px; text-decoration:none; color: #000; font-weight: bold; }
a.home:visited {font-size: 17px; text-decoration: none; color: #000; font-weight: bold; }
a.home:active {font-size: 17px; text-decoration: none; color: #000; font-weight: bold; }
a.home:hover {font-size: 17px; text-decoration: none; color: #014ca4; font-weight: bold; }

a.bw:link {text-decoration:none; color: #000; }
a.bw:visited {text-decoration: none; color: #000; }
a.bw:active {text-decoration: none; color: #000; }
a.bw:hover {text-decoration: none; color: #fff; }
/*****************************/
/* navigation */
/*****************************/
#navitable {
	background: #DDDDDD;
}

#navigation { 
	float: left; 
	width: 133px; 
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li { 
	font-size: 12px; 
	width: 133px; 
	margin: 0; 
	padding: 0px; 
	float: left; 
	display: inline; 
}	

#navigation li a  { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	display: block; 
	padding: 2px 10px 2px 20px;
}


/* level2

#navigation li.level2 {
	margin: 0;
	padding: 0;
	float: left; 
	display: inline;
	width: 160px;
}	

#navigation li.level2 a  { 
	color: #000; 
	font-weight: bold; 
	text-decoration: none; 
	display: block; 
	padding: 0px 10px 2px 30px;
}

#navigation li.level2 a:hover, #navigation a.level2current { color: #014ca4; background: url(../images/bullit.gif) no-repeat 15px 3px !important; }

*/

/* trennlinien 

#navigation ul li {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #014ca4;
}

#navigation li.level2 {
	border-width: 0;
}

*/

