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

html, * {
	padding: 0;
	margin: 0;
	border: 0;
	
}

a:link {
	text-decoration: none;
	border: 0;
	color: white;
}

a:hover {
	text-decoration: underline;
	
	
}

a:visited {
text-decoration: none; 
border: 0;
color: #666;
}

a:active {
text-decoration: underline; 
border: 0;
color: white;
}

a:hover {
	text-decoration: none;
    color: #666;
    border:0;
}


img a{
text-decoration: none;
border:0;
}

img a:hover{
text-decoration: none;
border:0;
}  

img a:active{
text-decoration: none;
border:0;
}



a[href^="mailto:"] {
	text-decoration: underline;
	border: 0;
	color: #666;
}

body {
	background-image: url(../images/gradient.png);
	background-position: center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	font: normal 13px helvetica, arial, sans-serif;
	line-height: 120%;
	color: #333333;
}





#container{
	width: 1000px;
	position:absolute;
	left: 50%;
	margin-left:-500px;
}

#header{
width: 1000px;
height: 132px;
float: left;
background-image:url(../images/bg_header.png);
	background-position: center;
	background-repeat: repeat-y;
}

#content{
	width: 1000px;
	height: 550px;
	float: left;
}

#navigation{
width: 1000px;
	height:25px;
	float: left;
	background-image:url(../images/topp2.png);
	background-position: center;
	background-repeat: repeat-y;
}
#footer{
	width: 1000px;
	height:132px;
	float: left;
	background-image:url(../images/bg_footer.png);
	background-position: center;
	background-repeat: repeat-y;
}


.textruta{
	width:360px;
	float: left;
	margin-left: 65px;
	margin-right: 45px;
	margin-top: 45px;
	margin-left: 20px;
}

.newstextruta{
	width:880px;
	float: left;
	margin-left: 65px;
	margin-right: 45px;
	margin-top: 45px;
	margin-left: 20px;
	
}

.bildruta{
	width:460px;
	float: right;
	margin-right: 45px;
	margin-top: 45px;
	margin-left: 20px;
}

.newsbildruta{
	width:880px;
	float: left;
	margin-left: 65px;
	margin-right: 45px;
	margin-top: 45px;
	margin-left: 20px;
}

.style1 {
	color: #000;
	font-size:14px;
	font-style: normal;
}

.footer-col {

	width: 250px;
	float: left;
	padding: 20px 0px 0px 100px;
}

.header-col {

	width: 360px;
	float: left;
	padding: 0px 0px 0px 0px;
}
	

.scrollbox {padding: 0px; height: 430px; width: 420px; border: 0px; overflow: auto; background-color: transparent;}

.centertable{ 
margin-left: auto;
margin-right: auto;
text-align: center;
}

.center{
text-align: center;
}