html
{
	overflow-y:scroll;
}
body
{
	margin:0px;
	padding:0Px;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-color:#999999;
	text-align:left;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}
p
{
	padding:0px;
	margin:0px;
}
.menu_n
{
	background-image:url('../images/menu/menu_bg_n.gif');
	background-repeat:repeat-x;
	height:28px;
	padding-top:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
.menu_o
{
	background-image:url('../images/menu/menu_bg_o.gif');
	background-repeat:repeat-x;
	height:28px;
	padding-top:12px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
#menu1	{	width:72px; padding-left:30px;	}
#menu2	{	width:68px;	text-align:center;	}
#menu3	{	width:57px;	text-align:center;	}
#menu4	{	width:84px;	text-align:center;	}
#menu5	{	width:98px;	text-align:center;	}
#menu6	{	width:158px;	text-align:center;}
#menu7	{	width:72px; text-align:center;	}
#menu8	{	width:106px; text-align:center;	}
#menu9	{	width:107px; text-align:center;	}
#menu10	{	width:79px;	text-align:center	}
.submenu_title
{
	padding-left:8px;
	padding-bottom:7px;
	font-weight:bold;
}
.submenu_n
{
	height:18px;
	padding-left:8px;
	padding-top:6px;
	background-image:url('../images/spacer.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	color:#000000;
}
.submenu_o
{
	height:18px;
	padding-left:8px;
	padding-top:6px;
	background-image:url('../images/menu/submenu_o.jpg');
	background-repeat:no-repeat;
	cursor:pointer;
	color:#000000;
}
.submenu_a
{
	height:18px;
	padding-left:8px;
	padding-top:6px;
	background-image:url('../images/menu/submenu_a.gif');
	background-repeat:repeat-y;
	cursor:pointer;
	color:#ffffff;
}
img.border1
{
	border-width:1px;
	border-style:solid;
	border-color:#b0afaf;
}
img.border_red
{
	border-width:1px;
	border-style:solid;
	border-color:#D82423;
}
div.grey_line_dotted
{
	background-image:url('../images/grey_line_dotted.gif');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:15px;
	height:1px;
}
div.grey_line_dotted2
{
	background-image:url('../images/grey_line_dotted.gif');
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	height:1px;
}
div.main_line_dotted
{
	background-image:url('../images/main_line_dotted.gif');
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:15px;
	height:1px;
}
div.main_line_dotted2
{
	background-image:url('../images/main_line_dotted.gif');
	background-repeat:no-repeat;
	height:1px;
	margin-top:15px;
	margin-bottom:5px;
}
div.main_line_dotted3
{
	background-image:url('../images/main_line_dotted.gif');
	background-repeat:no-repeat;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}
div.main_line_dotted4
{
	background-image:url('../images/main_line_dotted2.gif');
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	height:1px;
}
.main_line_dotted5
{
	background-image:url('../images/main_line_dotted2.gif');
	background-repeat:no-repeat;
	height:1px;
}
.main_line_dotted6
{
	background-image:url('../images/main_line_dotted.gif');
	background-repeat:no-repeat;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}
div.grundstucke_bg
{
	width:100%;
	height:19px;
	padding-top:4px;
	padding-left:5px;
	cursor:pointer;
}
div.grundstucke_bg_o
{
	width:100%;
	margin:0px;
	padding:0px;
	height:19px;
	padding-top:4px;
	background-image:url('../images/grundstucke_o.gif');
	background-repeat:no-repeat;
	padding-left:5px;
	cursor:pointer;
}
div.grundstucke_bg_a
{
	width:100%;
	margin:0px;
	padding:0px;
	height:19px;
	padding-top:4px;
	background-image:url('../images/grundstucke_a.gif');
	background-repeat:no-repeat;
	padding-left:5px;
	cursor:pointer;
}
/* TOOLTIP */
div.tooltip
{
	border: 1px solid #000;
	background: #fff;
	padding:5px;
}
div.tip-text
{
	display:none;
}
h1.hidtit, h1.hidtit a
{
	text-indent: -10000px;
	line-height: 1;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

.tplMarker {
	-moz-border-radius: 4px;
	display: block;
	position: absolute;
	float: left;
	font-size: 9px;
	background: #E5EFFF;
	color: #000;
	padding: 2px 4px;
	border: 2px solid #225;
	opacity: 1;
}
.tplMarker:hover { opacity: .2 }

.t_sub { margin-bottom: 10px; }
