/*
   // Copyright (C) 2006-2007 - SYNTAXXX - Alex. HANNEL
   // info@syntaxxx.at
   //
   // Cascarde Sheet Style for FireFox
   // CSS Theme: SeeMySunSpot
*/

body,td,th,div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align:left;
	vertical-align:top;
}
body{
	background-color:#000000;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
}
a{
	color: #535353;
	font-weight: bold;
	text-decoration:underline;
}
a:link{
	/* color: #522802; */
}
a:visited{
	/* color: #522802; */
}
a:hover{
   text-decoration:none;
   color:#c80000;
   font-weight: bold;
}
a:active{
	/* color: #EEC198; */
}

a.lnk_nav_main{
	color: #535353;
	text-decoration:none;
}
a.lnk_nav_main:link{
	/* color: #522802; */
}
a.lnk_nav_main:visited{
	/* color: #522802; */
}
a.lnk_nav_main:hover{
   text-decoration:underline;
   color:#c80000;
}
a.lnk_nav_main:active{
	text-decoration:none;
	color:#c80000;
}

/* text-decoration:underline; */

.display{
	vertical-align:top;
}
.display_spacer_top{
	position:relative;
	width:100%;
	height:11px;
}
.display_tab{
	padding:0px;
	margin-top:2px;
	position:relative;
	width:100%;
	height:95%;
	/* border: 1px solid #000000; */
	z-index:1;
}
.bg_top{
   position:absolute;
   top:0px;
   left:0px;
   width:424px;
   height:469px;
   z-index:50;
   background-image:url(/images/bg_top.jpg);
   background-repeat:no-repeat;
}
.bg_bottom{
   position:absolute;
   bottom:0px;
   right:0px;
   width:192px;
   height:194px;
   z-index:50;
   background-image:url(/images/bg_bottom.jpg);
   background-repeat:no-repeat;
}
.bottom_box{
   position:absolute;
   bottom:0px;
   left:10px;
   width:410px;
   height:40px;
   padding-left:10px;
   padding-top:5px;
   font-size:9px;
}
.bottom_line{
   position:absolute;
   top:0px;
   left:0px;
   width:407px;
   height:2px;
   z-index:50;
   background-image:url(/images/bottom_line.jpg);
   background-repeat:no-repeat;
}
.logo{
   position:relative;
   width:408px;
   height:52px;
   background-image:url(/images/logo.jpg);
   background-repeat:no-repeat;
}
.main_big{
   position:absolute;
   top:10px;
   right:110px;
   width:580px;
	text-align:center;
	vertical-align:top;
	font-size:12px;
}
.main_big_title{
   position:relative;
   font-size:14px;
   font-weight:bold;
	text-align:center;
}
.main_small{
   position:absolute;
   top:500px;
   left:20px;
   width:400px;
   font-size:12px;
}
