body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #000000;
	background-color: #cccccc; 
	background-image: url(../bilder/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;	
}

h1 {
	font: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
    font-style: bold;
	color: #666666;
   }
   
li {
font-size: 12px;
    font-style: bold;
	}

ul {
list-style-type:circle;}

   
b {
color: #333333;
}

.bodyContainer
{
width: 796px;
height: 650px;
top: 145px;
position: absolute;
left: 50%;
margin-left: -418px;
background-color: transparent;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
}

#rounded-box {
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-color:#999999;
border-style: solid;
border-width:1px;
width:776px;
padding-top:5px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
}

#rounded-box-blank {
	width:776px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-color:#999999;
	border-style: solid;
	border-width:1px;
	background-color:#fff;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	height: 635px;
}


#rounded-box-scroll {
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-color:#999999;
border-style: solid;
border-width:1px;
width:776px;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
overflow: auto;
height: 635px;
background-color:#fff;
color:#000;
}

.promo {
	width:776px;
	height:155;
	bottom: 5px;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
	border-color:#999999;
	border-style: solid;
	border-width:1px;
	background-color:#fff;
	color:#000;
	padding-left:10px;
	padding-right:10px;
	left: 112px;
	top: 464px;

}

#ticker {
	width:766px;
	-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 10px;
	border-color:#999999;
	border-style: solid;
	border-width:1px;
	background-color:#fff;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	}


a:link { font-weight:bold; color:#444444; text-decoration:none; }
a:visited { font-weight:bold; color:#000099; text-decoration:none; }
a:focus { font-weight:bold; color:#000000; text-decoration:underline; }
a:hover { font-weight:bold; color:#000000; text-decoration:underline; }
a:active { font-weight:bold; color:#000000; text-decoration:underline; }


