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

h3{
margin: 0px;
font-size: 13px;
}

a:link {
color: black;
font-weight:bold;
text-decoration:none;
}
a:visited {
color: black;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #9f0000;
font-weight:bolder;
text-decoration:underline;
}

body{
font-size: 11px;
line-height: 16px;
background-color: #edcc04;
margin: 0;
font-family: Tahoma, Geneva, sans-serif;
}

.content{
float: left;
width: 100%;	
}

.innercontent{
width: 975px;	
}

img{
border: 0;	
}

.sidan{
float: left;
width: 935px;	
padding: 0 20px;
background-image: url(images/bg.png);
background-repeat:repeat-y;
text-align: left;
}

.sidanBot{
float: left;
width: 975px;	
height: 40px;
background-image: url(images/bgBot.png);
background-repeat: no-repeat;
}

.sidanBotBar{
float: left;
width: 885px;
padding: 2px 25px;
height: 31px;
background-image: url(images/bottomBar.png);
background-repeat: no-repeat;
}

.toppen{
float: left;
width: 935px;
min-height: 540px;
background-image: url(images/top.jpg);
background-repeat: no-repeat;
}

.line{
float: left;
width: 893px;
margin: 20px;
min-height: 4px;
background-image: url(images/line.png);
background-repeat: no-repeat;
}

.intro{
float: left;
width: 560px;
margin: 300px 0px 0px 20px;
}

#flashHolder{
float: left;
width: 890px;
padding: 2px;
height: 260px;
line-height: 260px;
font-weight: bold;
text-align: center;
margin: 0px 20px 20px;
}

.usual{
float: left;
width: 897px;
margin: 0px 20px 0px;
}

#tab1{
float: left;
width: 897px;
}

#tab2{
float: left;
width: 897px;
}

#tab3{
float: left;
width: 897px;
}

#tab4{
float: left;
width: 897px;
}

#blueblock  {
background-color:transparent;
color:#FFFFFF;
float:left;
font-size:11px;
line-height:30px;
margin-bottom: 10px;
padding:0;
width:897px;
}
* html #blueblock {
width:897px;
}
#blueblock ul {
border:medium none;
list-style:none outside none;
margin:0;
padding:0;
}
#blueblock li {
margin:0;
float: left;
width: 210px;
margin-right: 20px;
}
#blueblock li a {
float: left;
text-decoration:none;
height: 40px;
background-repeat:no-repeat;
width:210px;
background-color: #e5c604;
}
html > body #blueblock li a {
width: 100%;
height: 40px;

}
#blueblock li a:hover {
background-position: 0 -40px;
background-color: #000000;
}
#blueblock li a.selected {
background-position: 0 -40px;
background-color: #000000;
}

.picture{
float: left;
width: 105px;
height: 105px;
background-color: black;
border: 5px solid white;
margin: 10px;
}

.picture:hover{
border: 5px solid #9f0000;
cursor: pointer;
}
