/* CSS Document */

html, body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #000000;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

#body
{
	margin: auto;
	padding-bottom: 1px;
	width: 1003px;
	background-color: #CCCCCC;
}

#menu
{
   margin: 0;
   padding: 0;
}
#menu li
{
   list-style-type: none;
   float: left;
   margin: 0;
}
#menu li.knop1 a
{
	background-color: #CCCCCC;
	display: block;
	width: 152px;
	height: 48px;
	background: url(../images/home_1.jpg) no-repeat;
}
#menu li.knop1 a:hover
{
	background-color: #CCCCCC;
	display: block;
	width: 152px;
 	height: 48px;
   	background: url(../images/home_2.jpg) no-repeat;
}
#menu li.knop2 a
{
	background-color: #CCCCCC;
	display: block;
	width: 218px;
	height: 48px;
	background: url(../images/panorama_1.jpg) no-repeat;
}
#menu li.knop2 a:hover
{
	background-color: #CCCCCC;
	display: block;
	width: 218px;
 	height: 48px;
   	background: url(../images/panorama_2.jpg) no-repeat;
}
#menu li.knop3 a
{
	background-color: #CCCCCC;
	display: block;
	width: 183px;
	height: 48px;
	background: url(../images/stock_1.jpg) no-repeat;
}
#menu li.knop3 a:hover
{
	background-color: #CCCCCC;
	display: block;
	width: 183px;
 	height: 48px;
   	background: url(../images/stock_2.jpg) no-repeat;
}
#menu li.knop4 a
{
	background-color: #CCCCCC;
	display: block;
	width: 155px;
	height: 48px;
	background: url(../images/portfolio_1.jpg) no-repeat;
}
#menu li.knop4 a:hover
{
	background-color: #CCCCCC;
	display: block;
	width: 155px;
 	height: 48px;
   	background: url(../images/portfolio_2.jpg) no-repeat;
}
#menu li.knop5 a
{
	background-color: #CCCCCC;
	display: block;
	width: 151px;
	height: 48px;
	background: url(../images/contact_1.jpg) no-repeat;
}
#menu li.knop5 a:hover
{
	background-color: #CCCCCC;
	display: block;
	width: 151px;
 	height: 48px;
   	background: url(../images/contact_2.jpg) no-repeat;
}
#menu li.knop6 a
{
	background-color: #CCCCCC;
	display: block;
	width: 144px;
	height: 48px;
	background: url(../images/links_1.jpg) no-repeat;
}
#menu li.knop6 a:hover
{
	background-color: #CCCCCC;
	display: block;
	width: 144px;
 	height: 48px;
   	background: url(../images/links_2.jpg) no-repeat;
}

#content
{
	width: 943px;
	height: 100%;
	margin-bottom: 19px;
	margin-left: 19px;
	margin-right: 19px;
	border: solid 1px;
	border-color: #A7A7A7;
	padding: 10px;
	background-color: #FFFFFF;
}

#items
{
	width: 100%;
	background-color: #FFFFFF;
}

#items_2
{
	width: 80%;
	background-color: #FFFFFF;
}

#fotoalbum
{
	width: 775px;
	border: solid 1px;
	border-color: #A7A7A7;
	background-color: #CCCCCC;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: lighter;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000000;
	font-weight: lighter;
}

h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.link a:link, 
.link a:active, 
.link a:visited {
	color: #000000;
	text-decoration: underline;
}
	   
.link a:hover {
	color: #EB8C00;
	text-decoration: underline;
}