
/* Template Layout */ 

body {
margin:0;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
background:#FFFFFF;
height: 100%;
}

#container {
border:0px solid black;
top:0px;
position: relative;
width:990px;
margin:0 auto;
text-align:left;
}

#header {
clear:both;
text-align:left;
padding:0px;
top:0px;
left:0px;
width:990px; height:255px; background:url(../images/header.png) 0 0 no-repeat; position:relative;
z-index: 10;
}


#quicklinks {
display: block;
width: 800px;
height: 22px;
overflow: hidden;
position: absolute;
top:207px;
left:20px;
}

#icons {
display: block;
width: 115px;
height: 30px;
overflow: hidden;
position: absolute;
top: 160px;
left: 867px;
}

#search {
display: block;
width: 180px;
height: 26px;
overflow: hidden;
position: absolute;
top: 68px;
left: 802px;
}


#topanim {
display: block;
width: 409px;
height: 49px;
overflow: hidden;
position: absolute;
top: 60px;
left: 527px;
z-index: 12;
}

#infokrant {
display: block;
width: 964px;
height: 14px;
overflow: hidden;
position: absolute;
top: 194px;
left: 26px;
z-index: 0;
}

#kameleon {
display: block;
width: 180px;
height: 40px;
overflow: hidden;
position: absolute;
top: 94px;
left: 802px;
z-index: 12;
}

#left-content {
float:left;
width:175px;
position:relative;
top: 0px;
left: 7px;
}

#wrapper {
float:right;
width:964px;
}

#main-content {
float: left;
width: 964px;
position:relative;
top: 2px;
left: 0px;
padding-bottom: 5px;
border: #00ff00 0px solid;
}

#right-content {
float:right;
width:10px;
position:relative;
top:2px;
}

#footer{
clear:both;
text-align:left;
font-size:10px;
border-top:1px solid black;
background:white;
padding:4px;
}

