/* Generelle Deklarationen */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
body,td,th,p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;/*#6F6F6E*/
	line-height:16px;
}
img{ 
	border:none; 
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:26px;
	font-weight:normal;
	color:#6F6F6E;
	
	padding-top:4px;
	margin-bottom:40px;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#6F6F6E;
}
h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#6F6F6E;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	font-weight:bold;
	color:#8F8F8F;
}
/* Links */
a {
	font-size: 12px;
	color: #000;
 	padding-left:14px;
 	background-image:url(../images/common/link.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	text-decoration:none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/* spezielle Links */
.meta a, .meta a:visited, .meta a:active{
	font-size: 10px;
	color: #000;
	font-weight: bold;
	background-image:none;
	padding:0px;
	line-height:18px;
	text-decoration: none;
}
.meta a:hover{
	text-decoration: underline;
}

.newsitem a, .newsitem a:visited, .newsitem a:hover, .newsitem a:active, .newsitem a:link{
	font-weight: normal;
	background-image:none;
	padding:0px;
	line-height:14px;
	text-decoration: none;
	color:#000;
}
/*#navigation a, #navigation a:visited, #navigation a:hover, #navigation a:active, #navigation a:link{
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	background-image:none;
	padding-left:10px;
	padding-right:10px;	
	line-height:14px;
	text-decoration: none;
}*/
/*li a, .yuimenuitem a, .yuimenuitem a:visited, .yuimenuitem a:hover, .yuimenuitem a:active, .yuimenuitem a:link{
	color:#FFF;!important
}*/
.bc a, .bc a:visited, .bc a:active{
	font-size: 10px;
	padding:0px;
 	padding-left:0px;
	margin-right:10px;
 	background-image:none;

	line-height:14px;
	text-decoration: none;
	text-align:left;
	color: #6F6F6E;
}
.bci a, .bci a:visited, .bci a:active{
	font-size: 10px;
	padding:0px;
 	padding-left:18px;
	margin-right:10px;
 	background-image:url(../images/common/link.jpg);
	background-position:left center;
	background-repeat:no-repeat;

	line-height:14px;
	text-decoration: none;
	text-align:left;
}
.bc a:hover, .bci a:hover{
	text-decoration: underline;
}

.sitemap a, .sitemap a:visited, .sitemap a:hover, .sitemap a:active, .sitemap a:link{
	font-size: 11px;
	color: #6F6F6E;
	font-weight:normal;
	background-image:none;
	padding:0px;
	line-height:18px;
	text-decoration: none;
}
/* CONTENIDO */
container{ display:block; background-color:#FF0000; padding:1px; font-weight:bold; color:#FFFFFF; text-indent:20px; }
#debugger{ border:1px dashed #f00; padding:20px; font-family:"Courier New", Courier, monospace; font-weight:bold; font-size:12px; display:none; }