/* html tags */
*
{
	padding: 0;
	margin: 0;
}
html
{
	overflow: -moz-scrollbars-vertical;
}
body
{
	background-color: #fff;
}
strong, b
{
	font-weight: bold;
	font-size: 11px;
}
em, i
{
	font-style: normal;
	font-size: 15px;
}
li
{
	margin-left: 20px;
}

/* template tags */
.outer-wrapper
{
	position: absolute;
	width: 100%;
	min-height: 100%;
	height: auto;
	background-color: #fff;
	background: url(../media/default/backgrounds/bg_outer-wrapper.gif);
	background-repeat: repeat-y;
}
.inner-wrapper
{
	width: 100%;
}
.print-wrapper
{
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
.template_top
{
	width: 100%;
	padding-top: 84px;
	height: 21px;
}
.template-column_left
{
	float: left;
	width: 169px;
	text-align: right;
}
.template-column_right
{
	width: 240px;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 18px;
}
.template-column_middle
{
	margin-left: 180px;
	padding-top: 18px;
	padding-bottom: 70px;
	overflow: hidden;
}
.menu_top
{
	padding: 3px 3px 1px 180px;
	height: 17px;
	text-align: left;
}
.menu_left
{
	font-size: 11px;
	padding-top: 45px;
	padding-left: 40px;
	padding-right: 10px;
	height: 382px;
}
.template-footer {
	position: fixed;
	bottom:0;
	width: 100%;
	margin-left: 170px;
	background: #fff;
}
.template-footer hr {
	border-top: 1px solid #ccc;
}
.menu_bottom_1fb, .menu_bottom_bdre, .menu_bottom_justus, .menu_bottom_synegros {
	display:none;
	margin-right: 170px;
}
.print
{
	float: right;
}
.address
{
	background-repeat: no-repeat;
	background-position: 10px -10px;
	width: 169px;
	height: 100px;
	position: fixed;
	bottom: 0px;
}
/* menu tags */
.mnl1 a
{
	text-decoration: none;
}
.mnl1 a:hover
{
	text-decoration: underline;
}
.mnl1 a.active
{
	text-decoration: underline;
}

.mnl2
{
	width: 100%;
}
.mnl2 td
{
	text-align: right;
	height: 25px;
}
.mnl2 a
{
	font-weight: bold;
	text-decoration: none;
}
.mnl2 a:hover
{
	text-decoration: underline;
}
.mnl2 a.active
{
	text-decoration: underline;
}

.mnl3
{
	width: 120px;
}
.mnl3 td
{
	text-align: right;
	vertical-align: top;
}
.mnl3 a
{
	text-decoration: none;
}
.mnl3 a:hover
{
	text-decoration: underline;
}
.mnl3 a.active
{
	text-decoration: underline;
}
