/* Ensle Verpackungstechnik Stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #004A95;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;

	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#004A95;
	scrollbar-darkshadow-color:#004A95;
	scrollbar-shadow-color:#ffffff;
	scrollbar-arrow-color:#004A95;
	scrollbar-track-color:#ffffff;
}

a:link
	{
text-decoration: none;
font-weight: bold;
color: #004A95;
}

a:visited
{
text-decoration: none;
font-weight: bold;
color: #004A95;
}

a:hover
{
text-decoration: underline;
font-weight: bold;
color: #037EC0;
}

a:active
{
text-decoration: none;
font-weight: bold;
color: #ff0000;
}


/* DROPDOWNMENU */
#dropmenudiv{
	position:absolute;
	border:1px solid #037EC0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #037EC0;
	font-weight: normal;
	padding: 3px;
}

.menuheadline
	{
	font-weight: bold;
	font-size: 12px;
	color: #004A95;
	}

a.menu:link
	{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: #037EC0;
background-color: none;
}

a.menu:visited
	{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: #037EC0;
background-color: none;
}

a.menu:hover
	{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #037EC0;
}

a.menu:active
{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background-color: #037EC0;
	}

/* linkes Contentfeld */
.content_li
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	/*padding-top: 60px;
	background-image: url(../bilder/imagemap/content_li.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:top left;
	*/
}

.legende
{
	font-size: 10px;
	color: #000000;
	border: 1px solid #037EC0;
	padding: 6px;
	margin-right: 10px;
}

/* rechtes Contentfeld */
.content_re
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	padding-right: 6px;
	color: #000000;
}

.headline
{
color: #004A95;
font-size: 18px;
font-weight: bold;
} 

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: center;
	margin-top: 3px;
}
</style>

