/* CSS Document */
html{
	margin:0px;
	padding:0px;
}

body{
	text-align:center;
	margin:0px;
	padding:0px;
	height:100%;
	background-color: #CCCCCC;
	background-image: url(grafik/bg.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0;
}

.nav {
	font-size: 12px;
	line-height: 35px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
}
#frame {
	width:960px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
}

#contentleft {
	width:172px;
	padding:8px 10px 0px 20px;
	float:left;
	margin:0px;
}
/* A CSS comment before the hack \*/
* html #contentleft {
	width: 202px; 
}
/* Another CSS comment after the hack */
#contentcenter {
	width:480px;
	padding:0px 10px 200px 20px;
	float:left;
	margin:0px;
	
}
/* A CSS comment before the hack \*/
* html #contentcenter {
	width: 480px; 
}
/* Another CSS comment after the hack */
#contentright {
	width:220px;
	padding:10px 0px 0px 10px;
	float:left;
	height:800px;
	text-align:left;
}

#contentheader {
	height:140px;
	padding:0px;
	background-image: url(grafik/head.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#links {
	height: 32px;
	margin-left: 10px;
	width: 720px;
	float: left;
}
#flaggor {
	float: left;
	height: 32px;
	width: 220px;
}
#overlinks {
	height: 93px;
	width: 960px;
}

.link {
	float: left;
	height: 29px;
	width: 110px;
	text-align: center;
	padding-top: 5px;
}

#links a{
	font-size:11px;
	text-decoration:none;
	font-size: 13px;
	color: #000000;
}
#on{
	background-color:#9B9798;
}
#contentfooter {
	height:50px;
	padding:0px;
}

#main {
	background-color: #FFFFFF;
	width: 960px;
	height: 900px;
	padding: 0px;
	margin: 0px;
}

