﻿ /*
# # # HTML tags # # #
*/

html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body 
{
	height: 560px;
	margin: 0px;
	padding: 0px;
	background: rgb(136,138,137);
	color: rgb(85,66,102);
	font: 12px calibri;
	text-align: left;
	scrollbar-base-color: rgb(85,66,102);
	scrollbar-arrow-color: rgb(136,138,137);
	scrollbar-shadow-color: rgb(136,138,120);
	scrollbar-track-color: rgb(136,138,140);
}


div 
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
	margin: 0px;
}

a			
{
	text-decoration: underline;
}
a:link  	
{
	color: rgb(255,255,255);
}
a:visited	
{
	color: rgb(255,255,255);
}
a:active	
{
	color: rgb(136,138,120);
}


a:hover		
{
	color: rgb(85,66,102); 
}

h2 
{
	font-size: 20px;
}

h3 
{
	font-size: 16px;
}
h4 
{
	font-size: 18px;

}

p

/*
# # # general page layout # # #
*/
#container
{
	float: left;
	width: 100%;
	height: 100%;
}

#site 
{
	position: relative;
	width:1018px;
	height: 560px;
	margin: 2px auto 0 auto;
	background: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#headercontainer 
{
	width: 992px;
	height: 55px;
	Color: rgb(255,255,255);		
	font-size: 16px;
	
	
}

#header
{
	padding: 480px 0px 0px 20px;
}

#navcontainer 
{
	float: left;
	width: 320px;
	height: 475px;
	font-size: 10px;
	Color: rgb(255,255,255);
	
}
#nav
{
	padding: 30px 0px 0px 260px;
}

#contentcontainer
{
	
	float: center;
	width: 645px;
	height: 310px;
	overflow: hidden;
	
}
#contentinside
{
	margin: 100px 0px 0px 0px	
	width:  580px;
	height: 327px;	
	overflow: scroll;
	line-height: 16px;
}
#content 
{
	margin: 20px 20px 0px 64px;
	overflow: hidden;
	line-height: 16px;
}

#title 
{
	width: 640px;
	margin: 6px 0px 0px 12px;
	font-size: 18px;
	Color: rgb(255,255,255);

}
#adres
{
	position: relative;
	background:;
	top: 30px;
	left: 325px;
	width: 674px;
	height:20px;
	font-size: 12px;

#kopje
{
	Color: rgb(255,255,255);
	font-size: 16px;

}
#foto 
{
	float: left;
	width: 208px;
	height: 132px;
}