html, body{ height:100%; width:100%; margin:0; padding:0; }
 
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 20px;
}
body {
	background-color: #666666;
	background-image: url(graphics/background_image.jpg);
}

form{
	margin: 0px;
	padding: 0px;
	display:inline;
}



div#window_top_alt{
	background-image: url(graphics/border_news_top.gif);
	background-repeat: no-repeat;
	width: 180px;
	padding-top: 4px;
	height: 21;
	text-align: left;
}

div#window_top{
	background-image: url(graphics/border_top10_top.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	height: 21;
	text-align: left;
}
div#window_mid{
    background-image: url(graphics/border_navi_mid.gif);
	background-repeat: repeat-y;
	width: 180px;
	text-align: left;
}
div#window_mid a{
	display: block;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
}
div#window_mid a:hover{
	background: url(graphics/link_hover.gif) repeat-y;
	background-repeat: no-repeat;
	text-indent: 1px;
}
div#window_bottom{
	background-image: url(graphics/border_top10_bottom.gif);
	background-repeat: no-repeat;
	width: 180px;
	height: 12;
	padding-bottom: 10;
}
div#window_bottom_nopad{
	background-image: url(graphics/border_top10_bottom.gif);
	background-repeat: no-repeat;
	height: 12;
}




div#text{
	width: 165px;
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 18px;
}

div#align_left{
	float: right;
	width: 180px;
	margin-left: 10px;
}

div#mark{
	text-align: left;
}

div#mark img{
    margin-bottom: 8px;
}

.heigth100 {
	height: 100%;
}

.navi-headline {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

