* {
	margin: 		0px;
	padding: 	0px;
	font-family: 	Verdana, Arial;
/*	font-size: 	12px;*/
	font-size: small;
	
}
body {
	background-color: White;
}
a { outline: none; }
a:link { text-decoration:underline; }
a:visited {  text-decoration:underline; }
a:hover {  text-decoration:none; }
a:active {  text-decoration:none; }
a:focus {  text-decoration:none; }
.tab-content a {
	color: #000000;
}
h1 {
/*	font-size: 14px;*/
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 15px;
}
h2 {
	font-weight: bold;
	padding-bottom: 6px;
}
h3 {

}
q, cite {
	font-style: italic;
}
img {
	border: none;
}

#c-content ul {
	display: inherit;
	padding-left: 10px;
}
.flLeft {
	float: left;
	margin: 0 10px 0 0;
}
.flRight {
	float: right;
	margin: 0 0 0 10px;
}
.flLeft p, .flRight p {
	font-size: smaller;
}
.linkimg {
	padding:		2px 0 2px 30px;
	display:		block;
	background:	transparent url(link-pfeil.gif) 0 0 no-repeat;
}
.linkimg:hover {
	background:	transparent url(link-pfeil.gif) 0 0 no-repeat;
}
ul a:link {
	text-decoration: none;
}
.active, .current {
/*	color: #D00D1B !important;*/
}
.centered {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
}
.sitemap1st li {
	font-weight: bold;
}
.sitemap1st ul {
	margin-bottom: 15px;
}
.sitemap2nd li {
	font-weight: normal;
	margin-left: 30px;
}

/* CSS für Tabellen */
.tab-full {
	width:		100%;
	height:		100%;
}
.tab-blau {
	background-color: #003399;
}
.tab-header {
	background-image:url(top-grafik1.gif);
	background-repeat:no-repeat;
}
.tab-navi {
	vertical-align: top;
	background-color: #003399;
}
.tab-content {
	vertical-align: top;
}
.div-content {
	padding: 25px;
}
.footer {
	float: right;
	font-size: 10px;
}
.sitemap li {
	margin-bottom: 0em;
}
.sitemap ul {
	margin-bottom: 0.8em;
}
.sitemap a, .sitemap a:link, .sitemap a:visited, .sitemap a:hover, .sitemap a:active, .sitemap a:focus {
	text-decoration: none;
}
/* Vorübergehendes CSS für UL-Navigation ohne einzelne Klassen */
#navigation {
	margin-left: 20px;
	list-style: none;
}
#navigation a {
	color:		white;	
	text-decoration: none;
}

.tab-content li {
	display: inherit;
	list-style-position: outside;
	margin-left: 15px;
}

#navigation li { /* Listenelement Erste Ebene */
	margin-top: 14px;
/*	display: inline;
	padding-left: 0;*/
}
#navigation li a { /* Links Erste Ebene */
	font-weight: bold;
}
#navigation li ul { /* Liste zweite Ebene */
/*	display: Inline;
	float: left;*/
	list-style-image: url(list-image.gif);
	padding-left: 20px;
/*	list-style-position: inside;*/
}
#navigation li ul li { /* Listenelement zweite Ebene */
	margin-top: 4px;
/*	margin-left: 10px;*/
}
/*
#navigation li {
	font-weight: bold;
	padding-top: 20px;
}
#navigation li {
	float:			left;
}

#navigation a, #navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active, #navigation a:focus {
	text-decoration: none;
	font-weight: bold;
	background: transparent url(link-a.gif) 8px 4px no-repeat;
	padding:		2px 0 2px 30px;
	color: white;
}
#navigation li a:hover, #navigation li ul li a:hover, #c-top a:hover {
	background:	transparent url(nav-pfeil.gif) 0 0 no-repeat;
}
#navigation li ul {
}
#navigation li ul li {
	border-bottom: none;
}
#navigation li ul a {
	text-decoration: none;
	font-weight: normal;
	padding:		2px 0 2px 45px;
	width:		125px;
	background: None;
}
*/
