/* CSS Document */

/* Text Styles */

a {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
	
}

body {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #000;
	
}

p {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #000;
	
}


/* Basic Framework */

#container{
	background: #88652b;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 932px;
	height: 564px;
	border: solid yellow 0px;
}

#info_left{
	position: absolute;
	left: 8px;
	top: 0px;
	width: 263px;
	height: 530px;
	z-index: 40;
	border: solid red 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	hspace: 0;
	vspace: 0;
	background-color: #FFF;
	visibility: visible;
	overflow: visible;
}


#title_top{
	position: absolute;
	left: 271px;
	top: 0px;
	width: 653px;
	height: 189px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF;
	background-position: 0px 0px;
	z-index: 20;
	border: solid red 0px;
}

#maincontent{
	position: absolute;
	left: 271px;
	top: 189px;
	width: 653px;
	height: 341px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF;
	background-position: 0px 0px;
	z-index: 1;
	border: solid green 0px;
}

#adresbalk{
	position: absolute;
	left: 8px;
	top: 530px;
	width: 916px;
	height: 34px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000;
	background-position: 0px 0px;
	z-index: 2;
	border: solid green 0px;
}

