@charset "utf-8";
/* CSS Document */

*{
padding:0px;
margin:0px;
}

html, body {height:100%;}

body {
	background-position:0px 0;
	}
	
#container{
	width:980px;
	margin:auto;
	position:relative;
	background-image:url(../images/main_bg_1x980pix.jpg);
	background-repeat:repeat-y;
	}
	
#header{
	width:980px;
	height:100px;
	background-color:#afab88;
	float:left;
	}
	
#main{
	width:980px;
	float:left;
	background-image:url(../images/main_bg_1x980pix.jpg);
	}	
	
#left{
	width:250px;
	float:left;
	background-color:#002059;	
	}
	
#image{	
	height:400px;
	width:250px;
	background-image:url(../images/au_250x400pix.jpg);
	border:none;
	background-repeat:no-repeat;
	}
	
#adres{
	height:100px;
	width:250px;
	background-image:url(../images/adres.jpg);
	background-repeat:no-repeat;
	}
		
#tekst{
	width:530px;
	float:left;
	font-size:12px;
	border:none;
	padding:10px;
	}
		
	
#right{
	width:180px;
	background-color:#3b71b9;
	background-repeat:no-repeat;	
	float:left;
	}
	
#logo{
	width:180px;
	height:100px;
	background-image:url(../images/logo.jpg);
	float:left;
	}
	
	
#menu{
	width:160px;
	float:left;
	padding:5px 0px 0px 20px;
	line-height:20px;
	}
	
	
#footer{
	width:970px;
	height:100px;
	float:left;
	background-color:#afab88;
	color:#ffffff;
	font-size:10px;
	text-align:right;
	padding:5px;
	}
	
	
	
	