@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	}

html {
	width:100%;	margin:0px;padding:0px;
}

body {
	background:#FFFFFF url(img/stripes.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00000;
	width:100%;
	}
	
ul { list-style:none;
}

	
strong {
	font-weight: bolder;
	color: #000000;
	}
	
a {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	}

a:hover {
	color: #000000;
	}

a:visited {
	color: #000000;
	}
	
div#container {margin:0px;padding:0px;}

div#main {
	width: 1006px;
	height: 726px;
	margin: 0px auto;  /*auto on left and right for centering*/
	z-index:2;
	background: #fff url(img/proline_body.gif);
	border-top:solid 1px white;
	
		
	}	
	

dl#sidebar {
	float:left;
	width: 210px;
}

dl#sidebar, dl#maincontent {
	position:relative;
	top:175px;
	left:165px;
}

dl#maincontent {
margin-top:20px;
}
		
dl#contact {
	width: 70px;
	height: 31px;
	clear:both;
}

h2 {
	font-size: 36px;
	color: #000000;
	font-weight: lighter;
	}

dl#sidebar dt#info{
	background:url(img/kat_info.gif) left top no-repeat;
	width: 131px;
	height: 49px;
	margin-bottom:10px;
}

dl#sidebar dt#logo {
	background:url(img/logo_img.gif) left top no-repeat;
	width: 135px;
	height: 127px;
	margin-bottom:20px;
}

dl#sidebar dt span {
	display: none;
}

dl#information dd {
	width: 52px;
	height: 62px;
	text-align:right;
	font-weight:bold;
	float:left;
}

dl#information_address dd {
	width: 150px;
	height: 120px;
	float:right;
	#margin-bottom:-20px;
}

div#footer {
	clear:both;
	top: 200px;
	left: 688px;
	position: relative;
	z-index:10;
	width: 150px;
	text-align:right;
	color: #f0eff0;
	font-size:8px;
}

#footer a {
	color:#f0eff0;
}
