/*
***********************************************************
Title:     Main
***********************************************************
*/

html
{
height: 100%;
}

body {
background: url(../images/bg.gif);
height: 100%; 
margin: 0;
padding: 0;
}

#container{
height: 100%;
}

#header{
height: 86px;
width: 740px;
position: relative;
}

#nav-top{
position: absolute;
right: 5px;
top: 58px;
}

#nav-top li
{
list-style: none;
display: inline;
}

#logo{
width: 202px;
height: 123px;
display: none;
position: absolute;
left: 142px;
top: 92px;
!}

#logo span{
display: none;
}

#container_center{
background: url(../images/bg-center.gif) top left;
}
 
	 #container_content{
	 min-height: 330px;
	 height: auto !important;
	 background: #000000;
	 width: 740px;
	 }
	 
		#content_image{
		 min-height: 330px;
		 height: auto !important;
		 width: 268px;
		 position: relative;
		 padding-left: 110px;
		 }
		 
		#content_tekst{
		min-height: 330px;
		height: auto !important;
		width: 324px;
		padding-top: 10px;
		}
		 
		#watermerk{
		background: url(../images/right.gif);
		background-repeat: no-repeat;
		background-position:right bottom; 
		width: 100%;
		}
 
 	 #footer{
	 position: relative;
	 background: #333333;
	 width: 740px;
	 }
	 
	 #nav-bottom{
		position: absolute;
		right: 5px;
		top: 7px;
	 }
	 
	 #nav-bottom li{
	list-style: none;
	display: inline;
	}
	
.csc-textpic-text .bodytext{
	padding: 20px 0px 0px 0px;
}