body {
	background-color: #FFFFFF;
	/*background-image:url('../images/gradient_red_black.jpg');*/
	/*background-repeat:repeat-x;*/
	padding:0; 
	height:100%;
	background: white url('../images/Background.png');
	/*background-repeat: repeat-x;*/
	/*background-image:url('../images/backdrop.PNG');*/
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	color: #7D7E82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	/*font-family: Georgia, Times New Roman, Times, serif;*/
	/*font-family: Arial, sans-serif;*/
	font-size: 10pt;
	scrollbar-arrow-color: #00C11A;
scrollbar-3dlight-color: #4F824F;
scrollbar-darkshadow-color: #4F824F;
scrollbar-face-color: #f4f4f0;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #d0d0d0;
scrollbar-track-color: #f5f5f5;
}

div#bg
{
height:100%;
	background: url('../images/Net_New.png');
  background-repeat: repeat;

}

#row2_cel1 	{
				/*background: #FFFFFF no-repeat left top url(../images/banner.jpg);*/
				background: #FFFFFF repeat-x left top url(../images/bovenbalk.jpg);
				height: 115px;
				width:980px;
			}

#row3_cel1	{
				/*border-left: 1px black solid;*/
				width:150px;
				/*background:#C7C7C7;*/
				background:#EFEFEF;
				vertical-align:top;	
			}
#row3_cel2	{
				/*border-left: 1px black solid;*/
				/*border-right: 1px black solid;*/
				/*border-bottom: 1px black solid;*/
				background:#FFFFFF;
				width: 680px;
			}
#row3_cel3	{
				/*border-right: 1px black solid;*/
				width:150px;
				/*background:#C7C7C7;*/
				background:#EFEFEF;
				vertical-align:top;
				
			}
			
#container
{
text-align: center;
}
#containercontent
{
width: 150px;
text-align: left;
padding:0px 0px 0px 0px;
margin: 0 auto;
}

			
			

p {
	font-size:8pt;
	margin: 0 10px;
}

p.link_header
{
	font-size:10pt;
	margin: 0;
	text-align: center;
}

p.link_href
{
	font-size:10pt;
	font-weight:bold;
	margin: 2px 0;
	text-align: center;
}

p.adres
{
	font-size:10pt;
	font-weight:bold;
	margin: 2px 0;
	text-align: center;
	color:#5A5A5A;
}

.top_left { 
	height:15px;
	width:15px;
	background: url(../images/tl_red.jpg) no-repeat top left; 
}

.top_right { 
	height:15px;
	width:15px;
	background: url(../images/tr_red.jpg) no-repeat top right; 
}

.bottom_left { 
	height:15px;
	width:15px;
	background: url(../images/bl_red.jpg) no-repeat bottom left; 
}

.bottom_right { 
	height:15px;
	width:15px;
	background: url(../images/br_red.jpg) no-repeat bottom right; 
}

.link {
	/*border: 1px solid #C0C0C0;*/
	/*background-color: #f90;*/
	width: 150px;
	color: #000000;
}

.hyperlink { 
	height:10px;
	width:20px;
	/*background: url(../images/link.gif) no-repeat center left; */
}

.hyperlink_header
{
text-align:left;
}

.center_piece	{
	width:80px;
	height:15px;
	}
	
A:link {text-decoration: none; color:#5A5A5A;}
A:visited {text-decoration: none; color:#5A5A5A;}
A:active {text-decoration: none color:#5A5A5A;}
A:hover {text-decoration: none; color: red;}

.photo {
max-height: 200px;
max-width: 200px;
height: expression(this.height > this.width && this.height > 200 ? '200px' : true);
width: expression(this.height < this.width && this.width > 200 ? ‘200px’ : true);
}

.menudiv{
	/*background: url('../images/block_shadow.PNG') repeat-x 0px 0px;*/
	}
	
.menuwhite{
	background-color: #FFFFFF;
	height:5px;
	font-size: 5px;
	}
.menulightred{
	background-color: #E31818;
	color:#FFFFFF;
	height:20px;
}
.menudarkred{
	background-color: #8C161A;
	height:5px;
	font-size: 5px;
}
.menulightgreen{
	background-color: #416941;
	height:5px;
	font-size: 5px;
}
.menudarkgreen{
	background-color: #175A2B;
	color:#FFFFFF;
	height:20px;
}


