body
{
	background-color: white;
	font-family: Arial,Georgia,Helvetica,sans-serif;
}


#content
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border-right: 1px solid #F26522;

}

img
{
	border: none;
}

body a
{
	text-decoration: none;
	color: #F26522;
}

#header
{
	height: 160px;	
}

#adres
{
	padding: 5px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	float:right;
	font-size: 80%;

}

#header h1
{
	font-weight: bold;
	font-size: 120%;
	margin-left: 15px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 60%;
}

#header a
{

	font-weight: bold;
	color: #F26522;
	text-align: right;
	padding-top: 180px;
	

}

#header img
{
	float: left;
}



#navig_part
{

	margin-top: 10px;
	width: 140px;
	height:500px;
	float: left;
	background-color:#F26522;

}


#langselect
{
	
	background-color: white;

	padding-top: 2px;
	padding-bottom: 2px;
	color: #F26522;
	text-align: center;
	font-size: 80%;


}

#langselect a
{
	text-align: center;
	color: #F26522;


}

#langselect a:hover
{
	text-decoration: underline;

}

#langselect a:visited
{
	color: #F26522;
}



#menu
{
/*
	margin-top: 10px;
	width: 140px;
	height:450px;
	float: left;
*/

	height:450px;
	background-color:#F26522;

}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}

#menu ul li
{
	background-color: white;
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 1px;
	padding-left: 20px;
	font-size: 80%;
	border-bottom: 1px solid white;
}


#menu ul li a
{
	text-decoration: none;
	color: #F26522;

}


#menu ul li.top
{
	background-color: #F26522;
	padding-left: 5px;
	font-weight: bold;
}


#menu ul li.top a
{
	color: white;
}

#menu ul li.top a:hover
{
	color: black;

}

#menu ul li a:hover
{
	text-decoration: none;
	color: black;

}

#pagecontent
{
	height:500px;
	width: 635px;
	margin: 0;
	margin-top: 10px;
	margin-left: 150px;
	padding: 5px;
	font-size: 80%;
}

.pic_part
{
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.pic_part p
{
	float:left;
	padding: 5px;
	width: 140px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align: center;
	color: #F26522;
	font-weight: bold;
	
	
}

.pic_part p a 
{
	text-decoration: none;
	color: black;

}


/*****************************************/
 /****         CATALOG DETAIL          ****/
 /*****************************************/
 
 
 
 .catalog
 {
 	list-style: none;
 	padding-left: 0;
 	font-weight: bold;
 	color: white;
 	width: 620px;
 
 	margin-left:auto;
 	margin-right:auto;
 	text-align:center;
 
 	
 }
 
 
 .catalog_detail
 {
 
 	font-weight: normal;
  	height: 250px;
  	width: 300px;
	border-left: 2px solid #F26522;
	border-right: 2px solid #F26522;
 }
 
 head:first-child+body .catalog_detail
 {
 
 	float: left;
 	
 	padding-left: 0px;
 
 	height: auto;
 	min-height: 250px;
 
 	margin: 0;
	width: 307px;
 }	
 
 .catalog_detail img
 {
 
 	padding: 10px;
 	width: 200px;
 
 }
 
 .catalog_detail p
 {
 
 	height : 35px;
 font-family: Arial,Georgia,Helvetica,sans-serif;
text-align: center;
 
 	background-color: #f26522;
 	
 
 }

 p.top_catalog
 {
	padding-top: 10px;
	margin-top: 0;
 }
 
 .cat_list
 {
 
 	height : 25px;
 	background-color: #f26522;
 	
 
 }

 .catalog .catalog_list
 {
 
 	float: left;
 
 	font-weight: normal;
 	padding-top: 5px;
 	padding-left: 5px;
 	padding-bottom: 5px;
 	height: 300px;
 
 	width: 280px;
 
 	/*border: 2px solid red;*/
 }
 
 
 head:first-child+body .catalog .catalog_list
 {
 	height: auto;
 	min-height: 250px;
 
 	padding-top: 15px;
 }
 
 
 
 
 .catalog_list img
 {
 	float:left;
 	padding: 10px;
 	width: 65px;
 
 }

/************************************
**********   CONTACTFORM   **********
*************************************/

#contactform
{


}

#contactform label
{
	width: 150px;
	text-align: left;
}

#contactform input
{
	text-align: left;
}


#contactform submit
{
	text-align: center;
}

#footer
{
	background-color: white;
	border-bottom: 2px solid #F26522;
	text-align: center;
	padding: 5px;
	font-size: 82%;
}


