@import url("reset.css");

body {
   background-color: #eeeeee;
   background-image: url("images/background.jpg");
   background-repeat: repeat-x;
   font-family: Tahoma;
   font-size: 11px;
}

#tlo 
{
   width: 100%;
   background-image: url("images/tlo.jpg"); 
   background-position: top center;
   background-repeat: no-repeat;
   overflow: hidden;
}

#main
{
    margin: auto;
	width: 734px;
}

#header
{
	width: 734px;
	height: 80px;
    margin-bottom: 71px;
	float: left;
}

#logo
{
	margin-top: 36px;
	padding-left: 14px;
	width: 174px;
	float: left;
}

#mail
{
	margin-top: 48px;
	padding-right: 14px;
	width: 260px;
	float: right;
}

#content
{
	width: 734px;
	height: auto;
	float: left;
}

#work-header
{
	float: left;
	width: 706px;
	height:: 35px;
	padding-left: 14px;
	position: relative;
}

#work
{
    float: left;
	width: 733px;
	height: 223px;
	position: relative;
	margin-top: 2px;
	margin-bottom: 35px;
}


#advertia
{
        width: 52px;
        height: 10px;
	    position: relative;
        margin-left: 649px;
		margin-bottom: -10px;
        background-image:url("images/advertia.png");
        background-repeat: no-repeat;
} 

#online
{
	width: 76px;
	height: 29px;
	margin-bottom: 4px;
	margin-right: 4px;
	position: absolute;
	top: 190px;
    left: 653px; 
	background-image:url("images/online.jpg");
}

#contact
{
	float: left;
	width: 720px;
	height: 225px;
	margin-top: 19px;
	margin-left: 14px;
}

#form1
{
	width: 286px;
	float: left;
	height: 238px;
}

#form2
{
	width: 419px;
	float: left;
	height: 238px;
}

#footer
{
	float: left;
	width: 720px;
	height: 100%;
    margin-left: 14px;
	margin-top: 16px;
	margin-bottom: 10px;
}

input 
{
	 width: 220px;
     padding: 10px;
	 margin-top: 8px;
	 font-size: 11px;
	 font-family: verdana;	
	 color: #333333;
	 border: 1px #d6d6d6 solid;
	 background-image: url('images/form.png');
	 background-repeat: no-repeat;
}

textarea 
{
	 width: 419px;
	 height: 116px;
	 padding: 10px;
	 margin-bottom: 15px;
	 margin-top: 8px;
	 font-size: 11px;
	 font-family: verdana;	
	 color: #333333;
	 border: 1px #d6d6d6 solid;
	 background-image: url('images/textarea.png');
	 background-repeat: no-repeat;
}

input.submit 
{
	 width: 82px;
	 height: 34px;
	 float: right;
	 margin-right: -22px;
	 border: none;
	 background: url('images/submit.png') ;
	 text-indent: -9999px;
	 cursor: pointer;
}

img.adres 
{
     margin-top: 40px;
}