html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body
		{
		background-color: #000;
		background-image: url(_images/background.jpg);
		background-repeat: repeat-x;
		background-position:center top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		color: #000;
		margin: 0px;
		}

#pageDiv
		{
		background-color: #FFF;
		margin: 0px auto;
		margin-bottom: 25px;
		text-align: center;
		width: 968px;
		border: 14px solid #FFF;
		}

a 
		{
		color: #E9E9E9;
		text-decoration: none;
		}

a:visited
		{
		color:#E9E9E9;
		}

a:hover
		{
		color:#cf6a06;
		}

a:active
		{
		color:#7f7a63;
		}

#headerDiv
		{
		width: 968px;
		height: 33px;
		margin-bottom: 14px;
		}

#logoDiv
		{
		width: 119px;
		float: left;
		}

#navDiv
		{
		width: 447px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-transform: uppercase;
		}

#navDiv a
		{
		color: #000;
		}
		
#navDiv a:hover
		{
		color: #cf6a06;
		text-decoration: underline;
		}

#navDiv li
		{
		float: left;
		margin: 10px;
		}

#imgRotatorDiv
		{
		height: 273px;
		width: 968px;
		margin-bottom: 4px;
		}

#cDiv
		{
		width: 968px;
		}

#c1Div
		{
		width: 320px;
		float: left;
		padding-right: 4px;
		}

.c1 a
		{
		display: block; 
		width: 320px;
		height: 182px;
		background: transparent url(_images/knapp-katalog.jpg) no-repeat; 
		}

.c1 a:hover
		{
		background-position: -320px 0;
		}

#c2Div
		{
		width: 320px;
		float: left;
		padding-right: 4px;
		}

.c2 a
		{
		display: block; 
		width: 320px;
		height: 182px;
		background: transparent url(_images/knapp-projekt.jpg) no-repeat; 
		}

.c2 a:hover
		{
		background-position: -320px 0;
		}


#c3Div
		{
		width: 320px;
		float: left;
		padding-bottom: 20px;
		}

.c3 a
		{
		display: block; 
		width: 320px;
		height: 182px;
		background: transparent url(_images/knapp-nyheter.jpg) no-repeat; 
		}

.c3 a:hover
		{
		background-position: -320px 0;
		}

#pageDiv
		{
		
		}

#presentationDiv
		{
		margin-bottom: 20px;
		padding-left: 25px;
		clear: both;
		}

#footerDiv
		{
		width: 968px;
		padding-top: 8px;
		padding-bottom: 8px;
		text-align: center;
		background-color: #000;
		margin: 0 auto;
		clear: both;
		color: #E9E9E9;
		}
		
h1
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		}