@charset "utf-8";
/* CSS Document */

body
	{
	height: 100%;
	margin: 0px;
	background:url(../gfx/background.jpg) repeat-x;

}
.button
	{
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #9b9ea5;
	background-color:#FFFFFF;
}
.button2
	{
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #9b9ea5;
	background-color:#e1e4e9;
	font-weight:bold;
}
.content_table
	{
	background:url(../gfx/content_table_bg_top.jpg) no-repeat;
}
ul#topmenu li a:link, ul#topmenu li a:visited
	{
	font-weight:bold;
	color:#666666;	
	background-color:#bbbcc1;
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	text-decoration: none;
}
ul#topmenu li a:hover
	{
	color:#000000;
	background-color:#4F90C2;
	font-weight:bold;
	padding: 5px 10px 5px 10px;
	margin-left: 5px;
	text-decoration:none;
}
html
	{
	height:100%;
}
p
	{
	padding:0px;
	margin:0px;
}
.headline2 {
	font-family: Arial;
	font-size: 14px;
	color:#000099;
	font-style: normal;
	font-weight: bold;
}
.text_big
	{
	font-size:13.0pt;
	font-family:Arial, sans-serif;
	vertical-align:bottom;
	font-weight:bold;
}
.msg_true
	{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #006600;
}
.msg_false
	{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
}
td,tr,p,div
	{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#444444;
}
a
	{
	color:#4F90C2;
	text-decoration:none;
}
.content_table_border
	{
	background:url(../gfx/content_table_border.jpg) no-repeat;
}
.content_table_td
	{
	background:url(../gfx/content_table_bg_middle.jpg) repeat-y;
}
.content_table_bottom
	{
	background:url(../gfx/content_table_bg_bottom.jpg) no-repeat;
}
ul#topmenu
	{
	margin-bottom:8px;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	padding-top:5px;
}
ul#topmenu li
	{
	list-style: none;
	display:inline;
	margin-left:0px;
	line-height:100%;
}
.small {
	font-size:9em;
}



.tip-info {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	position: absolute;
	display: block;
	top: 86px;
	right: 33px;
	font-size: 12px;
	font-family: arial, sans-serif;
	line-height: 1.5;
	background-color: #fae180;
	color: #444;
	width: 300px;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
	border: 1px solid #fdf9e1;
}

.tip-info img {
	float: left;
    margin: 0 10px 0 0;
	border: none;
	display: block;
}
.tip-info strong {
	margin: 0 0 3px;
	display: block;
}
