* 
{ 	
	margin: 0px; 
	padding: 0px;
}

body 
{ 
	font-family: Arial; 
	font-size: 12px; 
	color: #3c3c3c;
	background: #141f1f url('/images/back.jpg');
}

ul 
{ 
	list-style: none; 
}

div.clear 
{ 
	clear: both; 
	overflow: hidden; 
}

.left 	{  float: left;   }
.right 	{  float: right;  }
.center { margin: 0 auto; }

/************************************************************************************************/
/* container */
/************************************************************************************************/

#container
{
	width: 830px; 
	margin:	10px auto 0; 
	padding: 15px;
}

/************************************************************************************************/
/* header */
/************************************************************************************************/

#header
{
	margin-bottom: 10px;
	height: 140px;
	background: url(/images/header2.jpg);
}

/************************************************************************************************/
/* navigation */
/************************************************************************************************/

#navigation ul li
{
	padding: 2px;
	color: #ffffff;
} 

#navigation ul li.kop
{
	padding: 5px;
	font-weight: bold;
	color: #ffffff;
	background: #c70027;
} 

#navigation ul li a
{
	padding: 5px 0 5px 5px;
	display: block;
	width: 191px;
	font-family: Arial; 
	font-size: 12px; 
	color: #ffffff;
	text-decoration: none;	
	background: #fd0134;
} 

#navigation ul li a:hover
{

	background: #e2002c;
}

/************************************************************************************************/
/* content-box-left */
/************************************************************************************************/

#content-box-left
{
	margin-right: 10px;
	padding: 10px;
	width: 200px;
	float: left;
	background: #fd0134;
}

/************************************************************************************************/
/* content-box-middle */
/************************************************************************************************/

#content-box-middle
{
	line-height: 17px;
	padding: 15px;
	float: left;
	width: 570px;
	background: #ffffff;
}

h1
{
	color: #ec1a47;
	font-size: 18px;
	margin-bottom: 8px;
}

.border
{
	margin-bottom: 8px;
}

.pic
{	
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
}


/************************************************************************************************/
/* footer */
/************************************************************************************************/

#footer
{
	padding: 5px 5px 15px 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px; 
	text-align: center;
}
.style1 {color: #000000}


