/*
///////////////////////////////////////////////////////////////////////////////////
BASIC TAGS
///////////////////////////////////////////////////////////////////////////////////
*/
html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: white;
	scrollbar-base-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-arrow-color: red;
	scrollbar-track-color: white;
}

div {
	position: static;
}

/* 
///////////////////////////////////////////////////////////////////////////////////
TEXT
///////////////////////////////////////////////////////////////////////////////////
*/
p {
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
	display: inline;
}

a {
	color: red;
	text-decoration:none;
}
	
a:hover {
	color: black;
}

h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

h2{}

h3{
	font-size: 11px;
	color: black;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 12px;
}

h4{}

h5{}

h6{}


/* 
///////////////////////////////////////////////////////////////////////////////////
COMMON CLASSES
///////////////////////////////////////////////////////////////////////////////////
*/
div.squareDiv{
	position: absolute;
	width: 360px;
	height: 268px;
	background-color: white;
	left: 431px;
	top: 269px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: black;
	border-right-style: solid;
	border-left-style: solid;
}

div.sticker {
	position: absolute;
	width: 35px;
	height: 268px;
	background-color: #440e62;
	border-top-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: black;
}

.newsItem {
	position: static;
	display: block;
	width: 330px;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	overflow-x: hidden;
	overflow-y: auto;
}

div.newsFooter {
	clear:both;
}

img.newsImgLeft {
	position: static;
	display: inline;
	padding: 2px 10px 2px 0px;
	float:left;
}

img.newsImgRight {
	position: static;
	display: inline;
	padding: 2px 0px 2px 10px;
	float: right;
}

img.newsImgBig {
	display: inline;
	float: left;
	margin: 2px 0px 2px 0px;
}

div.newsFlashLeft {
	position: static;
	display: inline;
	margin: 0px 10px 2px 0px;
	float: left;
}

div.newsFlashRight {
	position: static;
	display: inline;
	margin: 0px 0px 2px 10px;
	float:right;
}

div.newsFlashBig {
	position: static;
	display: inline;
	margin: 2px 0px 2px 0px;
	float: left;
}

.info{
	float: right;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	height:20px;
}

.faneblad{
	vertical-align:bottom;
	padding: 0px 10px 10px 17px;
	background-image:url(../gfx/faneblad.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right: 1px solid black;
	margin: 0px;
}

.language {
	float: left;
	font-size: 10px;
}

.language a{
	padding: 0px 10px 0px 0px;
	vertical-align: baseline;
}

.address {
	float: right;
	font-size: 10px;
}

.address a{
	padding: 0px;
	vertical-align: baseline;
}

div.squareDivBig{
	position: absolute;
	width: 360px;
	height: 538px;
	background-color: #FFFFFF;
	left: 108px;
	top: auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: #000000;
}

div.stickerBig {
	position: absolute;
	width: 35px;
	height: 538px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

/* 
///////////////////////////////////////////////////////////////////////////////////
IDs
///////////////////////////////////////////////////////////////////////////////////
*/

#mainDiv {
	/*position: absolute;
	left: 20px;
	 til centrering:*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 4px;
	width: 795px;
	
	height:auto;
}
#topDiv{
	position: absolute;
	left: 0px;
	top: 0px;
	height:100px;
	width:791px;
	border-top: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
}


#logo{
	position: absolute;
	left: 10px;
	top: 2px;
	width: 100px;
	height: 50px;
}

#popup{
	position: absolute;
	width: 300px;
	height: 20px;
	right: 0px;
	top: 39px;
}

#addressDiv{
	position: absolute;
	width: 790px;
	height: 21px;
	right: 3px;
	top: 601px;
}

#content{
	position: absolute;
	top: 54px;
	display: block;
	width: 100%;
	height: 100%;
}

#stickerLeftTop{
	left: 0px;
	top: 0px;
}

#leftTop{
	left: 37px;
	top: 0px;
}

#stickerRightTop{
	left: 397px;
	top: 0px;
	background-color: black;
}

#rightTop{
	left: 431px;
	top: 0px;
	background-color: black;
	border-right: 2px solid black;
}

#stickerLeftBottom{
	left: 0px;
	top: 272px;
	border-bottom: 2px solid black;
	background-color: #FFFFFF;
}

#leftBottom{
	left: 37px;
	top: 273px;
	border-bottom: 2px solid black;
}

#stickerRightBottom{
	left: 397px;
	top: 269px;
	border-bottom: 2px solid black;
}

#rightBottom{
	left: 433px;
	top: 269px;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

#newsFrame {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	marginheight: 0px;
	marginwidth: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	scrolling: no;
}

#newsTop {
	height: 10px;
}
.banner_kraeft {
	float: left;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	border: 0px 0 #FFFFFF;
}
