/*****************************************************/
/* FIRMEN-LANDKREIS.de PROFIL CSS File
******************************************************/
body{
	background-color: White;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

/* The DIV CR */
.clear{
	clear: both;
}

.guide {
	color: #666;
	padding: 4px 0px 4px 18px;
	font-size: 16px;
	line-height: 20px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: normal;
/*	border-left: 2px dotted #ccc;*/
}

.guide_content {
	color: #666;
	padding: 4px 0px 4px 18px;
	font-size: 16px;
	line-height: 20px;
/*	font-variant: small-caps;*/
	font-style: normal;
	font-weight: normal;
	border-top: 2px dotted #ccc;
	border-left: 2px dotted #ccc;
}

.absatz{
	width:640px;
	margin: 12px 12px 6px 0px;
	text-align: left;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.absatz A:ACTIVE,
.absatz A:LINK,
.absatz A:VISITED {
	color: Black;
}
.absatz A:HOVER {
	color: White;
	background-color: #00B201;
	text-decoration: none;
	padding: 2px;
}
p{
	padding-bottom: 0px;
	padding-top: 0px;
}
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00B201;
	margin: 12px 12px 4px 0px;
	font-size: 20px;
	line-height: 22px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
}
h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00B201;
	margin: 12px 12px 4px 0px;
	font-size: 18px;
	line-height: 22px;
	font-variant: small-caps;
	font-style: normal;
	font-weight: bold;
}
h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00B201;
	margin: 12px 12px 4px 0px;
	font-size: 16px;
	line-height: 16px;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
}

/***********************************
* MEN�
************************************/
#leftmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#leftmenu li {
	text-align: left;
	list-style-type: none;
	width: 160px;
	list-style: none;
	padding: 0;
	margin: 0 0 4px 0;
}
#leftmenu a {
	text-decoration: none;
	display: block;
	padding: 2px 5px 2px 5px;
	border: 1px solid Silver;
	background-color: transparent;
	color: Silver;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
}
#leftmenu a:hover {
	background-color: White;
	color: #00B201;
	border: 1px solid #00B201;
}
#leftmenu strong {
	display: block;
	padding: 2px 5px 2px 5px;
	background: #88FF88;
	color: #00B201;
	border: 1px solid #00B201;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	cursor: default;
}
