/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #000 url(background.jpg) no-repeat top center;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #ccc;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #fff }
a:hover { border-bottom: 1px dotted #fff; }

h2 {
color: #0A4888;
font-size: 20px;
font-weight: normal;
}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 700px;
	background: #000 ;
	padding: 0;
	border: 1px solid #666666;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	padding:0;
	height:150px;
	border-bottom: #666 solid 2px;
	}	

#header p {
margin: 0; padding: 0; border: 0; outline: none;  
}

	#topheader {
	padding:0;
	height:100px;
	border-bottom: 1px #333 solid;
	
	font-size: 11px;
	color: #666;
	}	


/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #000; 
	margin: 0; 
	padding: 0;
	height: 30px;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	font-size: 11px;
	letter-spacing: 0px;
	}
#nav li {
	list-style-type: none;
	display: inline;
	
	}		
#nav li a { 
	width: 87px;
	height: 22px;
	text-decoration: none; 
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 0;
	padding-top: 8px;
	font-size: 1em;
	float: left;
	background: url(backmenu.jpg) no-repeat;
	
	}
#nav li a:hover { background: url(backmenuh.jpg) repeat-x;  }
#nav li a.on { background: url(backmenuh.jpg) repeat-x;  }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
.sottomenu {
	width: 700px;
	position: relative;
	padding-top: 6px;
	padding-bottom: 10px;
	
	}


.sottomenu li {
	list-style-type: none;
	display: inline;	
	letter-spacing: -1px;
	font-size: 17px;
	
	
}

.sottomenu li a { color: #fff; height: 30px; text-decoration: none;}
.sottomenu li a.on { color: #FEE5C3; text-decoration: none; font-weight: bold; }


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 670px;
	line-height: 17px;
	text-align: left; 
	margin-bottom: 10px;
	margin-top: 5px;
	background: #000;
	padding: 0px 15px;
	color: #ccc;
	}	
	

#content h1 {
	color: #FEE5C3;
	font-size: 25px;
	letter-spacing: -1px;
	font-weight: normal;
	}


.col {
	width: 360px;
	float: left;
	margin-left: 15px;
	background: #000;

	}

	
.col2 {
	width: 292px;
	float: left;
	margin-left: 15px;
	background: #000;

	}

.col h1, .col2 h1 {
	color: #FEE5C3;
	font-size: 20px;
	font-weight: normal;
	}

.tabellanews {
background: url(backnews.jpg) top repeat-x;
padding: 3px 10px;
border-top: 1px solid #666;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: url(backfooter.jpg) repeat-x;
	text-align: left;	
	color: #ccc;
	font-size: 11px;
	padding: 10px;
	line-height: 12px;
	clear: both;
	height: 20px;
	border-bottom: 1px #333 solid;
	
	}
	
#footer2 {
	background: url(backfooter2.jpg) repeat-x;
	text-align: left;	
	color: #ccc;
	font-size: 10px;
	padding: 4px 10px;
	clear: both;
	height: 12px;
	border-top: 1px #666 solid;
	
	}

#footer3 {
	margin: 0 auto;
	width: 680px;
	background: #000;
	text-align: left;	
	color: #ccc;
	font-size: 10px;
	padding: 4px 10px;
	clear: both;
	height: 12px;
	
	}


#scroll {position:relative; width:350px; height:315px; overflow:auto}
#scrollcontent {position:absolute; width:335px; z-index:335}
#scrollbar {float:right; position:relative; display:none; width:15px; height:315px; z-index:100; background-color:#292929;}
.scroller {position:absolute; top:0; width:15px; cursor:pointer; background-color:#424242; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick {background-color:#bbb}

#scroll1 {position:relative; width:680px; height:365px; overflow:auto}
#scrollcontent1 {position:absolute; width:665px; z-index:385}
#scrollbar1 {float:right; position:relative; display:none; width:15px; height:365px; z-index:100; background-color:#292929;}
.scroller1 {position:absolute; top:0; width:15px; cursor:pointer; background-color:#424242; background-image:url(images/scroll-arrows.gif); background-position:50% 50%; background-repeat:no-repeat}
.buttonclick1 {background-color:#bbb}
