#site
{
	width: 700px;
	float: center;
	background-color: green;
	
	
}

#rij
{
	width: 700px;
	float:left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	background-color: blue;
	height: 30px;
}


#rij1
{
	width: 700px;
	float:left;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	background-color: black;
	height: 25px;
}


#kolom1a
{
	width: 199px;
	height: 25px;
	float: left;
	
	background-color: black;
}



#kolom1c
{
	width: 498px;
	height: 25px;
	float: right;
	
	background-color: black;
	border-left: 1px solid black;
	
	font-family: Century Gothic;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: white;
}

#rij2
{
	width: 700px;
	float:left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	background-color: white;
	height: 110px;
}

#kolom2a
{
	width: 199px;
	float: left;
	
	height: 110px;
	background-color: white;
}



#kolom2c
{
	width: 498px;
	float: right;

	height: 110px;
	background-color: white;
	
	border-left: 1px solid white;
	
	font-size: 40px;
	font-weight: bold;
	font-family: Century Gothic;
	line-height: 110px;
	
}

#rij3
{
	width: 700px;
	float:left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	background-color: #9cddff;
	height: 25px;
}

#kolom3a
{
	width: 199px;
	float: left;
	
	height: 25px;
	background-color: #9cddff;
	
}



#homeoption
{
	padding-left: 10px;
	line-height: 25px;
	color: #993300;
	font-size: 16px;
	font-weight: bold;
	font-family: Century Gothic;
	text-align: left;

}

#kolom3c
{
	width: 498px;
	float: right;
	
	border-left: 1px solid black;

	height: 25px;
	background-color: #9cddff;
	
}

#topmenuoption
{
	padding-left: 30px;
	padding-right: 30px;
	
	border-right: 1px solid black;
	float: left
}

a.toplink
{
	float: left;
	
	color: #993300;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	font-family: Century Gothic;
	text-decoration: none;
}

#rij4
{
	width: 700px;
	float:left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	background-color: white;
	
	min-height: 400px;
}

#kolom4a
{
	width: 199px;
	float: left;
	
	height: 400px;
	
	background-color: white;
	
	
}


#mainmenu
{
	padding-top: 10px;
	text-align: left;
	height: 400px;
}

ul#mainmenulist
{
	list-style-type: square;
	font-size: 12px;
	font-family: Century Gothic;
	font-weight: bold;
	line-height: 20px;
	list-style-image: url('images/item.jpg');
	

}

ul#mainmenulist li a
{
	color: black;
	text-decoration: none;
	
}


.kolom4c
{
	width: 498px;
	float: right;
	
	height: 400px;
	
	border-left: 1px solid black;
	background-color: white;
	
}

html>body .kolom4c
{

	height: auto;
	
	min-height: 400px;

}

#content
{
	padding: 15px;
	font-family: Century Gothic;
	font-size: 12px;
	color: #993300;
	text-align: left;
	float:left;
	
	
}

#rij5
{
	width: 700px;
	float:left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;	
	
	background-color: #9cddff;
	height: 20px;
}

#kolom5
{
	width: 698px;
	float: left;

	height: 20px;
	background-color: #9cddff;
	
	color: #993300;
	font-family: Century Gothic;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}


h1
{
	font-size: 16px;
	font-family: Century Gothic;
	font-weight: bold;
	color: #333399;

}

h2
{
	font-size: 12px;
	font-family: Century Gothic;
	font-weight: bold;
	font-style: italic;
	color: #993300;

}
td
{
	font-family: Century Gothic;
	font-size: 12px;
	color: #993300;
}






